Difference between open_form and call_form in oracle.
No Answer is Posted For this Question
Be the First to Post Answer
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
types of indexes and the rationale behind choosing a particular index for a situation.
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to run the anonymous block again?
What are the attributes of cursor?
What is a relational database management system?
What is oracle thin client?
How would you best determine why your MVIEW couldnt FAST REFRESH?
How to drop an index in oracle?
What are the various oracle database objects?