Clarification of Oracle Database Version Numbers
Clarification of Oracle Database Version Numbers
Clarification of Oracle Database Version Numbers
Service Setup yum install tigervnc-server cd /etc/sysconfig cp -p vncserver vncserver.old vi vncserver I add the following lines to the config file /etc/sysconfig/vncservers. **** careful with the quotes – they maybe Windows style… if you are copying into Linux etc. VNCSERVERS=”1:root 2:oracle” VNCSERVERARGS[1]=”-geometry 1440×900″ VNCSERVERARGS[2]=”-geometry 1440×900″ chkconfig –list chkconfig vncserver on service vncserver start Because …
http://www.oracle.com/us/support/lifetime-support/index.html There are PDFs at the bottom of the page above providing information on an array products.
Are you doing an Oracle upgrade with DBUA – and you have hidden parameters you want to keep? From 11.2.0.4 onwards there is a new switch to preserve the hidden parameters: dbua -keepHiddenParams If you don’t use it – you loose any hidden parameters you had.