Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
find_sql_rollup and dbschema_sync command parameters
Using find_sql_rollup and its parameters
Usage
OR
These commands query the Application Service using userid and password to get the database userid and database password. They also look up the database configuration and generate the SQL rollup script name.
-d skips the Application Service lookup and accepts the database user name and password directly.
find_sql_rollup parameters
Parameters and switches | Function
| |
---|---|---|
-d | Indicates direct access to database. | |
db_type
| Type of database you use. Your operating system might require quotes around these values. Valid values are:
| |
db_name | Name of the database or ODBC connection. | |
db_userid | Database user name to use to connect to the database. | |
-p password | Password for userid. Default is to read from console. | |
db_password | Password for the user name connecting to the database. | |
-s | Reads from standard input (stdin) for password. Mutually exclusive with -p. | |
-v, --version | Prints out the product version. | |
-?, --usage | Prints out the program usage. |
Using dbschema_sync and its parameters
Usage
OR
These commands query the Application Service using userid and password to get the database userid and database password. They then apply the schema synchronizations to the database.
dbschema_sync parameters
Parameters and switches | Function |
---|---|
-d | Skips the Application Service lookup and accepts the database user name and password directly. |
db_type
| Type of database you use. Your operating system might require quotes around these values. Valid values are:
|
db_name | Name of the database or ODBC connection. |
db_userid | Database user name to use to connect to the database. |
userid | MVMM name of user who is a member of the database_login group. |
-p password | Password for userid. Default is to read from console. |
-p db_password | Password for the user name connecting to the database. |
-a | Includes the Audit Event tables in the purge of objects in the 'Deleted' state. |
-s | Reads from standard input (stdin) for password. Mutually exclusive with -p. |
-i | Ignores the result of the check for the total number of database connections. |
-j | Includes the ES Journal in the purge of objects in the 'Deleted' state. |
-n | Does not preload attribute OIDs into memory. |
-o | Only does a purge of objects in the 'Deleted' state. |
-v, --version | Prints out the product version. |
-?, --usage | Prints out the program usage. |