Explain the use of inctype option in exp command.
No Answer is Posted For this Question
Be the First to Post Answer
Can we call procedure inside function in oracle?
What is set operator oracle?
How to use "in out" parameter properly?
how will I find the first 5 highest salaried employees in each dept in oracle.
How to define a record variable to store a table row?
what is the difference between oracle enterprise edition and oracle express edition?
Explain oracle 12c new features for developers?
Explain the use of record option in exp command.
WHT ARE THE AGGREATE FUNCTIONS?
What to do if the startbd.bat failed to start the xe instance?
1) What is ONE_SIZE_FITS_ALL approach? 2) Explain the Common & Variable Header of DATA FILE? 3) What are the Drawbacks to using OMF DB? and the Advantages? 4) List out the Advantages of Undo T.spaces over the Undo SEGMENT? 5) Difference between the Temporary tablespace with TEMPFILE and the Tablespace with TEMPORARY Keyword? 6) What are the situation extents are freeing for reuse.
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c