GilbertM
GilbertM

Reputation: 1

How to convert an Oracle DB 11.2.0.3 to a 12cR2 PDB using Oracle Sqldeveloper?

How to convert an Oracle DB 11.2.0.3 to a 12cR2 PDB using Oracle Sqldeveloper?

Upvotes: 0

Views: 77

Answers (1)

Littlefoot
Littlefoot

Reputation: 142993

As far as I can tell, you can't do that. SQL Developer does quite a lot of things, but I doubt that it is capable of upgrading a database version.

This is the Database Upgrade Guide (https://docs.oracle.com/database/121/UPGRD/toc.htm). Recommended method is Database Upgrade Assistant (DBUA), although you can do it manually. The question is: are you capable of doing it? I'm not implying that you're stupid, God forbid, but you might not have enough knowledge and/or experience. Perhaps you should discuss it with a proper DBA.

Upvotes: 3

Related Questions