Why you are not able to create a table using select
command,if it is having a LONG column?
for eg:create table test as select * from test1
here test1 containg a column having LONG datatype...
Answer / hemant saini
Oracle Data Pump doesn’t give a chance for this and old
Export/Import utilities should be used
Oracle Data Pump Can’t Import LONG Columns
Is This Answer Correct ? | 2 Yes | 2 No |
I have a table with 1 million records out of which 10,000 records are of unique records, then if I will implement index, then which type of index shall I use and why shall I use?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What is sequence in sql?
Can a view be updated/inserted/deleted?If Yes under what conditions?
Can a select statement fire a trigger?
What are the two parts of a procedure ?
How is use pl and sql?
How do I run sql profiler?
what is try_catch block in procedure
How to delete same emp id in sql query for exmaple in emp table emp id, empname, emp address. for example emp id =5, repeated in two times in rows same id how to delete same empid please any one of the write query send in my id
What is the left table in sql?
What is cascade in sql?