I have created Stud_Transaction table. The code is create table Stud_Transaction ( Student_Id varchar2(10), Account_no varchar2(20), date_of_deposit date, month varchar2(10), year number, Amount_deposited number, Stud_Acc_Balance number, CONSTRAINT fk_PerStud_Transaction FOREIGN KEY (Student_Id) REFERENCES Student (Student_Id) ); i inserted the values into table except Stud_acc_balance column.The Stud_acc_balance column will update automatically with respect to the Amount_deposited by the [...]
Is it possible to see the explain plan used by Oracle for a select statement that was run yesterday?
I WANT TO CREATE A TABLE WITH THE COLUMN NAME AS DATE BUT IT SHOWING THE ERROR.BUT I WANT TO DISPLAY COLUMN NAME AS DATE ONLY CAN ANY ONE HELP i try it SQL> create create table store_information(store_name varchar2(10),sales varchar2(10),date date); create create table store_information(store_name varchar2(10),sales varchar2(10),date date) * ERROR at line 1: ORA-00901: [...]
I want to integrate the oracle form with GIS aplications. how can i do can u please help me on this
insert picture into oracle table
In the following procedure, the update is taking 90 minutes. The client table has 22 million records, the CPDS table has 40 records. It has been written by someone else, I don’t have access to Oracle so can’t check my thinking, but I believe, if we select the data to be updated into pl/sql tables, and [...]
Hi All, In the below query VALUEDDATE is the date column and REGISTER is the table. wat is the use writing CAST(FLOOR( CAST( VALUEDDATE AS FLOAT ) )AS DATETIME) VALUE_DATE instead of simply column name ie,VALUE_DATE [hr /> query: SELECT CAST(FLOOR( CAST( VALUEDDATE AS FLOAT ) )AS DATETIME) VALUE_DATE FROM REGISTER WHERE VALUEDDATE>’09/30/2009′ —————————————————————————————————–
Rename username in oracle 10g database without droping it
I hava created a column like: create table pen(no integer, name varchar(30)) It contains the following data: NO NAME 1 reynolds 2 [...]
how to set oracle database path with oracle developer
I installed Oracle database 10g Express edition successfully and While installing it asked password only. But now it is asking User Name and Password. i know password but i dint gave any username. what it might be.
How is the best way to merge two orgs in Oracle?
Hello there, Does anybody can tell me how to open the Oracle Enterprise Manager? I tried http://localhost:8888/em but it never works. What else do I need to do?
What are the steps involved in tuning oracle’s library cache
How to connect and disconnect oracle sessions through oracle forms?(suppose I need to validate user whose corrently loged on.) email to :anandan.muthukannan@tcs.com
What is the DB dependencies related to object sequencing for DB builds?
i m the user of oracle 8i..i want to make an separate account in oracle.. how i can make an account..please tell me if u knoww..
Instance of Oracle on HP-UX 11.11, Oracle version 9.2.0.8, has lost hundreds of GB of data. Manual/accidental deletion is not possible as the process would take a long time to execute. Error logs do not show much, AUD$ log doesn’t show any user activity during the window of time (roughly 24 hours). an ORA-1650 error [...]
i need to know the coding for NEXT BUTTON in oracle forms 6i,when the fields are not database items…. i want to fetch next record after pressing NEXT BUTTON…i have applied select query and tried to store the fetched records in fields of the form….but in vain…i got no output in the screen…jst the empty [...]
i a creating a login page i which user have to select that he want to log in as admin or as user i want user select from drop down list so plz guide me how drop down list is formed in orcle 6i from builder





