Using SQLJ Connection Options

SQLJ connections options specify the database connection for online checking. The general form for connection options is

-option@context=value

where option is one of the four options listed below.

The context tag is a connection context type, which permits the use of separate exemplar schemas for each of the connection contexts. If you omit the connection context type, the value will be used for any SQL statements that use the default connection context. The driver option does not allow a context tag.

The options are:


Embedding SQL in Java Programs with SQLJ
Using Named SQLJ Connection Contexts

 

Copyright © 1997, 2004, Oracle. All rights reserved.