How to check the oracle tns settings?
No Answer is Posted For this Question
Be the First to Post Answer
What is a read only transaction in oracle?
What is an oracle recycle bin?
Explain self joins in oracle?
How can we force the database to use the user specified rollback segment?
How can we delete duplicate rows in a table?
How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.
Can Multiple instances be run on Single Machine???
Difference between open_form and call_form in oracle.
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
Please explan Why static query is more faster than dynamic query ?
How will you write a query to get a 5th rank student from a table student_report?
How to create a new table in your schema?