Converting 9i CTXSYS to 10g using import
I have installed 10g and have been importing the code and tables (empty because I don’t have the space). I want to see if the PL/SQL and wrapped Java will compile under 10g.
Many of the schemas are dependent on each other because they reference each others objects or have rights to access/execute objects. In the CTXSYS, which already exists under10g, some of the other schema accounts in the App have code which is defined as procedures in CTXSYS but that code does not exist in the standard 10g CTXSYS.