Each of the subsystems mentioned above has 2 users: the schema user and the application user. The naming conventions are: s362_subsystem (for the schema user) and a362_subsystem (application user). For example the RICH has the following users: s362_rich and a362_rich. The application user should be used when setting the connection to the database from the PVSS archiving.
The name of the database is PVSSARCH
Connection port is 1521 (is the default connection port)
Notes
Don't forget to load the library PVSSOraExt.so (linux) or PVSSOraExt.dll (windows) by adding the appropriate entry in your project config file. Also make sure that the libraries can be found in your directories listed in the LD_LIBRARY_PATH (linux) or PATH (windows) environment variables.
Make sure that the Oracle libraries can be found in your LD_LIBRARY_PATH (linux) or PATH (windows). The Oracle client libraries are installed in /sw/oracle/(platform) in the Online network. These paths are usually set by default and users should not have to do anything in the general case.