is the identifier established for the non-default database.
Usage Notes
You declare a db_name for a non-default database so that other embedded SQL statements can refer to that database using the AT clause. Before issuing a CONNECT statement with an AT clause, you must declare a db_name for the non-default database with a DECLARE DATABASE statement.
For more information on this command, see Programmer's Guide to the Oracle Precompilers.
Example
This example illustrates the use of a DECLARE DATABASE statement:
EXEC SQL DECLARE oracle3 DATABASE
Related Topics
COMMIT command
CONNECT command
DECLARE CURSOR command
DECLARE STATEMENT command
DELETE command
EXECUTE command
EXECUTE IMMEDIATE command
INSERT command
SELECT command
UPDATE command