Installing Export Files from SQL Command Line

Previous
Previous
Next
Next

You can also install export files from SQL Command Line (SQL*Plus). Note there are two restrictions:

Topics:


See Also:

"Using SQL Command Line" in Oracle Database Express Edition 2 Day Developer Guide

Verifying If Source and Target Workspace IDs Are Identical

You can verify that the source and target database user accounts are identical by running query in SQL Command Processor.

To verify that the source and target database user accounts are identical:

  1. Log in to the source workspace.

  2. Click the SQL icon on the Database Home Page.

  3. Click SQL Commands.

  4. Enter the following in the SQL editor pane and click Run.

    SELECT &WORKSPACE_ID. FROM DUAL
    
    
  5. Make note of workspace ID.

  6. Log in to the target workspace.

  7. Repeat steps 2 through 5 to verify the workspace IDs match.

Using SQL Command Line to Install Export Files

To install Oracle Application Express export files from SQL Command Line (SQL*Plus):

  1. Log in to SQL Command Line using your Oracle Application Express database user account.

  2. Run the export file.

    For example, if your export file is names f144.sql by default, you would type @f144 at the command prompt.