How to import the SQL file exported from PLSQL?
To import the SQL file exported from PL/SQL, you can follow these steps:
- Open a SQL development tool, such as Oracle SQL Developer or PL/SQL Developer.
- Connect to the target database and make sure you have sufficient permissions to carry out the import operation.
- Open a new SQL window or select an existing one.
- To perform the import operation, use the @ symbol or @@ symbol followed by the file path. For example:
- The file.sql located at C:\path\to\
- Or.
- The file.sql is located at C:\path.
- You can also replace the file path with a relative path or use the prefix “./” to indicate the current directory.
- After executing the above command, the SQL script file will begin importing into the database, and you can check the importing progress and results in the execution log.
Please ensure that the SQL file being imported was exported using a PL/SQL export tool and is compatible with the target database before conducting the import operation.