What do the 9i dbms_standard.sql_txt() and
dbms_standard.sql_text() procedures do?
No Answer is Posted For this Question
Be the First to Post Answer
What is an oracle data file?
How can I introduce multiple conditions in like operator?
How to create a temporary table in oracle?
write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.
How to lock and unlock a user account in oracle?
Describe the different type of Integrity Constraints supported by ORACLE ?
When does a Transaction end ?
What is the difference between primary key and unique key and foreign key in oracle?
How to define a cusotmer as a supplier in ORACLE R12
Hi how Can I Add A Foreign key that references a table that has composit primary key ? example i had costumer table that has C_Id and SSN Both as PK and another table has C_Id that must refernece C_Id in Customers i done the usual way and got oracle error message about uniqeness any ideas plz
Point out the difference between user tables and data dictionary?
How to use in conditions in oracle?