List out the components of logical database structure of oracle database.
No Answer is Posted For this Question
Be the First to Post Answer
Explain oracle instance.
difference between imlicit cursor and explicit cursor ?
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
"primary key=unique+null" is equal,reson?not,reason?
What is pragma restrict_reference in oracle 9i?When we use this?Give me one realtime scenario?
How to turn on or off recycle bin for the instance?
Can we connect to ORACLE db using Windows Authentication?
What is a shared pool?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
What is Database Trigger ?
How to use subqueries with the in operator using oracle?
Explain the importance of .pll extension in oracle?