8.137 V$PROXY_PDB_TARGETS
V$PROXY_PDB_TARGETS
provides information about the target of a proxy PDB.
Column | Datatype | Description |
---|---|---|
|
|
The ID of the container to which the data pertains. Possible values include: n: Where n is the container ID of a proxy PDB |
|
|
Port number that the target of the proxy PDB has registered with the listener, and which will be used by the proxy PDB to connect to the target |
|
|
Host name where the target of the proxy PDB is running, and which will be used by the proxy PDB to connect to the target |
|
|
Service name that the target of the proxy PDB has registered with the listener, and which will be used by the proxy PDB to connect to the target |
|
|
User name used by the proxy PDB to connect to the target of the proxy PDB. If null, the name of the connected user will be used. |
Note:
This view is available starting with Oracle Database 12c Release 2 (12.2.0.1).
See Also:
Oracle Database Administrator’s Guide for information about creating proxy PDBs