Explain the use of full option in exp command.
No Answer is Posted For this Question
Be the First to Post Answer
What is a user account in oracle?
What is oracle in java?
How to define a variable of a specific record type?
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
How to use select statement to count the number of rows in oracle?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
various types of joins
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 create lov dynamically at runtime & attach to text field?
How to use like conditions in oracle?
What is DTS and purpose of DTS ?
what is the difference between restoring and recovering?