SQLNET.ora Network Configuration file "missing parameters".

Hello gurus;

Earlier I create sqlnet, ora by NETCA
My SQLNET.ora contains following information only...


sqlnet.ora # Network Configuration file: /u01/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.

NAMES. DIRECTORY_PATH = (TNSNAMES)


* > > Help > > *.
why he did not show all parameters? Here is something wrong?
I need to set SQLNET. AUTHENTICATION_SERVICES = NONE

952909 wrote:
Hi EdStevens

Not able to connect to the database without entering a user name and password.

Yes, we know. You said, in almost all positions, you did on this subject. We got that. Believe me, we understand that. Can we move on to solve your problem?

[oracle@localhost ~] $ sqlplus /.

SQL * more: Release 10.2.0.1.0 - Production on sat 22 dec 19:12:30 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01017: name of user and password invalid. connection refused

Because everything counts OS logged as that doesn't have an account AUTHENTIFIE of BONES in the database.

but I can connect like this,

[oracle@localhost ~] $ sqlplus

SQL * more: Release 10.2.0.1.0 - Production on sat 22 dec 19:12:17 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.

Enter the user name: ops Sham $
Enter the password:
Connected to:

Because, despite the "ops$"... ops$ feint isn't an authenticated OS account. This is a database of authenticated account. It's only a database of authenticated account because you gave it a password. From your previous post to Justin:

-quote from the previous post to start-

SQL > CREATE USER ops$ sham IDENTIFIED EXTERNALLY.
Created by the user.
-suspend - quote

OK, at this point, you have an authenticated os account "$ops Sham".

-quote to continue-
SQL > GRANT CONNECT TO the Sham ops$;
Grant succeeded.
-suspend - quote

Now, the operating system account 'sham' should be able to connect with a simple "sqlplus / '.

-quote to continue-
SQL > grant dba to simulacrum of ops$;
Grant succeeded.
-suspend - quote

Now, anyone who uses the operating system account 'sham' can connect without a password and have all the privileges listed in the role of "dba".

-quote to continue-
SQL > alter the simulacrum of $ ops user identified by shamos.
Modified user.
-end quote-

But now change you your account "$ops Sham" and gave it a password. OPS$ feint is therefore more than a bone authenticated account. It is now a database authenticate the account, but with a rather misleading name. At this point, if you are trying to connect as "sham of the ops$", you will need to provide a password.

Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With partitioning, OLAP and Data Mining options

Note: most web links either saying, we can choose to connect with DB.
I want to know the difference why this sqlplus command / error display

Because you're tying to use authentication with an operating system account that is not an operating system os authenticated account in the database. Put "ops$" on the name of the account is NOT what makes an authenticated os account. What makes authenticated os sets the account as "identified on the outside. If you create as 'identified by somepassword', OR if you CHANGE to 'identified by somepassword' then it is NOT authenticated os.

Tags: Database

