I am using Windows 10 machine and have Oracle 12.2.0 installed. When I use ODBC, I can connect successfully to Oracle data-warehouses. But when I try to make an Oracle connection within SAS I get the below error
615 LIBNAME INFO ORACLE PATH='XXXXXXXX' SCHEMA='XX' USER='XXXXXX' PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
615 ! ; run;
ERROR: Unable to load oracle client (oci.dll)
ERROR: Error in the LIBNAME statement.
My path variable has the following in it
C:\app32\client\product\12.2.0\client_1\bin;C:\app\client\product\12.2.0\client_1\bin;
I created a system "ORACLE_HOME" variable which its value is
C:\app\client\product\12.2.0\client_1\bin
Has anyone come across this error and resolved it?
Related
I followed this steps to install Oracle 19.6.0 for Ubuntu 18.04:
https://medium.com/#TechExpertise/installing-oracle-sql-developer-on-ubuntu-16-04-lts-bfa4af959deb
Then for some reason I was not able to open sqlplus, so I followed this steps as solution:
https://gist.github.com/tcnksm/7316877
And now I want to log in sqlplus by typing sqlplus / as sysdba, but I am getting:
ERROR: ORA-12545: Connect failed because target host or object does
not exist
So I think I have to make the appropriate settings in listener.ora and tnsnames.ora,
but I am missing this files.
SQL Developer and SQL*Plus are client only tools that connect to a database that must be running somewhere: either on the same host or on another host.
If this database exists you should have its connect string to connect to it with SQL Developer or SQL*Plus
If this database does not exist, you must first create it: there are several ways to do this in addition to install Oracle Database (server - not client) and to create a database:
install Oracle XE 18c on Oracle Linux or Windows: installation will install database software and create a database at the same time (easier for non database specialist)
use a pre-installed VM such as: https://www.oracle.com/database/technologies/databaseappdev-vm.html.
I am trying to make connection to Oracle Database 18c XE with sqldeveloper,
but I am getting :
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
So I am trying to start my listener, which I have inside
/opt/oracle/product/18c/dbhomeXE/network/admin/samples
And I am getting lsnrctl: command not found
I am also getting the same message for sqlplus which is inside /opt/oracle/product/18c/dbhomeXE/bin
I know that you are going to say Oracle is not supported for Ubuntu,
but I am really only capable of using Ubuntu..
[CLOSED] I successfully was able to connect to oracle database via sqldeveloper 17.3 by following this link steps and guide:
http://meandmyubuntulinux.blogspot.com/2012/06/trouble-shooting-oracle-11g.html
You need to run following steps to access Oracle executables as documented in Installation Guide for Linux x86-64:
$ export ORACLE_SID=XE
$ export ORAENV_ASK=NO
$ . /opt/oracle/product/18c/dbhomeXE/bin/oraenv
ORACLE_HOME = [] ? /opt/oracle/product/18c/dbhomeXE
The Oracle base has been set to /opt/oracle
oraenv will set PATH to the right setting.
I completed Oracle PreInstall 18c and Oracle 18c Database installation successfully.
When I run /etc/init.d/oracle-xe-18c configure command I come across with the following error.
BEGIN
dbms_backup_restore.resetCfileSection(dbms_backup_restore.RTYP_DFILE_COPY);
END;
ERROR at line 1:
ORA-01034: ORACLE not available
Process ID: 0
By the way, another Oracle 11XE is installed in the computer. Do you think I have to kill all the ports of 11XE and configure it again or the problem comes from any other place?
You can find other error logs below.
Thank you for your helps.
oracle.sysman.assistants.util.step.StepExecutionException: ORA-01034:
ORACLE not available at oracle.sysman.assistants.dbca.backend.RmanRestoreDatafilesStep.executeImpl(RmanRestoreDatafilesStep.java:205) at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:308) at oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:360) at oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:391)
ORA-01034: ORACLE not available , means installation is not successful. please verify the database instances are running by using 'ps -ef | grep pmon'.
I have 2 different Oracle servers. And I will do migration from 11g to 12c. I am doing prova now. These 2 servers has a network mapped connection on folder.
I got full export from 11g to this shared folder successfully but when I trying to import I am getting below error. What to do and how to fix this issue?
LRM-00109: could not open parameter file '/Backup/impdp_full_parfile.par'
LRM-00113: error when processing file '/Backup/impdp_full_parfile.par'
I'm using postgresql 9.1 and oracle 11gR2 64 bit windows.
I'm trying Heterogeneous DB Connection Between Oracle 11gR2 And Postgresql 9.1.
here the info:
I configured by reading these links
http://dbaspot.wordpress.com/2013/05/29/how-to-access-postgresql-from-oracle-database/
http://manojadinesh.blogspot.in/2012/05/heterogeneous-db-connection-between.html
When I tried this command
select * from "testtable"#PG_LINK;
I got an error like
ORA-12154: TNS:could not resolve the connect identifier specified