Error Invalid Data Directory
I am using oracle 11g and using sqldeveloper to run/edit queries.
My table is:
Above table is in CSV format (lect.csv) stored in ‘D:1DeepakData’.
In this video we will see how to fix the directory name is invalid error on your computer. Warning You Will lose all your data(documents/files) on that parti. Apr 03, 2017 Data directory (/mnt/data) is invalid (/mnt/data is an example here) Solutions The messages basically means that ownCloud can't access and write into the mentioned directories (as the messages are telling).
I have created below procedure to import the csv file in oracle, but it’s not working getting below error :
Connecting to the database r.
ORA-29280: invalid directory path
ORA-06512: at 'SYSTEM.LOADLECTURER', line 39
ORA-06512: at line 2
Process exited.
Disconnecting from the database r.
Code :
Could anyone help me in figuring out why above mentioned error is coming?