SYS> #apxldimg.sql c:\apex
SP2-0310: unable to open file "apxldimg.sql"
why this error from oracle sqlplus
Related
I'm trying to do an import using impdp utility. but I'm Seeting
impdp system/system remap_schema=ieulive:ieusystem directory=pump_dir dumpfile=IEULIVE.DMP logfile=imp.log
ORA-39002: invalid operation
ORA-39070: Unable to open the log file
ORA-29283: invalid file operation
ORA-29283: invalid file operation
thats's what I get when I use nologfile=y option
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31640: unable to open dump file "F:\data_pump\IEULIVE.DMP"
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: <os 5> access is denied
I read that its a permission issue. I have imported before onto this DB, now I'm not able to do so.
I tried everything on the internet but didn't get the solution.
Thank you for your help
Updated
when I installed oracle, I used the windows virtual account(which I don't know what it is exactly)
Either the permissions for the folder or for the specific file are not set correctly. Both must be accessible (read/write for the directory, at least read for the file) by the account which is running the Oracle processes, which is most likely the Windows SYSTEM account. Is F: a local disk drive or a network-mounted drive? On Windows network-mounted drives generally cannot be accessed using directory objects...
directory=pump_dir
Your default data pump directory location and the actual directory where you have placed your export dump files could be different.
ORA-31640: unable to open dump file "F:\data_pump\IEULIVE.DMP"
Verify the data pump directory matches with "F:\data_pump\IEULIVE.DMP":
SELECT DIRECTORY_PATH FROM dba_directories WHERE DIRECTORY_NAME = 'PUMP_DIR';
If it matches, then you need to set the appropriate permissions to the directory and files.
I connect to Oracle database server for backup database (.dmp file) to my computer with windows command line
I use syntax
expdp myuser/1234#[server_ip]:[serverport]/listener directory=my_data_pump_dir dumpfile=my_pump_backup.dmp nologfile=Y full=y
But Error message
Connected to: Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31641: unable to create dump file "C:\app\User\admin\orcl\dpdump_DIR\my_pump_backup.dmp"
ORA-27040: file create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 3) The system cannot find the path specified.
What should I do?
I have two computers. operating system: windows 7 in both, oracle 11g in both
I have created a database in computer 1. and created dumpfile using export utility
expdp usersname/password directory=dir dumpfile=full.dmp full=y
now i have transaferd the dump file & log file in another computer.
when i am running command
impdp username/password directory=dir dumpfile=full.dmp
I got the following errors:
ORA-39002: invalid operation.
ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation.
ORA-06512: at "SYS.UTL_FILE", line 536.
ORA-29283: invalid file operation
I have recently ran into a problem when trying to connect to my Database. The error is stating that it cant find the listener.
Status : Failure -Test failed: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
I read to post whats in the listener.ora and tnsnames.ora but when I try to open these files via windows explorer it tells me to choose a program to open it with, and then it doesnt open.
Can someone help me with this problem so I can get back to practicing coding please?
The command to view listener information in Windows is lsnrctl.
Open a DOS command prompt on the server, not client.
lsnrctl status
View the other commands by
lsnrctl help
Also, the tnsnames.ora and listener.ora files are text files. You can open those in notepad. The default location for the tnsnames.ora file on the client is:
C:\oracle\product\11.2.0\client_1\Network\Admin
The default location for the listener.ora file on the server is:
ORACLE_HOME\network\admin
I'm getting the below error when opening an .app from the Application folder.
open /Applications/Spark.app
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Spark.app