Similar Questions

  • Sqlnet.ora instance configuration when instances share the same host

    Hello

    According have modernized some of our databases to 11.2 which was on different machines on the same host again we realized that one of them had node valid control setting with the list of nodes invited in sqlnet.ora.

    Is it possible that we keep this configuration for the instance and keep others outside this configuration?

    Kind regards
    Altan

    ak1980 wrote:
    Hello

    According have modernized some of our databases to 11.2 which was on different machines on the same host again we realized that one of them had node valid control setting with the list of nodes invited in sqlnet.ora.

    Is it possible that we keep this configuration for the instance and keep others outside this configuration?

    Kind regards
    Altan

    Laughing out loud

    And the use of valid_node and invited_node is fairly lame to start. I always wondered why implemented oracle implementation in their layer of sqlnet at all, being the right place to do the filtering on the router ip.

    So now you must be wondering why a single instance - and no others - used it in the first place. The solution to your dilemma will depend on the answer to this question. It could be that for a particular instance of filtering IP was valid. However, the decision to do so at the level of the layer of tns was wrong, and then pass that instance to a host with other bodies which have different requirements only aggravated the original error.

  • I downloaded Adobe CS5.5 Master Suite: configuration file missing

    I don't know what to do. My school has published free number (legally) CS5.5 Adobe master collection. I downloaded all via my Adobe Downloader, but now he says that the configuration file is missing. What can I do?

    It seems that the package might be corrupted regular you get the missing file error.

    Consider re - download the package.

    You can download from direct download links available at: http://prodesigntools.com/adobe-cs5-5-direct-download-links.html

    But make sure you follow the steps mentioned on the page before you start the download.

  • network access fails through network and network configuration file

    I have two WIndows 7 systems that are connected with 1 gigabit link.
    This configuration has been solid for more than 1 year.

    In the last few days, I noticed that I couldn't find the remote systems
    via the network folder or the network control panel. The top progress bar moves slowly to the right, but never find anything.

    On the other hand, I can load files and access it with the software that already points to a folder on the remote system.
    I am currently playing music files with foobar2000 perfectly.

    This problem is difficult to drag and drop files between my computers.
    Given that I have not changed my configuration and diagnosis of network have the same problem, I'm not sure what else to try.

    As I said, there is no editing was done and it's a cable network to 1 GB.
    The status bar just never reached the right side of the screen.
    No error message was displayed.
    The system appears to be scan of the network but never finished.

    I rebooted and the problem disappeared.

  • Create SQLNET.ora file throug shell script

    How to create a file sqlnet.ora through Solaris shell script?

    I have a little bit of our 11g databases created by another team without sqlnet.ora files and they are now in production.
    I am looking for a simple way to create a file sqlnet.ora via a solaris shell script and send it in the field to be set up by one of our certification authorities.

    OR

    How to write a simple SQL script to create the sqlnet.ora? Then I can create a shell script to run.

    Any ideas will be appreciated?

    Published by: Albert Zaza October 7, 2010 14:06

    Albert Zaza wrote:

    The spec is a little different from what we have vascular. I need to set up some security configuration as well.

    What kind of security config? It will vary from one facility to the other?

    SQLNET.ora is a very simple text file. I have to agree that you should be able to just build one and then distribute it.

    Maybe I didn't explain well enough.

    The problem is that the work will be done my Solaris System Admin (SA) who go out once a month. He takes with him are preparing with the difference, including work on Oracle and work when the package is installed, the work of the Oracle will be as well.

    So what I want is a syntax used to create the file below and then executed by a shell script when the package is installed by the SA.

    #################################################
    sqlnet.ora # Network Configuration file: $ORACLE_HOME/network/sqlnet.ora
    # Generated by Oracle configuration tools.

    NAMES. DIRECTORY_PATH = (TNSNAMES, EZCONNECT)
    SQLNET. INBOUND_CONNECT_TIMEOUT = 60
    SQLNET. EXPIRE_TIME = 300

    Ok...

    echo "#################################################"  > $ORACLE_HOME/network/admin/sqlnet.ora
    echo "# sqlnet.ora Network Configuration File: $ORACLE_HOME/network/sqlnet.ora"  >>  $ORACLE_HOME/network/admin/sqlnet.ora
    echo "# Generated by Oracle configuration tools."  >>  $ORACLE_HOME/network/admin/sqlnet.ora
    echo ""  >>  $ORACLE_HOME/network/admin/sqlnet.ora
    echo "NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)"  >>  $ORACLE_HOME/network/admin/sqlnet.ora
    echo "SQLNET.INBOUND_CONNECT_TIMEOUT=60"  >>  $ORACLE_HOME/network/admin/sqlnet.ora
    echo "SQLNET.EXPIRE_TIME=300"  >>  $ORACLE_HOME/network/admin/sqlnet.ora
    

    or just to have a copy of the sqlnet.ora and

    cp $source_dir/sqlnet.ora $ORACLE_HOME/network/admin/sqlnet.ora
    

    Published by: EdStevens on October 8, 2010 11:33

  • Oracle files for configuration n/w. (sqlnet.ora)

    Hello all;

    I read the oracle documents. That is to say

    In the simplest form, Oracle uses three files for configuration n/w. They are

    Tnsnames.ora, SQLNET.ora, listener.ora

    When you use the remote connection, we use the listener.ora and tnsnmes.ora files.

    It's only for windows?

    SQLnet.ora: What is the purpose of folklore sqlnet.ora. in * NIX flavors?

    Thanks in advance...

    969352 wrote:
    My confusion here only with names and not on connections

    I have mentioned the many documents of the oracle.

    ORGDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = MYSERVER)
    (PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.orgdb.com)
    )
    )

    Am I wrong?

    TNS alias is ORGDB
    Service name is: orcl.orgdb.com [must be correspond with global db_name]
    net_service_name = name of the TNS alias [if there is error, please post correct answer]

    Can someone clearly display?

    Please note: my confusions are net_service_name, service_name, domain_name
    Oracle 10 g say differently, 11g saying differently the documents.. I know ...?

    You know, put entire sentences and paragraphs bold loose really resembling scream, many even in capital LETTERS for HELP! (see what I mean?)

    I don't know what are your specific references, when you say that the documents "tell us differently', but I think the best description/definition of"net service name"is located in the Setup Guide glossary. To quote:
    ======================================================================
    NET service name

    A simple name for a service that resolves to a connect descriptor. Users to formulate a connection request from a user name and password with a net service name in a connection string for the service to which they want to connect:

    SQL > CONNECT user_name
    Enter the password: password
    SQL > @net_service_name

    Depending on your needs, the net service names can be stored in a variety of locations, including:

    Tnsnames.ora, on each client, local configuration file

    Directory Server

    Service external naming, such as the Information Service Network (NIS) or cell Directory Service (CDS)
    ======================================================================

    The net service name is in your example of your tnsnames.ora, "ORGDB."
    The name of the service is, of course, "orcl.orgdb.com".
    'Domain name' is a standard networking term.

    You could get more information on these specific questions to [url http://edstevensdba.wordpress.com/2011/07/30/exploring-the-local_listener-parameter/] Explorer-the-local_listener parameter

  • SQLNET.ora file missing

    Hi gurus s/n,.

    I installed Oracle 10 g R2 on rhel 5 64-bit operating system. everything works great I'm able to install between client and server. but sqlnet.ora file is not present to set the autihentication operating system. Please tel me Linux should we need to create this file manually or can I get the file with a workaround.



    Thanks in advance...

    Regads

    Delabystephanie

    Delabystephanie wrote:
    Hi gurus s/n,.

    I installed Oracle 10 g R2 on rhel 5 64-bit operating system. everything works great I'm able to install between client and server. but sqlnet.ora file is not present to set the autihentication operating system. Please tel me Linux should we need to create this file manually or can I get the file with a workaround.

    Thanks in advance...

    Regads

    Delabystephanie

    NETCA tool allows to create any network files

  • file SQLNET.ora trace occurs even after turning off tracing

    Hello

    I recently added the following parameters to the sqlnet.ora file.

    TRACE_LEVEL_SERVER = 16

    TRACE_FILE_SERVER = SERVER

    TRACE_DIRECTORY_SERVER = / ftpland/trace

    TRACE_TIMESTAMP_SERVER = we


    Even after you remove these enteries the sqlnet.ora I can still see the files being generated trave.

    tracing #enable # #.

    #Trace_level_server = 0

    #Trace_filelen_server = 1000

    #Trace_fileno_server = 1

    #Trace_timestamp_server = we

    #Trace_directory_server=/opt/oracle/product/10.2.0/network/trace

    #Diag_adr_enabled = off

    ######################################

    AUTOMATIC_IPC = ON

    TRACE_LEVEL_CLIENT = OFF

    SQLNET. EXPIRE_TIME = 10

    NAMES. Domaine_par_defaut = bsca.eds.com

    NAME. DEFAULT_ZONE = bsca.eds.com

    SQLNET. CRYPTO_SEED = "232166927-1713903352".

    NAMES. DIRECTORY_PATH = (ONAMES, TNSNAMES)

    NAMES. PREFERRED_SERVERS =

    (ADDRESS_LIST =

    (ADDRESS =

    (COMMUNITY = TCP.bsca.eds.com)

    (PROTOCOL = TCP)

    (Host = oraclenames1.bsca.eds.com)

    (Port = 1575)

    )

    (ADDRESS =

    (COMMUNITY = TCP.bsca.eds.com)

    (PROTOCOL = TCP)

    (Host = oraclenames2.bsca.eds.com)

    (Port = 1575)

    )

    )

    NAME. PREFERRED_SERVERS =

    (ADDRESS_LIST =

    (ADDRESS =

    (COMMUNITY = TCP.bsca.eds.com)

    (PROTOCOL = TCP)

    (Host = oraclenames1.bsca.eds.com)

    (Port = 1575)

    )

    (ADDRESS =

    (COMMUNITY = TCP.bsca.eds.com)

    (PROTOCOL = TCP)

    (Host = oraclenames2.bsca.eds.com)

    (Port = 1575)

    )

    )

    BEQUEATH_DETACH = YES

    Kind regards

    VN

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = ROSDMP.bsca.eds.com)

    (ORACLE_HOME = opt/oracle/product/10.2.0)

    (SID_NAME = ROSDMP)

    )

    )

    TRACE_LEVEL_LISTENER = 16

    In my opinion, this is the reason, you see the same trace files after the neutralization of him in sqlnet.ora

  • No file sqlnet.ora

    Oracle 11.1.1.6 is installed in AIX. But it does not contain the sqlnet.ora. Is this normal?

    Oracle 11.1.1.6 is installed in AIX. But it does not contain the sqlnet.ora. Is this normal?

    Yes. Like any other configuration file in $ORACLE_HOME/network/admin, it is not mandatory.

  • need urgent help: configuration file of missing dg, dg hung

    I had an incident which dg on db primary configuration files are all gone.

    DGMGRL show configuration appear below:

    DGMGRL > see Configuring

    Configuration - dev

    Protection mode: MaxPerformance
    Databases:
    dev - primary database
    sdev - (*) Physical standby database

    Fast-Start Failover: ENABLED

    The configuration status:
    ORA-16610: activate ' CONFIGURATION ' underway
    DGM-17017: unable to determine the configuration state


    Then, if I try to disable/remove the configuration, it HUNG.

    How to solve this problem?

    Try the command like this:

    activate the "sdev" database

    Show you without the quotes.

    Best regards

    mseberg

  • configuration file is missing

    Hello

    Configuration file is missing at the applications level.
    So I want to recreate this file, could you please suggest me how can I do this?

    Thank you

    You just need to turn on the layer applications only. Since no changes have been made on the database layer, running the automatic configuration service is not necessary.

  • pre-defined types of missing data when using a configuration file

    Hi all

    I recently installed Labview signal express 2011, including the audio wizard and vibrations. I got a file preset to implement the material I have but when I open the configuration file (a Labview project file) I get a message:

    Version of installed components are not compatible with the version of LabView express signal 2012. Please install the latest version of the following:

    "SV express datatypes.

    I do not have Labview signal express 2012 so I do not understand why this error pops up. I also have difficulties in locating the mentioned software

    Please notify

    Hi Yogev_sharvit,

    There is not a way to save the files to a previous version of the Sound and Vibration Assistant. I encourage you to contact SAGE, who was the source of the files, and whether they have a 2011 version available. Otherwise, it may be necessary to configure the steps in the wizard. I've included a screenshot of the file opened below. Unfortunately, this does not bring as much light on the different steps that we would.

  • The Configuration files of start missing error 0 xc 0000034

    Hello

    I turned on my computer today and said she had a lack of Boot Configuration file. I proceed to online solutions and tried each of them.

    Solution 1:

    Auto repair diagnosed the problem and tried to fix it but do nothing.

    Solution 2:

    Command line method returns the statement "the device system requested is not found" when the implementation

    Bootrec /fixmbr

    Bootrec /fixboot

    Bootrec /scanos

    Bootrec /rebuildbcd

    What gives the guest of installation add to the startup list? Yes/No/all

    Solution 3:

    By using bcdboot c:\Windows command prompt

    I could not yet resolve the startup problem.

    I can't do the cooling system or restore, because the drive is locked. What can I do else?

    Thank you all in advance for your solution.

    I got my computer to start again, but the only difference was that I used the online software after you download it to a USB port. Then repeat the solutions from above.

    Solution 1: This time, there was a newspaper where the repair was not successful.

    Solution 2: When I ran it it says 0 installations there.

    At that point, I decided to reset the computer and see if it boots. He did.

    The original software CD was not at all helpful.

  • Missing database configuration file

    Hello

    When I am trying to build an application using Maxl Script, I get the following message

    Lack the database configuration file [< Path > \Db.cfg], ask disabled logging.

    Implied by this message and how to fix this?

    It's normal if you do not query record set in place. You can ignore the message (unless you try to configure the logging of queries!).

  • Need help bridge database for MS SQL Server, error ORA-28546 configuration problems

    Dear all,

    I'm trying to configure Oracle to MS SQL Server(I don't have admin access to the MS SQL Server) database gateway.  When I try to test the dblink connection, I get the following error.

    I published select * from dual@xyz;

    ORA-28546: initialization of the connection failed, probable Net8 admin error

    ORA-28511: interruption of the RPC connection to heterogeneous remote agent using SID = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost) (PORT = 1521)) (CONNECT_DATA = (SID = dg4msql)))

    ORA-02063: preceding 2 lines of xyz

    28546 0000 - ' failed to initialize connection, unlikely Net8 admin error.

    My setup is as follows.

    1 oracle 11 GR 2 under Oracle Linux 6, the same gateway version is installed on the same server but different base directory.

    2 oracle DB base directory is u01/app/oracle/product/11.2.0/dbhome_1, gateway home directory is/u01/gateway.

    3. I use the same file listener.ora for db and the entry door.

    4. the content of my listener.ora, tnsnames.ora and the initdg4msql.ora is below.

    /U01/app/Oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    #(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1522))

    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = db.abc.com.tw))

    )

    )

    MSSQL =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    )

    )

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = db.abc.com.tw)

    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)

    (SID_NAME = orcl)

    )

    )

    SID_LIST_mssql =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = dg4msql)

    (ENVS = LD_LIBRARY_PATH = / u01/gateway/dg4msql/pilot/lib: / u01/gateway/lib)

    (Program name = / u01/gateway/bin/dg4msql)

    )

    )

    /U01/app/Oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora

    LISTENER_ORCL =

    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = db.abc.com.tw))

    ORCL =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = db.abc.com.tw))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = orcl.abc.com.tw)

    )

    )

    dg4msql =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = localhost)(PORT = 1521))

    (CONNECT_DATA = (SID = dg4msql))

    (HS = OK)

    )

    /U01/gateway/dg4msql/Admin/initdg4msql.ora

    HS_FDS_CONNECT_INFO=[192.168.0.1]:1433//XIETEST

    # replacement connect format is the name of host/serverinstance/databasename

    HS_FDS_TRACE_LEVEL = 255

    HS_FDS_RECOVERY_ACCOUNT = RECOVERY

    HS_FDS_RECOVERY_PWD = RECOVERY

    the dblink is created with the following statement.

    CREATE DATABASE LINK "xyz.abc.COM.TW".

    CONNECT TO ITS IDENTIFIED BY

    With the HELP of "dg4msql";

    Couple of other things I did to check the above works.

    [oracle@db admin] $ ping 192.168.0.1

    PING 192.168.0.1 (192.168.0.1) 56 (84) bytes of data.

    64 bytes from 192.168.0.1: icmp_seq = 1 ttl = 61 time = 7.61 ms

    64 bytes from 192.168.0.1: icmp_seq = 2 ttl = 61 time = 7,41 ms

    ^ C

    -ping 192.168.0.1 - statistics

    2 packets transmitted, 2 received, 0% packet loss, time 1818ms

    RTT min/avg/max/leg = 7.417/7.516/7.615/0.099 ms

    [oracle@db admin] $ tnsping dg4msql

    AMT Ping utility for Linux: Version 11.2.0.1.0 - Production on 2013-SEPT-11 10:53:11

    Copyright (c) 1997, 2009, Oracle.  All rights reserved.

    Use settings files:

    /U01/app/Oracle/product/11.2.0/dbhome_1/network/admin/SQLNET.ora

    TNSNAMES adapter used to resolve the alias

    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SID = dg4msql)) (HS = OK))

    OK (0 msec)

    [oracle@db admin] $ lsnrctl status mssql

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 2013-SEPT-11 10:54:23

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

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost) (PORT = 1521)))

    STATUS of the LISTENER

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

    Alias mssql

    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

    11-SEP-2013 start date 10:09:46

    Uptime 0 days 0 h 44 min 37 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file

    The listener log file /U01/app/Oracle/diag/tnslsnr/DB/MSSQL/alert/log.XML

    Summary of endpoints listening...

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

    Summary of services...

    Service 'dg4msql' has 1 instance (s).

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

    The command completed successfully

    Obviously, I'd like to get this configuration to work, but I have also a couple other questions about this configuration.

    1. for the installation of the bridge, he wants to run the root.sh script.  the script root.sh as to what follows.

    Enter the full path of the local bin directory: [/ usr/local/bin]:

    The 'dbhome' file already exists in the usr.  Overwrite it? (y/n)

    [n]: n

    The 'oraenv' file already exists in the usr.  Overwrite it? (y/n)

    [n]: n

    The 'coraenv' file already exists in the usr.  Overwrite it? (y/n)

    [n]: n

    the above answer is correct?

    Thanks for reading.

    The strace shows:

    2796 open ("/ u01/app/oracle/diag/tnslsnr/db/mssql/trace/mssql.log", O_WRONLY |) O_CREAT | O_APPEND, 0660) = 12

    9564 access ("/ u01/app/oracle/product/11.2.0/dbhome_1/dg4msql/admin/initdg4msql.ora", F_OK)

    2796 write (12, "2013-SEPT-11 15:02:44 * (CONNECT_"..., 175 ")")

    9564 <... access="" resumed="">) =-1 ENOENT (no such file or directory)

    2796 <... write="" resumed="">) = 175

    2796 close (12

    9564 brk (0x14a3000) = 0x14a3000

    2796 <... close="" resumed="">) = 0

    2796 poll ([{fd = 8, events = POLLIN |}]) POLLRDNORM}, {fd = 11, events = POLLIN |} [POLLRDNORM}, {fd-=-1}, {fd = - 1}]-1, 4

    9564 access ("/ u01/app/oracle/product/11.2.0/dbhome_1/dg4msql/log/dg4msql_agt_9564.trc", F_OK) =-1 ENOENT (no such file or directory)

    9564 access ("/ u01/app/oracle/product/11.2.0/dbhome_1/dg4msql/log/dg4msql_agt_9564.trc", F_OK) =-1 ENOENT (no such file or directory)

    9564 statfs ("/ u01/app/oracle/product/11.2.0/dbhome_1/dg4msql/log/", 0x7fff91f005b8) =-1 ENOENT (no such file or directory)

    9564 open ("/ u01/app/oracle/product/11.2.0/dbhome_1/dg4msql/log/dg4msql_agt_9564.trc", O_WRONLY |) O_CREAT | O_TRUNC, 0666) =-1 ENOENT (no such file or directory)

    => so that it always uses the database as Oracle_home House

    With this info, I rechecked the listener and saw that you are missing the ORACLE_HOME setting in the dg4msql section of SID. Please correct your entry to mssql_sid to:

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = db.abc.com.tw)

    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)

    (SID_NAME = orcl)

    )

    )

    SID_LIST_mssql =

    (SID_LIST =

    (SID_DESC =

      (ORACLE_HOME = / u01/bridge)

    (SID_NAME = dg4msql)

    (ENVS = LD_LIBRARY_PATH = / u01/gateway/dg4msql/pilot/lib: / u01/gateway/lib)

    (Program name = / u01/gateway/bin/dg4msql)

    )

    )

    Then please stop and restart the mssql listener and check again.

    -Klaus

Maybe you are looking for