Explain the use of inctype option in exp command.
No Answer is Posted For this Question
Be the First to Post Answer
How many categories of data types in oracle?
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
What do you mean by cdb and pdb in oracle 12c?
HOW TO CONVERT ORACLE TABLE DATA (RECORDS)INTO EXCEL SHEEET?
How to omit columns with default values in insert statement in oracle?
Can we convert a date to char in oracle and if so, what would be the syntax?
What is background process in Oracle?
In my table i have 4 columns with 100 records but in that 4 columns one column contains all NULL values so can i add NOT NULL CONSTRAINT on that column......... ok if it is not possible, can i add NOT NULL CONSTRAINT from 101 Record Onwards?
What is redo log?
How to name query output columns in oracle?
How to estimate disk space needed for an export job?
How do we know whether an index is created on a table ???