Display the Status of a Database Import (dbImportStatus)
The dbImportStatus command shows the status of a database import previously started.
ttGridAdmin dbImportStatus dbname [-name exportname]
Options
The dbImportStatus command has the options:
| Option | Description |
|---|---|
|
|
Name of the database where the import is being checked. |
|
|
Name of the export from which the data is being imported. You can use this option in the atypical scenario where there are multiple imports into the same database (otherwise, the status of all the imports would be shown). |
Examples
This example shows status upon completion of the import from the example in Import a Database (dbImport).
% ttGridAdmin dbImportStatus imp_db1 -name exp_db1
Database Import Repository Host Instance Elem State Started
-------- ------- ---------- ----- --------- ---- ---------------------- ------------------------
imp_db1 exp_db1 repo1 Import_Finale_Complete 2016-07-25T17:53:27.000Z
host1 instance1 1 Import_Rows_Complete
host3 instance1 3 Import_Rows_CompleteNote:
When you believe the import is complete, confirm that dbImportStatus shows Complete for the import as a whole and for every instance. If there were any failures, see Check the Status of a Database Import in Oracle TimesTen In-Memory Database Scaleout
User's Guide.