Explain the use of parfile option in exp command.
No Answer is Posted For this Question
Be the First to Post Answer
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
7. Repeat query (7) but also display all clients who have never ordered anything.
Can we use bind variables in oracle stored procedure?
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
What is the difference between implicit index and explicit index?
What are ddl statements in oracle?
How do we create privileges in oracle?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
Explain the use of record length option in exp command.
How to create a new table by selecting rows from another table?
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?