|
Re: migrate APEX from Oracle 11g to Oracle XE 21 [message #687659 is a reply to message #687652] |
Fri, 28 April 2023 04:23 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Welcome to the forum.
Please read the OraFAQ Forum Guide and How to use [code] tags and make your code easier to read.
You'll need to get the parsing schema(s) across as well, with Data Pump.
In addition to the workspace(s) and application(s), you'll need to get the uploaded static content out, perhaps something like this,
export CLASSPATH=$ORACLE_HOME/jdbc/lib/ojdbc8.jar:$APEX_HOME/utilities
java oracle.apex.APEXExport -db $HOST:$PORT/$SERVICE -user system -password $SYSTEMPW -expFiles -workspaceid $WORKSPACEID
Then (our developers always tell me) the hard part: converting everything to the Universal Theme.
|
|
|