Good day everyone!
I am new to Oracle and I was tasked to migrate a SQL server database to Oracle.
The problem I have is not getting the tables to Oracle but a restriction with the application that connect to the Oracle database. It does not work with CLOB it only recognize LONG. The DTS application that is use in SQL server does not copy text format in any other format than CLOB.
How can I convert a CLOB field to LONG after getting the table in my Oracle database?
I am new to Oracle and I was tasked to migrate a SQL server database to Oracle.
The problem I have is not getting the tables to Oracle but a restriction with the application that connect to the Oracle database. It does not work with CLOB it only recognize LONG. The DTS application that is use in SQL server does not copy text format in any other format than CLOB.
How can I convert a CLOB field to LONG after getting the table in my Oracle database?