Hello, I tried to do a DUMP export on my database from another schema of another instance. However, I had some erruers: SQL error:
ORA-00439: function not activated: Partitioning
While searching the net, I came across these commands:
cd $ ORACLE_HOME / rdbms / lib
make -f ins_rdbms.mk part_on
make -f ins_rdbms.mk ioracle
But after running these, my instance is no longer recognized, I have the following error message:
ERROR: ORA-12545: Does not exist SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting.
Is there anyone who has ever encountered this problem or an idea to get around the problem ?
Thank adanced.