Error connecting to the Access from Oracle database

Dear all,

I am trying to connect to Oracle 9i in the Access database.

but im getting error when running query below.
ERROR at line 1:
ORA-28545: error diagnosed by Net8 when connecting to an agent
NCRO: Failed to make RSLV connection
ORA-02063: preceding 2 lines from MYSQL
I did the next thing through to connect to the database.

(1) first of all I did called ODBC1 odbc driver
(2) I create the following file on the oracle C:\oracle\ora9I\hs\admin\initodbc1.ora Server
I have change the thing below in initodbc1.ora
HS_FDS_CONNECT_INFO =ODBC1
HS_FDS_TRACE_LEVEL = ON
(3) I made a few changes in sqlnet.ora
SQLNET.AUTHENTICATION_SERVICES= NONE
before it was *NTS*
(4) here's the entries in tnsnames.ora I changed the port of 1521 to 1522 cos 1521 already exists.
ODBC1.TADAWI.LOC =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = admin-amc)(PORT = 1522))
    )
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = ODBC1)
    )
  )
ODBC1.WORLD =
  (DESCRIPTION =
     (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.251) (PORT = 1522)
  )
  (CONNECT_DATA =
      (SID = ODBC1)
  )
  (HS=OK)
 )
(5) the code in the file listener
ODBC1 =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = admin-amc)(PORT = 1522))
  )

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = admin-amc)(PORT = 1521))
    )
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2))
    )
  )

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = C:\oracle\ora9I)
      (PROGRAM = extproc)
    )
    (SID_DESC =
      (GLOBAL_DBNAME = orcl)
      (ORACLE_HOME = C:\oracle\ora9I)
      (SID_NAME = orcl)
     )
     (SID_DESC =
      (PROGRAM = hsodbc)
      (ORACLE_HOME = C:\oracle\ora9I)
      (SID_NAME = ODBC1)
    )
  )
(6) after that I created
SQL> CREATE DATABASE LINK MYSQL CONNECT TO XTRACK IDENTIFIED BY XTRACK USING 'ODBC1.WORLD'

Database link created.
(7) the listener status
LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 04-MAR-2012 21:26:16

Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=admin-amc)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production
Start Date                04-MAR-2012 20:52:33
Uptime                    0 days 0 hr. 33 min. 44 sec
Trace Level               off
Security                  OFF
SNMP                      OFF
Listener Parameter File   C:\oracle\ora9I\network\admin\listener.ora
Listener Log File         C:\oracle\ora9I\network\log\listener.log
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=admin-amc.tadawi.loc)(PORT=1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC2ipc)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=admin-amc.tadawi.loc)(PORT=8080))(Presentation=HTTP)(Session=RAW))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=admin-amc.tadawi.loc)(PORT=2100))(Presentation=FTP)(Session=RAW))
Services Summary...
Service "ODBC1" has 1 instance(s).
  Instance "ODBC1", status UNKNOWN, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "orcl" has 2 instance(s).
  Instance "orcl", status UNKNOWN, has 1 handler(s) for this service...
  Instance "orcl", status READY, has 1 handler(s) for this service...
Service "orclXDB" has 1 instance(s).
  Instance "orcl", status READY, has 1 handler(s) for this service...
The command completed successfully
I did exactly what documents said, and it will not be through any error but atlast when I try to access access database tables it gives me the error below
SELECT * FROM DBO_COMPANY@MYSQL
                          *
ERROR at line 1:
ORA-28545: error diagnosed by Net8 when connecting to an agent
NCRO: Failed to make RSLV connection
ORA-02063: preceding 2 lines from MYSQL
I use Oracle9i Enterprise Edition Release 9.2.0.1.0 any help will be appreciate.

Concerning

Houda

Published by: houda Shareef on 4 March 2012 10:25

I guess that your listener.ora always has a section of SID and you did not copy paste... Then please post the entire file

Please open a command line window and do:
C:\oracle\ora9I\bin\hsodbc
After all output including the call.

Published by: kgronau on March 6, 2012 18:31
When the listener above is still correct, the cause would be that you have 2 SID with the same name in your listener.ora:
SID_LIST_ODBC1 =
(SID_LIST =
(SID_DESC =
(SID_NAME = ODBC1)
(ORACLE_HOME = C:\oracle\ora9I)
(PROGRAM = hsodbc)
)
(SID_DESC =
(GLOBAL_DBNAME = ODBC1)
(ORACLE_HOME = C:\oracle\ora9I)
(SID_NAME = ODBC1)
)
)

