Jdbc Url Formats For The Vcenter Server Database - VMware VS4-ENT-PL-A - vSphere Enterprise Plus Setup Manual

Setup guide
Table of Contents

Advertisement

vSphere Installation and Setup

JDBC URL Formats for the vCenter Server Database

The vCenter Server installer generates and validates the JDBC URL for the vCenter Server database. If the
installer fails to connect to the database using the generated JDBC URL, the installer will prompt you to
specify the JDBC URL.
JDBC URL Note for All Databases
N
The domain name cannot contain the exclamation point character (!). Java interprets the exclamation
OTE
point as a jar file separator.
JDBC URL Formats for Microsoft SQL Server Databases
For Microsoft SQL Server databases, you can use the following example JDBC URLs as a model:
Connect to default (unnamed) SQL Server instance by host name:
n
jdbc:sqlserver://host;databaseName=database
Connect to named instance by host name and instance name:
n
jdbc:sqlserver://host;instanceName=instance;databaseName=database
Connect to SQL Server by host name and port:
n
jdbc:sqlserver://host:port;databaseName=database
Connect by port:
n
jdbc:sqlserver://localhost:1422;databaseName\=VIM_VCDB
to be passed separately)
Connect to local server with integrated security:
n
jdbc:sqlserver://localhost\\SQLEXP_VIM;databaseName=VIM_VCDB;integratedSecurity=true
Connect to local server without integrated security:
n
jdbc:sqlserver://localhost\\SQLEXP_VIM;databaseName\=VIM_VCDB
database type to be passed separately)
VMware vCenter Server JDBC configuration for Microsoft SQL Server might not work by default with direct
IPv6 addresses. You must use one of the following forms:
Use the host name form for a standard Type-4 JDBC URL (recommended):
n
jdbc:sqlserver://database-fully-qualified-host-name:port
Use direct IPv6 address format:
n
jdbc:sqlserver://;serverName=[IPv6-address]
For more information about JDBC URL formatting for MS SQL databases, including port and instance
configuration options, see the msdn.microsoft.com Web site. At the time of this topic's publication, the
information was available at http://msdn.microsoft.com/en-us/library/ms378428.aspx.
JDBC URL Formats for Oracle Databases
For Oracle databases, you can use the following example JDBC URLs as a model:
This format requires host name and address, port (default 1521) and service name (for example,
n
"oracle.world"):
jdbc:oracle:thin:@host:port/service
62
(user name, password, and database type
(user name, password, and
VMware, Inc.

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VS4-ENT-PL-A - vSphere Enterprise Plus and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Vsphere 5.5

Table of Contents