Posts

Showing posts with the label Oracle

Sequence Oracle SQL Developer client - App-V 5.1

Image
Since Java is a dependency to the Oracle SQL Developer application, install the jdk1.6.0_23(I currently have this source and so I Am using it. In case you have the latest JDK version install it) Start the sequencing steps using App-V sequencer 5.1. Select create a new virtual package. Select create package. Select standard package. Select custom installation. After providing the Virtual application package name click next. Create a folder named SQLDEVELOPER in C:\ drive. Copy the source files to C:\SQLDEVELOPER Goto C:\SQLDEVELOPER\sqldeveloper\bin\ and edit the sqldeveloper.conf file and set the Java homepath. SetJavaHome C:\Program Files (x86)\Java\jdk1.6.0_23 (If you have the latest JDK, point it to that location) Create a shortcut named SQL Developer and point it to C:\SQLDEVELOPER\sqldeveloper.exe. Launch the shortcut and click on OK to configure the FTA's. Uncheck the Show Tip at startup and close the prompt. Goto Tools-Preferences and uncheck show splash screen at startup. T...