I want to import .sql file in Oracle by command prompt so please tell me that command to import .sql file in oracle in MYSQL I am using it like this
mysql -u
In Oracle, to run a script (.sql) you use SQLPLUS command line utility.
c:\> sqlplus user_name/user_password@connect_string @path\your_sql.sql