Please change to:
SID_LIST_ODBC1 =
(SID_LIST =
(SID_DESC =
(SID_NAME = ODBC1)
(ORACLE_HOME = C:\oracle\ora9I)
(PROGRAM = hsodbc)
)
)

Published by: kgronau on March 6, 2012 18:34
Once you change the listener, please stop and start the listener called odbc1: odbc1 stop lsnrctl and lsnrctl start odbc1

Tags: Database

Similar Questions

  • Import an Access from Oracle database

    Hello

    I would like to know if there is a way to import an Access from Oracle database


    Thanks forward

    The easy and simple way to do this is using Sql Developer

    Please see the link is a guide step by step to achieve what you want

    http://www.Oracle.com/technology/tech/Migration/Workbench/Viewlets/accessconnlauncher.html

    http://www.Oracle.com/technology/tech/Migration/Workbench/Viewlets/msaccesslauncher.html

    Concerning

  • Unable to connect to the internet from the Standard user account.

    Original title: query on standard user accounts

    I created a standard user account, but I can't connect to internet, my administrator account is correct, what do I do?

    Hi MaxQG,

    1. what happens when you try to access the Internet from the standard user account?

    2. you receive messages or error codes?

    3. have you ever connect to the Internet from the standard user account?

    You can check if there are parental controls together to prevent the user to access the Internet. You can see the bottom of the article for more information on this:

    What can I control with Parental controls?

    You can also create a new user profile and check if you are able to navigate new user account.

    Create a new user account

    If you are not faced with the same question in a new user account, you can check the link below and use the steps provided to screw a corrupted user profile
    Difficulty of a corrupted user profile

  • Impossible to connect to the service from the Jetty/Admin at distance

    I threw installed on our local CF dev server so I can enjoy the stop & start CF in my box of dev (on the same local network as the CF dev server). CF 10 in a box of Win7 Pro 64-bit.

    I can connect to the Pier from the dev server via http://localhost:8985 .

    I've added exceptions to firewall so that it (tried two specific ports and allowing jetty.exe through).

    But I can't just login from any machine other than the one where thrown - it expires as if the port is blocked. I looked on the Director Pier to the connector (which I am certainly not too familiar with) but I don't see anything here any "localhost only" especially as a whole is able to access the remote service.

    Am I missing something? I get not wanting to expose the product to the wild, but our external firewall handles that. Should I mess with the internal tomcat configuration to make it work?

    Interesting...

    (1) open C:\ColdFusion10\cfusion\jetty\etc\jetty.xml

    (2) search for '127.0.0.1'.

    (3) replace 127.0.0.1 w / IP of the CF Server (the same as the host name field on the 1st page of the remote server configuration wizard)

    (4) restart the "Server ColdFusion Pier 10" service

    (5) attempt to stop or restart via CFB

    (6) see the watch BFC servers display the status of the server has changed since the 'market' to 'Stop'

    (7) see no error logged to the Console of the BFC view

    HOWEVER: The remote server in CF never really stops or restarts.   And the State, to the BFC servers, hangs on "stop".

    Then.  has obtained further... but still no solution = P (and of course thrown is now available in the browser via the IP Address of the server, but no longer via localhost)

    Thank you

    -Aaron

  • After an attack of virus on the server, I am unable to connect to the server from any client computer.

    After an attack of virus on the server, I am unable to connect to the server from any client computer.

    I have a small net work in my house, and until yesterday, the network works well. MSSE clean virus win32 on my server attack yesterday and here after that I am unable to connect to the server of customers while I was able to connect to server cleints. I used MS Fixit widjows firewall and then problem determination after the Client computer request user name & against which I entered the login data, password but it displays the same error message.

    PL help someone who will be widely recognized.

    Thank you best regards &.

    Gandhi Prasad

    Hello

    Because the problem is with the server, I recommend you post this question in the TechNet forum.

    http://social.technet.Microsoft.com/forums/en-us/category/windowsxpitpro

  • Error connecting to the Terminal for blackBerry Smartphones

    Hello

    I have a BB 8100, Desktop manager 4.6.

    The synchronization work properly 3-4 weeks ago.

    Today, when I tried to sync, I got this error message:

    0 x 80040fb3

    I tried debug it using the procedure of changing family name, first name, etc... without success

    I tried several times to synchronize again but without success.

    Now, the situation is even worse!

    New message when I connect my BB to my computer. When I run the Desktop Manager, I have the following error:

    "Error connecting to the Terminal. Make sure that your device is connected properly, and then try again.

    I can't not try to synchronize!

    It is very strange, it's never happened before.

    However, Desktop Manager recognize my BB, I can read on the button to the left of the screen: Terminal connected (Pin code) recognized xxxxxx.

    HELLLLP!

    Thank you

    You know what?

    I just read another post suggested.

    They simply offered to take off from the Blackberry battery and put it again.

    Then I tried to sync and IT WORKED! I can't believe! I tried a lot of complicated stuff!

    1 month for this problem! (with this simple solution!)

    Hope that now, everything will be ok!

    Concerning

  • I get a pop up message the first time I open Photoshop CC for the day, "we sorry that we are unable to connect to the server from adobe at the moment..." I followed instructions to turn off my antivirus and firewall, then open it. But the problem still re

    I get a pop up message the first time I open Photoshop CC for the day, "we sorry that we are unable to connect to the server from adobe at the moment..." I followed instructions to turn off my antivirus and firewall, then open it. But the problem still remains. What can we do?

    Moved to this discussion in the creative forum cloud download & install.

    R.O.B. Please see Sign in, activation or connection errors. CC, CS6, CS5.5 - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html for more information on how to resolve the error of connection between the computer and our activation server.

  • Install of new problem-unable to connect to the server from a remote client DB.

    Hi experts,

    I am new to set up a server oracle so pls bear with me...

    I have install a db Server (11g on top of Oracle Linux 64 bit) home (192.168.1.90 static). I checked that db, listener are running. However, I tried to connect to the server from a different client machine (192.168.1.108) within my home network, but the server is not reachable. I got a ping from client and the server using IP addresses and host names. I followed the following steps to troubleshoot but could not go beyond the step 3, the server on port 1521 telnet-ing. Can someone help me what I need to do to make the port # (1521) is accessible by the customer?


    1. check with the 'ping' using the IP ('ping 198.11.34.43'
    2. check with 'ping' using the DNS (for example "tnsping uranus")
    3. try telnet to the IP address on port 1521 (telnet 1.2.3.4 1521)
    4. check with "tnsping" using the TNS service name
    5 call SQL * more of the line command «sqlplus fred@flintstone» operating system If this does not work, make sure your receiver is the defined service of flintstone.
    6 sign - on to SQL * more and connect with the name TNS ('connect fred/flintstome@service_name'
    7 in SQL *, try a select table@remote_db_link

    Thank you very much in advance.

    Hello
    (1) problem can be because of the firewall. Please check if the firewall turned on for your environment
    (2) check sqlnet.ora, you can allow requests only from specific systems

    Thank you
    Krishna

  • Cannot connect Windows Marketplace error connection to the service.

    Original title: Cannot connect to Windows Marketplace

    When I try to connect, I get the following message:

    Error connecting to the service.

    There was a problem connecting to the Games for Windows - LIVE service. Click Retry to try connecting, or click on troubleshoot to attempt to diagnose and fix the problem.

    If you continue to have problems to connect, you may need to contact your ISP for assistance.

    I am able to use all internet services.

    Hi Torrey,

    I suggest posting your question in the games for Windows Live Marketplace forum located here:
  • Could you let me know on 3850 catalyst to connect to the access point status?

    Dear experts,

    The 3850 catalyst to connect the Access Point.
    I checked the OCC, but I don't know to connect the access point directly or indirectly...
    Is that it must connect the Access Point to the 3850 catalyst directly?

    Could you let me know on 3850 catalyst to connect to the access point status?
    I want to know the ORC page on this subject.
     
    Best regards
    Takuro

    Hello

    See below

    http://www.Cisco.com/c/en/us/products/collateral/switches/catalyst-3850-series-switches/qa_c67-722110.html

    Q. does the Cisco Catalyst 3850 in charge of indirectly connected access points?
    A. No. switch Cisco Catalyst 3850 will always take the CAPWAP tunnel locally. Pass-through or indirectly connected access point mode is not supported at this time. Note that a model SFP Cisco Catalyst 3850-12 or 24 channels can be a good choice to act as controller of mobility for a stack of switches Cisco Catalyst 3850 ending CAPWAP tunnels locally.
    HTH
    Rasika
    Pls note all useful responses *.
  • Business using the NoSQL in Oracle database application development

    Hello

    I followed the link given by Lai Re, to develop the application of Kvitter using the NoSQL database below. But there is no link to the code example in the blog below.

    Developing applications using the NoSQL of Oracle database

    Please help me with the link for the Code of the Kvitter Application.

    Thank you.

    Concerning

    Jean-Luc Reynaud

    Hi, Aymeric

    Here is the direct link to the source code for the sample program above. The link is also displayed under the programs section of demo/sample.

    HTH
    Anuj

  • I have a problem during the installation of Oracle Database 11 g Release 2 (11.2.0.1.0) on my 32-bit windows, I get this message: file not found C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear

    I have a problem during the installation of Oracle Database 11 g Release 2 (11.2.0.1.0) on my 32-bit windows, I get this message: file not found C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear. It is one of many files that I should I cancel or continue? I pressed on continue in the past and I could not open properly Oracle. Sql Please HELP!

    63f5a1a9-ECA2-4300-B10f-22cd940a8726 wrote:

    I have a problem during the installation of Oracle Database 11 g Release 2 (11.2.0.1.0) on my 32-bit windows, I get this message: file not found C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear. It is one of many files that I should I cancel or continue? I pressed on continue in the past and I could not open properly Oracle. Sql Please HELP!

    It is a symptom of textbooks classic does not have read and followed the original instructions to prepare the downloaded files.  You should have two files zip files.  They both must be decompressed in the same directory.  If you unzip using Windows graphic interface - in right click on the name of the file and selecting "extract all...". "the default behavior will be to create a directory, the same name as the zip file and extract in it.  Thus, file_1_of_2 pulls in directory_1_of_2 and file_2_of_2 extracted in directory_2_of_2.  You must override this stupid behavior by default and specify the directory yourself.  And specify the SAME directory for both files.

    Or just go to a command prompt, change directories to the directory where the two zip files are located and deliver "unzip " and "unzip ", and they will both be properly unpack to a directory named "database".

  • strengthen the memory of oracle database

    Hi guys,.

    How do you know if we need to strengthen the memory of oracle database?

    I know, instance efficieny hit % is not an exact value to look at as low % does not mean that the server is running out of memory. This may mean that some of the sql made many complete analysis leading to low % of success.

    It is advisory to watch SGA Advisory target / PGA Advisory target?

    Read how physical improvement is considered a lot where we can consider adding memory to the sga?

    kindly share your knowledge about what you guys are looking for normally to beef up.

    Thank you

    It is advisory to watch SGA Advisory target / PGA Advisory target?

    Years: Yes.

    In addition, you can check the ADDM report for your high-end database load time. In ADDM, you can get advice to increase the SGA.

    But, if your end user is satisfied with the performance of the database then it is useless to increase SGA/PGA.

    Concerning
    Asif Kabir

  • where can I get the software for oracle database 11g RAC installion

    pls can someone tell me where to download the installation software for oracle database 11g RAC with Yes which has the option of installing RAC database on, I the installation of database 11g software, but it does not include the installation of database RAC inside option, I heard someone say that the installer of oracle database 11g in oracle's Web site is not used to install a RAC database is it true? If that's how to make one that installs the RAC DATABASE.

    Download page:
    http://www.Oracle.com/technology/software/products/database/Oracle11g/111060_linuxsoft.html

    -Oracle Database 11 g Release 1 (11.1.0.6.0) for Linux x 86
    linux_11gR1_database_1013.zip (1,844,527,800 bytes) (cksum - 1044354138)

    -Oracle Clusterware 11 g Release 1 (11.1.0.6.0) for Linux x 86
    linux_x86_11gR1_clusterware.zip (244,660,141 bytes) (cksum - 820583335)

    Maybe you need to download is: Clusterware Oracle 11 g

    Document: Oracle® database 2 day + Real Application Clusters guide 11 g Release 1 (11.1)
    http://download.Oracle.com/docs/CD/B28359_01/RAC.111/b28252/TOC.htm

  • ORA-12505 error connecting to the schema of HR of Oracle 11 g local db, ORA-00600, ORA-01033

    Hello

    When I try to connect to the hr schema in SQL Developer with these credentials (host: localhost, port: 1521, SID: ORCL), it throws the error message.

    "" Status: failed - Test has failed: listener refused the connection with the following error: ORA-12505, TNS: listener does not currently know the SID ".



    When I try to connect through cmd, it throws this

    SQL * more: Production version 11.2.0.1.0 Mon Jan 11 17:09:47 2016

    Copyright (c) 1982, 2010, Oracle.  All rights reserved.

    Enter the user name: human resources

    Enter the password:

    ERROR:

    ORA-01033: ORACLE initialization or shutting

    Process ID: 0

    Session IDs: serial number 0: 0



    And here is the status of the listener


    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production January 11, 2016 16:04

    : 28

    Copyright (c) 1991, 2010, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 11.2.0.1.0 - Prod

    ction

    Start date January 11, 2016 15:02:27

    Uptime 0 days 1 hour 2 minutes 5 seconds

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener parameter File D:\app\DKMOH\product\11.2.0\dbhome_1\network\admin\l

    istener.ora

    D:\app\dkmoh\diag\tnslsnr\DKMOH-PC\listener\alert\ log listener

    log. XML

    Summary of endpoints listening...

    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    The command completed successfully



    I went through this link fixed - ORA-01033: ORACLE initialization or shutdown in progress | IT Blogger Tips , where it says to change the status from the db to 'OPEN'.

    SQL > select status, database_status from v$ instance;

    STATUS DATABASE_STATUS

    ------------ -----------------

    ACTIVE RISE



    And then, when I run this query below, that's what I get.

    SQL > alter database open;

    change the database open

    *

    ERROR on line 1:

    ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1],

    [[507], [56509], [56515] [] [], [], [], [], []]



    I'm totally lost here. Any help would be appreciated.

    Thank you

    Hello

    This issue seems to be with the redo log.

    SQL > bootable media.

    SQL > show parameter control_files

    Query 1

    ------------

    SQL > select a.member, a.group #, b.status v$ logfile a, v$ log b where a.group #= b.group # and b.status = 'CURRENT';

    Note the name of the redo log

    SQL > the judgment;

    Take a backup of the controlfile operating system level (this is to ensure that we have a copy backup of the current state of the controlfile)

    SQL > bootable media.

    SQL > restore database using backup controlfile until cancel;

    Enter the location of the log to roll forward as recent on demand 1 when you are prompted for the recovery of

    Press enter

    SQL > Alter database open resetlogs;

    Thank you

Maybe you are looking for

  • Re: Satellite Pro A300 - 2C4 "Windows 7 Professional Upgrade DVD" upgrade

    We have a Satellite Pro A300 - 2C4 (bought on 23-11-09) that came with Vista Business 32-bit installed, but has been downgraded (using the provided diskette) to Windows XP due to the demands of corporate network. When Windows 7 became available, I bo

  • I can play age of WAR of calculation on Qosmio X 300-12 H

    Hey people, I hope you can help answer some of my questions, I intend to buy this laptop but you should know a few things before hand.http://UK.computers.Toshiba-Europe.com/innovation/product/Qosmio-X300-12h/1058132/toshibaShop/true/#0 Everyone how w

  • Satellite P200-1ay - DVD burning is not working properly

    Hey last month my dvd burner works very badly. I tried different types of media (Platinum/sony dvd + r), but every time it has happened in the last part of the dvd. Sometimes, he finished a dvd but in a standalone player, it will shock. New firmware

  • Can satellite C660-1KT - I delete data from drive D partition

    Hello I have a C660-1KT He has a drive C with 149 GB of memory.There's also a drive marked D Data with 148 GB of memory; only 7 GB of it is used.Can I release the remaining memory as my C drive is full. Thank you

  • Rip CDs of music in Windows Media Player

    I'm trying to copy a cd of music for my Windows Media Player but the music won't rip her... There are also album art (several albums) on the cd.  How can I fix this problem?  I "ve tried all I can think of nothing doesn't.