NetBackup IT Analytics Installation and Upgrade Guide for Linux
- Installation overview
- Install NetBackup IT Analytics on a Linux server
- Step-4: Install Oracle database application binaries (Linux)
- Verify the current license configuration
- Next steps
- Upgrade NetBackup IT Analytics Portal on Linux
- Upgrade NetBackup IT Analytics Portal
- Data Collector upgrades
- Upgrade and Migrate to a new server
- Upgrade and migrate to a new server
- Upgrade and migrate to a new server
- Appendix A. X Virtual Frame Buffer
- Appendix B. Oracle patches for the database server
Installing SQL Developer for Oracle 19c on Linux Virtual Machine
Installing SQL Developer on Linux involves few steps. As part of this process, ensure proper version of java is installed. Verify the following versions:
SQL developer version 21.4.2.x and above
log4j version 2.17 and above
Java version 11 and above
Following are the steps to install SQL Developer for Oracle 19c on Linux virtual machine.
If you have SQL Developer under /opt/aptare/oracle/sqldeveloper
folder with log4j version below 2.17, refer to See Removing Oracle SQL Developer with log4j. section to remove old SQL Developer.
- Log into the virtual machine or server as a root user.
- Download the following 2 files from Oracle Website for Linux platform RPM and save to
/tmp
folder.https://www.oracle.com/database/sqldeveloper/technologies/download/
sqldeveloper-21.4.2-018.1706.noarch.rpm
jdk-8u411-linux-x64.rpm
Note:
Cohesity does NOT recommended to run sqldeveloper on the portal system.
- Run cd/tmp command.
- Log into the server as a root user.
- Stop all the services using . /opt/aptare/bin/aptare stop command.
As a root user create a copy of the jdk file from /tmp
to /opt/
folder using the following commands.
mv jdk-8u411-linux-x64.rpm /opt sudo su - rpm -ivh jdk-8u411-linux-x64.rpm
- As a root user, create a copy of the SQL Developer rpm from
/tmp
to/opt
folder using the following command.mv sqldeveloper-21.4.2-018.1706.noarch.rpm /opt
- Install the SQL Developer using the following command
sudo rpm -Uhv sqldeveloper-21.4.2-018.1706.noarch.rpm
Note:
The above command will create a sqldeveloper folder in
/opt
. - Access the file with the following command and configure the Java path as follows:
vi /root/.sqldeveloper/21.4.2/product.conf SetJavaHome /opt/aptare/oracle/jdk
- Verify the Java Home configuration using the following command.
echo $JAVA_HOME
Install a X11 forwarding tool on a separate machine.
This requires to start the SQL Developer.
- Log into virtual machine or the server where SQL Developer and X11 forwarding tool is installed.
- The SQL Developer binary is located in
/opt/sqldeveloper
folder, hence execute the binary from the following.cd /opt/sqldeveloper ./sqldeveloper.sh
This will start up SQL Developer