Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to handle Long data type in insert statements?

Data insert statements type
0
Posted

How to handle Long data type in insert statements?

0

there are many restrictions on long data type in oracle. u cannot use a long data type in insert statements where you select the data from some other table. For example :- (insert into table emp) (selct * from emp_temp)…In this case u cannot have a long data type in ur select statement. Also u cannot create a new table by using create table temp1 as select * from temp2. Sloution to this is make a copy of table which has long data type using the copy command. You can also copy tables from one database to another database.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.