Establish a connection to a local or remote scripted database
- Last Updated: July 25, 2019
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
If the database is not being managed from within OpenEdge Management, you can start the database on the machine where it is located (either the local host or a remote host) using the command line. You can then use the Database Administration Console to work with that database once you define a connection to it.
When you define a scripted database on a remote AdminServer, be sure to use localhost as the database's host. This allows the ABL commands to execute on the remote AdminServer and connect to the database by using shared memory.
When you use localhost, the database is included in both the Resources list in OpenEdge Management and the Database Administration Console's Connections list. If you do not use localhost, the database is still listed as a resource but does not appear in the Connections list.
If
you do not define the host as localhost for the
scripted database on the remote AdminServer, you must add the database connection
manually and specify the host and port required for the connection. In
this case, the connection to the database is performed using the -H (host
name) and -S (service name or port) parameters,
and the database appears in the Connections list
but not the Resources list in the management
console.
To establish a connection to a scripted database:
For a local or remote scripted database in the database connections list, you can also:
- View details about a scripted database connection on the database home page. For more information, see About Managing Multi-tenant Databases.
- Copy a scripted database connection.