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
Try to use sqlplus:
sqlplus
sqlplus user/password@connect @/Nisarg/NEult/softpoint.sql
More information.