oracle - Running SQL file in command line using sqlplus result with an error -


using oracle 12.0c , sql developer.

i try run sql file (myfile.sql) in command line using sqlplus: sqlplus username/password@schema @myfile.sql resulted error.

i run sqlplus connection parameters sqlplus username/password@schema , still receive error (see screenshot).

enter image description here

typing username , password didn't well.

only running sqlplus , supply database domain, port , database name managed connect , run file.

the database defined in sql developer, don't see in tnsnames.ora.

what missing?

i give credit @thatjeffsmith , answer is... see screenshot: enter image description here


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -