oracle apex - How do I find tablespace names -
i'm trying upgrade apex oracle xe 11.2 apex 5.1.2
i'm absolute newbie on databases. know nothing, , i'm doing learn.
i had installed oraclexe112_win64, , don't know how find data upgrade.
to upgrade, need data:
-tablespace_apex name of tablespace oracle application express application user.
-tablespace_files name of tablespace oracle application express files user.
-tablespace_temp name of temporary tablespace or tablespace group.
-images virtual directory oracle application express images. support future oracle application express upgrades, define virtual image directory /i/.
how find tablespace_apex, tablespace_files, tablespace_temp, , images directory?
officially there apex 5.1 not supported in oracle xe here can find guide https://mikesmithers.wordpress.com/2015/05/25/upgrading-to-apex-5-on-oracle-xe-11g/
in general @ tablespace names can use
select tablespace_name dba_tablespaces; i suggest create new tablespaces new installation of apex , use temp tablespace_temp.
the virtual image directory url images, if don't have specific requirements use default /i/
Comments
Post a Comment