AppDriverName database parameter
Description
Allows you to set
your own client driver name for the Oracle database connection.
Controls
-
ORA Oracle 11g
Syntax
|
1 |
AppDriverName =<span>value</span> |
|
Parameter |
Description |
|---|---|
|
value |
Specifies the name of the driver to use |
Default
None.
Usage
The maximum length of the name is 8 characters. You can display
the client driver name with the V$SESSION_CONNECT_INFO
or GV$SESSION_CONNECT_INFO dynamic performance
view queries.
Examples
To specify a client driver name:
-
Database profile
Type the driver name in the Application Driver Name text box
on the System page of the Database Profile Setup dialog box. -
Application
Type the following in code where myDriver is
a string for the name of the client driver:1sqlca.dbparm="AppDriverName='<span>myDriver</span>'"
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest