Checksum algorithm in form 6.0

I am looking for a good checksum algorithm
(like - or MD5).
is there any pl/sql package?
(platforms WINNT/UNIX)
peter
null

If you are on the Web you might be able to write a PJC that will catch these keys and react the way you want.
Check out the keyfilter PJC demo that comes in the Oracle9i Forms demos.

Similar Messages

  • Difference between ZFS checksum algorithms

    Hello all.
    Where i can find information about differences between fletcher2, fletcher4, and sha256 algorithms for ZFS checksums?
    Thank you.

    You should learn to use google. First hit on "zfs checksum algorithms" gave me:
    http://www.opensolaris.org/os/community/zfs/source/;jsessionid=2686F92391554A5B939B93197A2B443C
    In short: at the moment only 1 algorithm can be used, it wouldn't surprise me if the others haven't been fully implemented yet and that would mean that there are not much differences since you only have 1 option to use right now.

  • Form created in Microsoft Frontpage?

    Hello,
    I am attempting to fix a form using Dreamweaver.  The form is located at the top-right corner of http://www.imagecandyusa.com
    The code for the form is as follows:
    <form method="POST" action="_vti_bin/shtml.exe/index.htm" onSubmit="" name="IC_home_page" webbot-action="--WEBBOT-SELF--">
    <!--webbot bot="SaveResults" U-File="_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" startspan B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE" S-Email-Address="[email protected]" B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE" S-Email-Subject="SEND ME A QUOTE" S-Builtin-Fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time" U-Confirmation-Url="confirm.htm" S-Date-Format="%A, %B %d, %Y" S-Time-Format="%I:%M:%S %p" --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" -->
    The form is returning a 404 Error File Not Found:
    http://imagecandyusa.com/_vti_bin/shtml.exe/index.htm
    Although I checked with the webhost and the filepath above does exist, I believe there may be an error somewhere in the code. 
    Can anyone identify what software was used to create this form or how I may resolve this issue?
    Sincerely,

    My web host supports FrontPage. I don't know why, but they say theyhave a lot of people using it. FrontPage was originally created by the Cambridge, Massachusetts company Vermeer Technologies, Incorporated, which is why the files and directories for FrontPage have vti in them.
    Frankly, if they were going to support something right out of the starting gate, I think they should support WordPress, which is actually being developed, rather than FrontPage.
    Where FrontPage extensions are in place on a server and are properly configured to handle email, FrontPage will provide you the ability to specify an email address to send the form data to as a property of the form. The program then generates the instructions needed to utilize the Webbot in the FrontPage Extensions on the server to send out your email.
    This proprietary system cannot be accessed by Dreamweaver. Instead, Dreamweaver can help you create a script in a language hosted on your server, like php or ASP or ColdFusion that will do the "heavy lifting" of processing the result of the form and sending an email in response.
    If the rest of your website was built using FrontPage, It's advisable to rebuild it in Dreamweaver. To do this, you'll need an understanding of HTML and CSS. Then, for your form, you would build that in Dreamweaver and use the scripting language available on your server. Since php is free and open source, most servers have that.
    Here is a link for a tutorial for creating a contact form in HTML4.01 and CSS3, where you can download the script that runs in the background.
    -Mark

  • JDBC realm of FORM authentication in Web AS 640

    Hi, All,
    We try to port a web application from Apache Tomcat to WebAS 6.40. In the application we use FORM authentication based on Tomcat JDBC Realm. The configuration in Tomcat server.xml is like:
    <Context...>
      <Resource name="jdbc/mydb" auth="Container" type="javax.sql.DataSource" username="..." password="..." driverClassName="..." url="..."/>
      <Realm className="org.apache.catalina.realm.DataSourceRealm" dataSourceName="jdbc/mydb" digest="MD5" userTable="users"  userNameCol="userName" userCredCol="passwd" userRoleTable="roles" roleNameCol="roleType"/>
    </Context>
    In database there are 2 tables for authentication purpose: users and roles. There are column userName, passwd in table users and userName, roleType in table roles (correlated with column userName). Then in web.xml we define FORM authentication:
    <login-config>
      <auth-method>FORM</auth-method>
      <realm-name>...</realm-name>
      <form-login-config>
        <form-login-page>...</form-login-page>
        <form-error-page>...</form-error-page>
      </form-login-config>
    </login-config>
    Has anyone tried to port Tomcat JDBC realm mechanism of FORM authentication to WebAS 640? How do we need to configure J2EE server in Visual Administrator or deploy an application with DeployTool to implement the same features? And does WebAS support declarative MD5 digest algorithm in FORM Authentication?
    Any help is highly appreciated.
    Thanks in advance
    John

    evnafets wrote:
    The way it works is that you declare which pages in your application have got security around them in your web.xml. Whenever a user tries to navigate to one of those pages, they are presented with the login screen. If they login successfully, then they are taken to the page they originally requested.
    You should never actually have a link to your login page - the container will serve it when required.Ok, but how do i stop them entering the URL of the login page?
    i get this error after logging in correctly if i directly access the login page:
    "HTTP Status 400 - Invalid direct reference to form login page"
    i tried adding this constraint but it still happens:
    <security-constraint>
         <web-resource-collection>
              <web-resource-name>login</web-resource-name>
              <url-pattern>/staffLogin/login.jsp</url-pattern>
         </web-resource-collection>
         <auth-constraint/>
    </security-constraint>
    >
    One possible way around this would be to create a database view which is a union of the two tables, thus giving you one "table" to query for the username/password/role combinations. That should satisfy the realm requirement.
    Cheers,
    evnafetsThats a good idea, il give that a shot. Thanks.

  • Md5 checksum

    Hi, I was wondering if anyone knows where I can get my hands on the md5 checksum algorithm. I need to use it but it is not installed on my system. Running Solaris 2.6, also any advice on how to install it. Thanks in advance.
    Paul

    Maybe not, in short you will have to find a function that will do md5 hash or you can develop your own here is the[+link+|http://en.wikipedia.org/wiki/MD5]
    Ss

  • UDP checksum : does it include the length?

    This question does not fit in any forum section because it is on general networking theory.
    The UDP checksum covers the UDP/IP pseudo-header, the UDP header, and the user data padded to a 16-bit boundary. The UDP/IP pseudo-header includes the UDP length. The UDP header also includes the UDP length. The checksum is a 16-bit 1's complement.
    Does that mean that the UDP length is effectively not included in the checksum calculation?
    The other strange thing about the UDP checksum is that according to the RFC, it is optional. Is this so in real life?
    Kevin Dorrell
    Luxembourg

    Harold,
    At first sight, I didn't agree with you about " ... If the UDP length was changed between the source and destination, the checksum discrenpency would just be double what it would be if we only included the length value once. .. ". I reasoned like this: the checksum is a 1's complement, so if you include a field twice in the calculation, the net effect of the field is zero. So you can change the field as much as you like, and it wouldn't make a ha'p'orth of difference.
    This is what I think now: as far as the transmitter is concerned, the two fields (real and pseudo) come from the same place: the length of the user datagram data. But as far as the receiver is concerned, they come from different places: the real field from the UDP header is explicit, and the pseudo field is calculated from the IP packet length (IP octets 2+3), minus 4 * IP-HLEN. So if you wanted to fiddle the UDP length, you would also have to fiddle the IP header octets 2+3, and therefore also IP header octets 10+11, and therefore also ....
    I suppose this hinges on how the UDP header checksum algorithm is implemented in the receiver. If it does it the lazy way, and constructs the pseudo-header using the length explicitly declared in the UDP header, then there is no check on the length at all. If it calculates it from the IP header, then the UDP length is validated. So I can only speculate whether this is a potential problem.
    Thanks for your thoughts.
    Kevin Dorrell
    Luxembourg

  • SHA1 in Oracle Forms

    Hi All,
    I need to implement SHA1 security algorithm in forms 6i using a Program Unit. I would require to encrypt my password before sending it even to the database (in the local / remote network) using SHA1. At present, I have imported a Java class in Forms 6i.
    But, is there any direct method available in Forms 6i itself so that I don't need to import Java class? Please note that I cannot use database methods since the clear data would travel from client to database in the network.
    Regards,
    Nilesh

    Unfortunately, there is no Forms "built-in" function that would allow you to encrypt a value (password or otherwise) beyond what the product already does. In order to do what you described, you would need to implement your own function.
    That said, be aware that Forms versions older than 10.1 are no longer supported. If you are building a production application and there is any chance you may need the assistance of Oracle Support, it is highly recommended that you upgrade to the latest version (10.1.2.3, which is 10.1.2.0.2 + the latest patch). Also, if security is such an issue, using an old product version is not recommended since the latest security fixes and functionality are only available in the latest versions.

  • 20 hrs on install, still no home page

    hello,
    i am trying to install oraclexe (10.2.0) on windows xp sp2, no firewall. my install completes. however, there are errors. here is an install error in C:\oraclexe\app\oracle\product\10.2.0\server\config\log\postDBCreation.log:
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    after the install, i can not connect to home page, i can not connect to DB. i would like to have a clean install. but if we have to debug existing install, no prob.
    here is a lot of data which i have been tracking based on others' related install issues.
    C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\listener.ora (I added the TRACE line only):
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    TRACE_LEVEL_LISTENER = SUPPORT
    C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\sqlnet.ora:
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\tnsnames.ora:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    after completing the install, from a cmd prompt i ran >sqlplus sysdba@XE - here is the std out:
    C:\Documents and Settings\Owner>sqlplus sysdba@XE
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 14 14:40:21 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    and here is the contents of file C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\trace\listener.trc (just for the attempted sqlplus connection):
         CONNECTION REQUEST
    [14-MAR-2006 14:40:25:468] nsevfnt: cxd: 0xa79628 stage 0: NS events set:
         INCOMING CALL
    [14-MAR-2006 14:40:25:468] nsevwait: event is 0x1, on 2
    [14-MAR-2006 14:40:25:468] nsevwait: 1 posted event(s)
    [14-MAR-2006 14:40:25:468] nsevwait: exit (0)
    [14-MAR-2006 14:40:25:468] nsglhe: entry
    [14-MAR-2006 14:40:25:468] nsglhe: Event on cxd 0xa79628.
    [14-MAR-2006 14:40:25:468] nsglhc: Allocating cxd 0xb1bf38
    [14-MAR-2006 14:40:25:468] nsanswer: entry
    [14-MAR-2006 14:40:25:468] nsopen: entry
    [14-MAR-2006 14:40:25:468] nsmal: entry
    [14-MAR-2006 14:40:25:468] nsmal: 736 bytes at 0xb01858
    [14-MAR-2006 14:40:25:468] nsmal: normal exit
    [14-MAR-2006 14:40:25:468] nsopenmplx: entry
    [14-MAR-2006 14:40:25:468] nsmal: entry
    [14-MAR-2006 14:40:25:468] nsmal: 1644 bytes at 0xaba008
    [14-MAR-2006 14:40:25:468] nsmal: normal exit
    [14-MAR-2006 14:40:25:468] nsiorini: entry
    [14-MAR-2006 14:40:25:468] nsbal: entry
    [14-MAR-2006 14:40:25:468] nsbgetfl: entry
    [14-MAR-2006 14:40:25:468] nsbgetfl: normal exit
    [14-MAR-2006 14:40:25:468] nsmal: entry
    [14-MAR-2006 14:40:25:468] nsmal: 84 bytes at 0xab7a80
    [14-MAR-2006 14:40:25:468] nsmal: normal exit
    [14-MAR-2006 14:40:25:468] nsbal: normal exit
    [14-MAR-2006 14:40:25:468] nsiorini: exit (0)
    [14-MAR-2006 14:40:25:468] nscpxget: entry
    [14-MAR-2006 14:40:25:468] nscpxget: normal exit
    [14-MAR-2006 14:40:25:468] nsopenalloc_nsntx: nlhthput on mplx_ht_nsgbu:ctx=b01858, nsntx=aba008
    [14-MAR-2006 14:40:25:468] nsopenmplx: normal exit
    [14-MAR-2006 14:40:25:468] nsopen: opening transport...
    [14-MAR-2006 14:40:25:468] nttcon: entry
    [14-MAR-2006 14:40:25:468] nttcon: toc = 3
    [14-MAR-2006 14:40:25:468] nttcnp: entry
    [14-MAR-2006 14:40:25:468] nttcnp: getting sockname
    [14-MAR-2006 14:40:25:468] nttcnp: getting peername
    [14-MAR-2006 14:40:25:468] nttcnp: exit
    [14-MAR-2006 14:40:25:468] nttcnr: entry
    [14-MAR-2006 14:40:25:468] nttcnr: waiting to accept a connection.
    [14-MAR-2006 14:40:25:484] nttcnr: getting sockname
    [14-MAR-2006 14:40:25:484] snlinGetNameInfo: entry
    [14-MAR-2006 14:40:25:484] snlinGetNameInfo: Using numeric form of host's address 127.0.0.1
    [14-MAR-2006 14:40:25:484] snlinGetNameInfo: exit
    [14-MAR-2006 14:40:25:484] nttcnr: connected on ipaddr 127.0.0.1
    [14-MAR-2006 14:40:25:484] nttvlser: entry
    [14-MAR-2006 14:40:25:484] snlinGetNameInfo: entry
    [14-MAR-2006 14:40:25:484] snlinGetNameInfo: Using numeric form of host's address 127.0.0.1
    [14-MAR-2006 14:40:25:484] snlinGetNameInfo: exit
    [14-MAR-2006 14:40:25:484] nttvlser: valid node check on incoming node 127.0.0.1
    [14-MAR-2006 14:40:25:484] nttvlser: Accepted Entry: 127.0.0.1
    [14-MAR-2006 14:40:25:484] nttcnr: exit
    [14-MAR-2006 14:40:25:484] nttcon: NT layer TCP/IP connection has been established.
    [14-MAR-2006 14:40:25:484] nttcon: set TCP_NODELAY on 256
    [14-MAR-2006 14:40:25:484] nttcon: exit
    [14-MAR-2006 14:40:25:484] nsiorecycle: entry
    [14-MAR-2006 14:40:25:484] nsiorecycle: exit
    [14-MAR-2006 14:40:25:484] nsopen: transport is open
    [14-MAR-2006 14:40:25:484] nsnainit: entry
    [14-MAR-2006 14:40:25:484] nsnainit: answer
    [14-MAR-2006 14:40:25:484] nsnadct: entry
    [14-MAR-2006 14:40:25:484] nsnadct: normal exit
    [14-MAR-2006 14:40:25:484] nsnasvnainfo: entry
    [14-MAR-2006 14:40:25:484] nsnasvnainfo: NA disabled for this connection
    [14-MAR-2006 14:40:25:484] nsnasvnainfo: normal exit
    [14-MAR-2006 14:40:25:484] nainit: entry
    [14-MAR-2006 14:40:25:484] nagblini: entry
    [14-MAR-2006 14:40:25:484] nau_gin: entry
    [14-MAR-2006 14:40:25:484] nau_gparams: entry
    [14-MAR-2006 14:40:25:484] nam_gbp: Reading parameter "sqlnet.authentication_required" from parameter file
    [14-MAR-2006 14:40:25:484] nam_gbp: Parameter not found
    [14-MAR-2006 14:40:25:484] nau_gparams: Using default value "FALSE"
    [14-MAR-2006 14:40:25:500] nau_gslf: entry
    [14-MAR-2006 14:40:25:500] nam_gic: entry
    [14-MAR-2006 14:40:25:500] nam_gic: Counting # of items in "sqlnet.authentication_services" parameter
    [14-MAR-2006 14:40:25:500] nam_gic: Parameter not found
    [14-MAR-2006 14:40:25:500] nam_gic: Found 0 items
    [14-MAR-2006 14:40:25:500] nam_gic: exit
    [14-MAR-2006 14:40:25:500] nau_gslf: Using default value "all available adapters"
    [14-MAR-2006 14:40:25:500] nauss_set_state: entry
    [14-MAR-2006 14:40:25:500] nauss_set_state: exit
    [14-MAR-2006 14:40:25:500] nau_gslf: exit
    [14-MAR-2006 14:40:25:500] nau_gparams: exit
    [14-MAR-2006 14:40:25:500] nau_gin: exit
    [14-MAR-2006 14:40:25:500] nagblini: exit
    [14-MAR-2006 14:40:25:500] na_saveprot: entry
    [14-MAR-2006 14:40:25:500] na_saveprot: exit
    [14-MAR-2006 14:40:25:500] nacomin: entry
    [14-MAR-2006 14:40:25:500] nas_init: entry
    [14-MAR-2006 14:40:25:500] nas_init: exit
    [14-MAR-2006 14:40:25:500] nau_ini: entry
    [14-MAR-2006 14:40:25:500] naugcp_get_connect_parameters: entry
    [14-MAR-2006 14:40:25:500] nauss_set_state: entry
    [14-MAR-2006 14:40:25:500] nauss_set_state: exit
    [14-MAR-2006 14:40:25:500] naugcp_get_connect_parameters: exit
    [14-MAR-2006 14:40:25:500] nau_gettab: entry
    [14-MAR-2006 14:40:25:500] nau_gettab: using authentication adapter table "nautab"
    [14-MAR-2006 14:40:25:500] nau_gettab: nautab contains the following services:
    [14-MAR-2006 14:40:25:500] nau_gettab:      KERBEROS5
    [14-MAR-2006 14:40:25:500] nau_gettab:      NTS
    [14-MAR-2006 14:40:25:500] nau_gettab:      RADIUS
    [14-MAR-2006 14:40:25:500] nau_gettab: exit
    [14-MAR-2006 14:40:25:500] nau_sini: entry
    [14-MAR-2006 14:40:25:500] nau_sini: exit
    [14-MAR-2006 14:40:25:500] nau_ini: connection type: "standard"
    [14-MAR-2006 14:40:25:500] nau_ini: exit
    [14-MAR-2006 14:40:25:500] naeeinit: entry
    [14-MAR-2006 14:40:25:500] nam_gbp: Reading parameter "SQLNET.FIPS_140" from parameter file
    [14-MAR-2006 14:40:25:500] nam_gbp: Parameter not found
    [14-MAR-2006 14:40:25:500] nam_gnsp: Reading parameter "SQLNET.ENCRYPTION_SERVER" from parameter file
    [14-MAR-2006 14:40:25:500] nam_gnsp: Parameter not found
    [14-MAR-2006 14:40:25:500] naequad: Using default value "ACCEPTED"
    [14-MAR-2006 14:40:25:500] nam_gic: entry
    [14-MAR-2006 14:40:25:500] nam_gic: Counting # of items in "SQLNET.ENCRYPTION_TYPES_SERVER" parameter
    [14-MAR-2006 14:40:25:500] nam_gic: Parameter not found
    [14-MAR-2006 14:40:25:500] nam_gic: exit
    [14-MAR-2006 14:40:25:500] naesno: Using default value "all available algorithms"
    [14-MAR-2006 14:40:25:500] naeshow: entry
    [14-MAR-2006 14:40:25:500] naeshow: These are the encryption algorithms that the server will accept, in decreasing order of preference:
    [14-MAR-2006 14:40:25:500] naeshow: Choice 0: no algorithm; encryption inactive
    [14-MAR-2006 14:40:25:500] naeshow: Choice 1: 'AES256' (ID 17)
    [14-MAR-2006 14:40:25:500] naeshow: Choice 2: 'RC4_256' (ID 6)
    [14-MAR-2006 14:40:25:500] naeshow: Choice 3: 'AES192' (ID 16)
    [14-MAR-2006 14:40:25:500] naeshow: Choice 4: '3DES168' (ID 12)
    [14-MAR-2006 14:40:25:500] naeshow: Choice 5: 'AES128' (ID 15)
    [14-MAR-2006 14:40:25:500] naeshow: Choice 6: 'RC4_128' (ID 10)
    [14-MAR-2006 14:40:25:500] naeshow: Choice 7: '3DES112' (ID 11)
    [14-MAR-2006 14:40:25:500] naeshow: Choice 8: 'RC4_56' (ID 8)
    [14-MAR-2006 14:40:25:500] naeshow: Choice 9: 'DES' (ID 2)
    [14-MAR-2006 14:40:25:500] naeshow: Choice 10: 'RC4_40' (ID 1)
    [14-MAR-2006 14:40:25:500] naeshow: Choice 11: 'DES40' (ID 3)
    [14-MAR-2006 14:40:25:500] naeshow: exit
    [14-MAR-2006 14:40:25:500] naeeinit: exit
    [14-MAR-2006 14:40:25:500] naecinit: entry
    [14-MAR-2006 14:40:25:500] nam_gnsp: Reading parameter "SQLNET.CRYPTO_CHECKSUM_SERVER" from parameter file
    [14-MAR-2006 14:40:25:500] nam_gnsp: Parameter not found
    [14-MAR-2006 14:40:25:500] naequad: Using default value "ACCEPTED"
    [14-MAR-2006 14:40:25:500] nam_gic: entry
    [14-MAR-2006 14:40:25:500] nam_gic: Counting # of items in "SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER" parameter
    [14-MAR-2006 14:40:25:500] nam_gic: Parameter not found
    [14-MAR-2006 14:40:25:500] nam_gic: exit
    [14-MAR-2006 14:40:25:500] naesno: Using default value "all available algorithms"
    [14-MAR-2006 14:40:25:500] naeshow: entry
    [14-MAR-2006 14:40:25:500] naeshow: These are the checksumming algorithms that the server will accept, in decreasing order of preference:
    [14-MAR-2006 14:40:25:500] naeshow: Choice 0: no algorithm; checksumming inactive
    [14-MAR-2006 14:40:25:500] naeshow: Choice 1: 'SHA1' (ID 3)
    [14-MAR-2006 14:40:25:500] naeshow: Choice 2: 'MD5' (ID 1)
    [14-MAR-2006 14:40:25:500] naeshow: exit
    [14-MAR-2006 14:40:25:500] naecinit: exit
    [14-MAR-2006 14:40:25:500] nainit: native services disabled - disconnecting
    [14-MAR-2006 14:40:25:500] nadisc: entry
    [14-MAR-2006 14:40:25:500] nacomtm: entry
    [14-MAR-2006 14:40:25:500] nacompd: entry
    [14-MAR-2006 14:40:25:500] nacompd: exit
    [14-MAR-2006 14:40:25:500] nacompd: entry
    [14-MAR-2006 14:40:25:500] nacompd: exit
    [14-MAR-2006 14:40:25:500] nacomtm: exit
    [14-MAR-2006 14:40:25:500] nas_dis: entry
    [14-MAR-2006 14:40:25:500] nas_dis: exit
    [14-MAR-2006 14:40:25:500] nau_dis: entry
    [14-MAR-2006 14:40:25:500] nau_dis: exit
    [14-MAR-2006 14:40:25:500] naeetrm: entry
    [14-MAR-2006 14:40:25:500] naeetrm: exit
    [14-MAR-2006 14:40:25:500] naectrm: entry
    [14-MAR-2006 14:40:25:500] naectrm: exit
    [14-MAR-2006 14:40:25:500] nagbltrm: entry
    [14-MAR-2006 14:40:25:500] nau_gtm: entry
    [14-MAR-2006 14:40:25:500] nau_gtm: exit
    [14-MAR-2006 14:40:25:500] nagbltrm: exit
    [14-MAR-2006 14:40:25:500] nadisc: exit
    [14-MAR-2006 14:40:25:500] nainit: exit
    [14-MAR-2006 14:40:25:500] nsnainit: NS Connection version: 313
    [14-MAR-2006 14:40:25:500] nsnainit: inf->nsinfflg[0]: 0xd inf->nsinfflg[1]: 0xd
    [14-MAR-2006 14:40:25:500] nsnainit: "or" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    [14-MAR-2006 14:40:25:500] nsnainit: "or" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    "and" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    [14-MAR-2006 14:40:25:500] nsnainit: normal exit
    [14-MAR-2006 14:40:25:500] nsopen: global context check-in (to slot 4) complete
    [14-MAR-2006 14:40:25:500] nsopen: lcl[0]=0xf4ffefff, lcl[1]=0x12003, gbl[0]=0x7abf, gbl[1]=0x2001, tdu=32767, sdu=8192
    [14-MAR-2006 14:40:25:500] nsdo: entry
    [14-MAR-2006 14:40:25:500] nsdo: cid=4, opcode=65, bl=0, what=0, uflgs=0x0, cflgs=0x2
    [14-MAR-2006 14:40:25:500] nsdo: rank=64, nsctxrnk=0
    [14-MAR-2006 14:40:25:500] nsdo: nsctx: state=7, flg=0x4000, mvd=0
    [14-MAR-2006 14:40:25:500] nsbal: entry
    [14-MAR-2006 14:40:25:500] nsbgetfl: entry
    [14-MAR-2006 14:40:25:500] nsbgetfl: normal exit
    [14-MAR-2006 14:40:25:500] nsmal: entry
    [14-MAR-2006 14:40:25:500] nsmal: 84 bytes at 0xb005f0
    [14-MAR-2006 14:40:25:500] nsmal: normal exit
    [14-MAR-2006 14:40:25:500] nsbal: normal exit
    [14-MAR-2006 14:40:25:500] nsbal: entry
    [14-MAR-2006 14:40:25:500] nsbgetfl: entry
    [14-MAR-2006 14:40:25:500] nsbgetfl: normal exit
    [14-MAR-2006 14:40:25:500] nsmal: entry
    [14-MAR-2006 14:40:25:500] nsmal: 84 bytes at 0xb01c38
    [14-MAR-2006 14:40:25:500] nsmal: normal exit
    [14-MAR-2006 14:40:25:500] nsbal: normal exit
    [14-MAR-2006 14:40:25:500] nsdo: nsctxrnk=0
    [14-MAR-2006 14:40:25:500] nsdo: normal exit
    [14-MAR-2006 14:40:25:500] nsopen: normal exit
    [14-MAR-2006 14:40:25:500] nsanswer: deferring connect attempt; at stage 5
    [14-MAR-2006 14:40:25:500] nsanswer: normal exit
    [14-MAR-2006 14:40:25:500] nsevreg: entry
    [14-MAR-2006 14:40:25:500] nsevreg: begin registration process for 4
    [14-MAR-2006 14:40:25:500] nsevregPrePost: entry
    [14-MAR-2006 14:40:25:500] nsevregPrePost: normal exit
    [14-MAR-2006 14:40:25:500] nsevreg: sgt=0, evn=4, evt[2]=0x0
    [14-MAR-2006 14:40:25:500] nsevreg: begin notification process for 4
    [14-MAR-2006 14:40:25:500] nsevregAffectNotif: entry
    [14-MAR-2006 14:40:25:500] nsrah: entry
    [14-MAR-2006 14:40:25:500] nsrah: setting transport read mode (2)
    [14-MAR-2006 14:40:25:500] nttctl: entry
    [14-MAR-2006 14:40:25:500] nttctl: Clearing non-blocking mode
    [14-MAR-2006 14:40:25:500] nttctl: entry
    [14-MAR-2006 14:40:25:500] nttctl: Setting connection into async mode
    [14-MAR-2006 14:40:25:500] nsrah: normal exit
    [14-MAR-2006 14:40:25:500] nsevregAffectNotif: exit (0)
    [14-MAR-2006 14:40:25:500] nsevreg: rdm=2, sgt=0, evt[0]=0x20, [1]=0x20, [2]=0x0, nrg=0
    [14-MAR-2006 14:40:25:500] nsevreg: registering for 0x20
    [14-MAR-2006 14:40:25:500] nsiorasy: entry
    [14-MAR-2006 14:40:25:500] nsiorecv: entry
    [14-MAR-2006 14:40:25:500] nttmrd: entry
    [14-MAR-2006 14:40:25:500] nttrd: entry
    [14-MAR-2006 14:40:25:500] snttcallback: entry
    [14-MAR-2006 14:40:25:500] snttcallback: exit
    [14-MAR-2006 14:40:25:500] nttrd: socket 256 had bytes read=277
    [14-MAR-2006 14:40:25:500] nttrd: exit
    [14-MAR-2006 14:40:25:500] nsiorecv: exit (0)
    [14-MAR-2006 14:40:25:500] nsiorasy: exit (0)
    [14-MAR-2006 14:40:25:500] nsiooverflow: entry
    [14-MAR-2006 14:40:25:500] nsiooverflow: exit (1)
    [14-MAR-2006 14:40:25:500] nsevreg: normal exit
    [14-MAR-2006 14:40:25:500] nsglhe: exit
    [14-MAR-2006 14:40:25:500] nsevwait: entry
    [14-MAR-2006 14:40:25:500] nsevwait: 4 registered connection(s)
    [14-MAR-2006 14:40:25:500] nsevwait: 1 pre-posted event(s)
    [14-MAR-2006 14:40:25:500] nsevwait: waiting for transport event (0 thru 4)...
    [14-MAR-2006 14:40:25:500] nsevwait: 0 newly-posted event(s)
    [14-MAR-2006 14:40:25:500] nsevwait: 1 pre-posted event(s)
    [14-MAR-2006 14:40:25:500] nsevdansw: entry
    [14-MAR-2006 14:40:25:500] nsevdansw: at STAGE 5
    [14-MAR-2006 14:40:25:500] nsdo: entry
    [14-MAR-2006 14:40:25:500] nsdo: cid=4, opcode=68, bl=2040, what=8, uflgs=0x0, cflgs=0x3
    [14-MAR-2006 14:40:25:500] nsdo: rank=64, nsctxrnk=0
    [14-MAR-2006 14:40:25:500] nsdo: nsctx: state=14, flg=0x4004, mvd=0
    [14-MAR-2006 14:40:25:500] nsdo: gtn=10, gtc=10, ptn=10, ptc=8155
    [14-MAR-2006 14:40:25:500] nscon: entry
    [14-MAR-2006 14:40:25:500] nscon: doing connect handshake...
    [14-MAR-2006 14:40:25:500] nscon: recving a packet
    [14-MAR-2006 14:40:25:500] nsiooverflow: entry
    [14-MAR-2006 14:40:25:500] nsiooverflow: exit (1)
    [14-MAR-2006 14:40:25:500] nsprecv: entry
    [14-MAR-2006 14:40:25:500] nsprecv: 277 bytes from leftover
    [14-MAR-2006 14:40:25:500] nsprecv: tlen=277, plen=277, type=1
    [14-MAR-2006 14:40:25:500] nsprecv: packet dump
    [14-MAR-2006 14:40:25:500] nsprecv: 01 15 00 00 01 00 00 00 |........|
    [14-MAR-2006 14:40:25:500] nsprecv: 01 39 01 2C 00 00 08 00 |.9.,....|
    [14-MAR-2006 14:40:25:500] nsprecv: 7F FF C6 0E 00 00 01 00 |........|
    [14-MAR-2006 14:40:25:500] nsprecv: 00 DB 00 3A 00 00 02 00 |...:....|
    [14-MAR-2006 14:40:25:500] nsprecv: 61 61 00 00 00 00 00 00 |aa......|
    [14-MAR-2006 14:40:25:500] nsprecv: 00 00 00 00 00 00 00 00 |........|
    [14-MAR-2006 14:40:25:500] nsprecv: 00 00 00 00 00 00 00 00 |........|
    [14-MAR-2006 14:40:25:500] nsprecv: 00 00 28 44 45 53 43 52 |..(DESCR|
    [14-MAR-2006 14:40:25:500] nsprecv: 49 50 54 49 4F 4E 3D 28 |IPTION=(|
    [14-MAR-2006 14:40:25:500] nsprecv: 41 44 44 52 45 53 53 3D |ADDRESS=|
    [14-MAR-2006 14:40:25:500] nsprecv: 28 50 52 4F 54 4F 43 4F |(PROTOCO|
    [14-MAR-2006 14:40:25:500] nsprecv: 4C 3D 54 43 50 29 28 48 |L=TCP)(H|
    [14-MAR-2006 14:40:25:500] nsprecv: 4F 53 54 3D 6C 6F 63 61 |OST=loca|
    [14-MAR-2006 14:40:25:500] nsprecv: 6C 68 6F 73 74 29 28 50 |lhost)(P|
    [14-MAR-2006 14:40:25:500] nsprecv: 4F 52 54 3D 31 35 32 31 |ORT=1521|
    [14-MAR-2006 14:40:25:500] nsprecv: 29 29 28 43 4F 4E 4E 45 |))(CONNE|
    [14-MAR-2006 14:40:25:500] nsprecv: 43 54 5F 44 41 54 41 3D |CT_DATA=|
    [14-MAR-2006 14:40:25:500] nsprecv: 28 53 45 52 56 45 52 3D |(SERVER=|
    [14-MAR-2006 14:40:25:500] nsprecv: 44 45 44 49 43 41 54 45 |DEDICATE|
    [14-MAR-2006 14:40:25:500] nsprecv: 44 29 28 53 45 52 56 49 |D)(SERVI|
    [14-MAR-2006 14:40:25:500] nsprecv: 43 45 5F 4E 41 4D 45 3D |CE_NAME=|
    [14-MAR-2006 14:40:25:500] nsprecv: 58 45 29 28 43 49 44 3D |XE)(CID=|
    [14-MAR-2006 14:40:25:500] nsprecv: 28 50 52 4F 47 52 41 4D |(PROGRAM|
    [14-MAR-2006 14:40:25:500] nsprecv: 3D 43 3A 5C 6F 72 61 63 |=C:\orac|
    [14-MAR-2006 14:40:25:500] nsprecv: 6C 65 78 65 5C 61 70 70 |lexe\app|
    [14-MAR-2006 14:40:25:500] nsprecv: 5C 6F 72 61 63 6C 65 5C |\oracle\|
    [14-MAR-2006 14:40:25:500] nsprecv: 70 72 6F 64 75 63 74 5C |product\|
    [14-MAR-2006 14:40:25:500] nsprecv: 31 30 2E 32 2E 30 5C 73 |10.2.0\s|
    [14-MAR-2006 14:40:25:500] nsprecv: 65 72 76 65 72 5C 62 69 |erver\bi|
    [14-MAR-2006 14:40:25:500] nsprecv: 6E 5C 73 71 6C 70 6C 75 |n\sqlplu|
    [14-MAR-2006 14:40:25:500] nsprecv: 73 2E 65 78 65 29 28 48 |s.exe)(H|
    [14-MAR-2006 14:40:25:500] nsprecv: 4F 53 54 3D 4C 4F 43 41 |OST=LOCA|
    [14-MAR-2006 14:40:25:500] nsprecv: 4C 48 4F 53 54 29 28 55 |LHOST)(U|
    [14-MAR-2006 14:40:25:500] nsprecv: 53 45 52 3D 4F 77 6E 65 |SER=Owne|
    [14-MAR-2006 14:40:25:500] nsprecv: 72 29 29 29 29 |r)))) |
    [14-MAR-2006 14:40:25:500] nsprecv: normal exit
    [14-MAR-2006 14:40:25:500] nscon: got NSPTCN packet
    [14-MAR-2006 14:40:25:500] nsconneg: entry
    [14-MAR-2006 14:40:25:500] nsconneg: vsn=313, lov=300, opt=0x0, sdu=2048, tdu=32767, ntc=0xc60e
    [14-MAR-2006 14:40:25:500] nsconneg: vsn=313, gbl=0x1, sdu=2048, tdu=32767
    [14-MAR-2006 14:40:25:500] nsconneg: normal exit
    [14-MAR-2006 14:40:25:500] nscon: got 219 bytes connect data
    [14-MAR-2006 14:40:25:500] nscon: exit (0)
    [14-MAR-2006 14:40:25:500] nsdo: nsctxrnk=0
    [14-MAR-2006 14:40:25:500] nsdo: normal exit
    [14-MAR-2006 14:40:25:500] nsevdrcvreq: entry
    [14-MAR-2006 14:40:25:500] nsevdansw: exit
    [14-MAR-2006 14:40:25:500] nsevwait: event is 0x20, on 4
    [14-MAR-2006 14:40:25:500] nsevwait: 1 posted event(s)
    [14-MAR-2006 14:40:25:500] nsevwait: exit (0)
    [14-MAR-2006 14:40:25:500] nsglhe: entry
    [14-MAR-2006 14:40:25:500] nsglhe: Event on cxd 0xb1bf38.
    [14-MAR-2006 14:40:25:500] nsglfc: Assume establishing a connection...
    [14-MAR-2006 14:40:25:500] nsglfc: command = establish
    [14-MAR-2006 14:40:25:500] nsglauthorized: entry
    [14-MAR-2006 14:40:25:500] nsglauthorized: Determining auth method...
    [14-MAR-2006 14:40:25:500] nsglauthorized: No authorization needed.
    [14-MAR-2006 14:40:25:500] nsglecmd: entry
    [14-MAR-2006 14:40:25:500] nttaddr2bnd: entry
    [14-MAR-2006 14:40:25:500] snlinGetNameInfo: entry
    [14-MAR-2006 14:40:25:500] snlinGetNameInfo: Using numeric form of host's address 127.0.0.1
    [14-MAR-2006 14:40:25:500] snlinGetNameInfo: exit
    [14-MAR-2006 14:40:25:500] nttaddr2bnd: Resolved to 127.0.0.1
    [14-MAR-2006 14:40:25:500] nttaddr2bnd: exit
    [14-MAR-2006 14:40:25:500] nsglbgetRSPidx: entry
    [14-MAR-2006 14:40:25:500] nsglbgetRSPidx: returning ecode=0
    [14-MAR-2006 14:40:25:500] nsglbgetRSPidx: exit
    [14-MAR-2006 14:40:25:500] nsglb: entry
    [14-MAR-2006 14:40:25:500] nsglb: exit
    [14-MAR-2006 14:40:25:500] nsglrespond: entry
    [14-MAR-2006 14:40:25:500] nsrefuse: entry
    [14-MAR-2006 14:40:25:500] nsdo: entry
    [14-MAR-2006 14:40:25:500] nsdo: cid=4, opcode=67, bl=91, what=10, uflgs=0x0, cflgs=0x3
    [14-MAR-2006 14:40:25:500] nsdo: rank=64, nsctxrnk=0
    [14-MAR-2006 14:40:25:500] nsdo: nsctx: state=2, flg=0x4004, mvd=0
    [14-MAR-2006 14:40:25:500] nsdo: gtn=277, gtc=277, ptn=10, ptc=2011
    [14-MAR-2006 14:40:25:500] nscon: entry
    [14-MAR-2006 14:40:25:500] nscon: sending NSPTRF packet
    [14-MAR-2006 14:40:25:500] nspsend: entry
    [14-MAR-2006 14:40:25:500] nspsend: plen=103, type=4
    [14-MAR-2006 14:40:25:500] nsiosend: entry
    [14-MAR-2006 14:40:25:500] nttmwr: entry
    [14-MAR-2006 14:40:25:500] nttwr: entry
    [14-MAR-2006 14:40:25:500] snttcallback: entry
    [14-MAR-2006 14:40:25:500] snttcallback: exit
    [14-MAR-2006 14:40:25:500] nttwr: socket 256 had bytes written=103
    [14-MAR-2006 14:40:25:500] nttwr: exit
    [14-MAR-2006 14:40:25:500] nsiosend: exit (0)
    [14-MAR-2006 14:40:25:500] nspsend: packet dump
    [14-MAR-2006 14:40:25:500] nspsend: 00 67 00 00 04 00 00 00 |.g......|
    [14-MAR-2006 14:40:25:500] nspsend: 22 00 00 5B 28 44 45 53 |"..[(DES|
    [14-MAR-2006 14:40:25:500] nspsend: 43 52 49 50 54 49 4F 4E |CRIPTION|
    [14-MAR-2006 14:40:25:500] nspsend: 3D 28 54 4D 50 3D 29 28 |=(TMP=)(|
    [14-MAR-2006 14:40:25:500] nspsend: 56 53 4E 4E 55 4D 3D 31 |VSNNUM=1|
    [14-MAR-2006 14:40:25:500] nspsend: 36 39 38 36 39 35 36 38 |69869568|
    [14-MAR-2006 14:40:25:500] nspsend: 29 28 45 52 52 3D 31 32 |)(ERR=12|
    [14-MAR-2006 14:40:25:500] nspsend: 35 31 34 29 28 45 52 52 |514)(ERR|
    [14-MAR-2006 14:40:25:500] nspsend: 4F 52 5F 53 54 41 43 4B |OR_STACK|
    [14-MAR-2006 14:40:25:500] nspsend: 3D 28 45 52 52 4F 52 3D |=(ERROR=|
    [14-MAR-2006 14:40:25:500] nspsend: 28 43 4F 44 45 3D 31 32 |(CODE=12|
    [14-MAR-2006 14:40:25:500] nspsend: 35 31 34 29 28 45 4D 46 |514)(EMF|
    [14-MAR-2006 14:40:25:500] nspsend: 49 3D 34 29 29 29 29 |I=4)))) |
    [14-MAR-2006 14:40:25:500] nspsend: 103 bytes to transport
    [14-MAR-2006 14:40:25:500] nspsend: normal exit
    [14-MAR-2006 14:40:25:500] nscon: exit (0)
    [14-MAR-2006 14:40:25:500] nsdo: nsctxrnk=0
    [14-MAR-2006 14:40:25:500] nsdo: normal exit
    [14-MAR-2006 14:40:25:500] nsiorasy: entry
    [14-MAR-2006 14:40:25:500] nsiorecv: entry
    [14-MAR-2006 14:40:25:500] nttmrd: entry
    [14-MAR-2006 14:40:25:500] nttrd: entry
    [14-MAR-2006 14:40:25:500] snttcallback: entry
    [14-MAR-2006 14:40:25:500] snttcallback: exit
    [14-MAR-2006 14:40:25:500] nttrd: exit
    [14-MAR-2006 14:40:25:500] ntt2err: entry
    [14-MAR-2006 14:40:25:500] ntt2err: Read unexpected EOF ERROR on 256
    [14-MAR-2006 14:40:25:500] ntt2err: exit
    [14-MAR-2006 14:40:25:500] nsiorecv: exit (-1)
    [14-MAR-2006 14:40:25:500] nsiorasy: exit (0)
    [14-MAR-2006 14:40:25:500] nsiooverflow: entry
    [14-MAR-2006 14:40:25:500] nsiooverflow: exit (1)
    [14-MAR-2006 14:40:25:500] nsclose: entry
    [14-MAR-2006 14:40:25:500] nstimarmed: entry
    [14-MAR-2006 14:40:25:500] nstimarmed: no timer allocated
    [14-MAR-2006 14:40:25:500] nstimarmed: normal exit
    [14-MAR-2006 14:40:25:500] nttctl: entry
    [14-MAR-2006 14:40:25:500] nttctl: entry
    [14-MAR-2006 14:40:25:500] nsdo: entry
    [14-MAR-2006 14:40:25:500] nsdo: cid=4, opcode=66, *bl=0, *what=0, uflgs=0x0, cflgs=0x2
    [14-MAR-2006 14:40:25:500] nsdo: rank=64, nsctxrnk=0
    [14-MAR-2006 14:40:25:500] nsdo: nsctx: state=2, flg=0x4000, mvd=0
    [14-MAR-2006 14:40:25:500] nsevunreg: entry
    [14-MAR-2006 14:40:25:500] nsevunreg: cid=4, sgt=0, rdm=2
    [14-MAR-2006 14:40:25:500] nsrah: entry
    [14-MAR-2006 14:40:25:500] nsrah: re-setting transport read mode
    [14-MAR-2006 14:40:25:500] nttctl: entry
    [14-MAR-2006 14:40:25:500] nttctl: Clearing async mode
    [14-MAR-2006 14:40:25:500] nsrah: normal exit
    [14-MAR-2006 14:40:25:500] nsevunreg: 3 registered connection(s)
    [14-MAR-2006 14:40:25:500] nsevunreg: exit (0)
    [14-MAR-2006 14:40:25:500] nsbfr: entry
    [14-MAR-2006 14:40:25:500] nsbaddfl: entry
    [14-MAR-2006 14:40:25:500] nsbaddfl: normal exit
    [14-MAR-2006 14:40:25:500] nsbfr: normal exit
    [14-MAR-2006 14:40:25:500] nsbfr: entry
    [14-MAR-2006 14:40:25:500] nsbaddfl: entry
    [14-MAR-2006 14:40:25:500] nsbaddfl: normal exit
    [14-MAR-2006 14:40:25:500] nsbfr: normal exit
    [14-MAR-2006 14:40:25:500] nsdo: nsctxrnk=0
    [14-MAR-2006 14:40:25:500] nsdo: normal exit
    [14-MAR-2006 14:40:25:500] nsiocancel: entry
    [14-MAR-2006 14:40:25:500] nsiofrrg: entry
    [14-MAR-2006 14:40:25:500] nsbfr: entry
    [14-MAR-2006 14:40:25:500] nsbaddfl: entry
    [14-MAR-2006 14:40:25:500] nsbaddfl: normal exit
    [14-MAR-2006 14:40:25:515] nsbfr: normal exit
    [14-MAR-2006 14:40:25:515] nsiofrrg: exit
    [14-MAR-2006 14:40:25:515] nsiocancel: exit
    [14-MAR-2006 14:40:25:515] nsclose: closing transport
    [14-MAR-2006 14:40:25:515] nttdisc: entry
    [14-MAR-2006 14:40:25:515] nttdisc: Closed socket 256
    [14-MAR-2006 14:40:25:515] nttdisc: exit
    [14-MAR-2006 14:40:25:515] nsclose: global context check-out (from slot 4) complete
    [14-MAR-2006 14:40:25:515] nsnadisc: entry
    [14-MAR-2006 14:40:25:515] nsnadisc: no native services in use - returning
    [14-MAR-2006 14:40:25:515] nsopenfree_nsntx: nlhthdel from mplx_ht_nsgbu, ctx=b01858 nsntx=aba008
    [14-MAR-2006 14:40:25:515] nsiocancel: entry
    [14-MAR-2006 14:40:25:515] nsiofrrg: entry
    [14-MAR-2006 14:40:25:515] nsiofrrg: exit
    [14-MAR-2006 14:40:25:515] nsiocancel: exit
    [14-MAR-2006 14:40:25:515] nsmfr: entry
    [14-MAR-2006 14:40:25:515] nsmfr: 1644 bytes at 0xaba008
    [14-MAR-2006 14:40:25:515] nsmfr: normal exit
    [14-MAR-2006 14:40:25:515] nsmfr: entry
    [14-MAR-2006 14:40:25:515] nsmfr: 736 bytes at 0xb01858
    [14-MAR-2006 14:40:25:515] nsmfr: normal exit
    [14-MAR-2006 14:40:25:515] nsclose: normal exit
    [14-MAR-2006 14:40:25:515] nsrefuse: exit (0)
    [14-MAR-2006 14:40:25:515] nsgldissolve: entry
    [14-MAR-2006 14:40:25:515] nsdisc: entry
    [14-MAR-2006 14:40:25:515] nsclose: entry
    [14-MAR-2006 14:40:25:515] nsclose: normal exit
    [14-MAR-2006 14:40:25:515] nsdisc: exit (0)
    [14-MAR-2006 14:40:25:515] nsgldissolve: Deallocating cxd 0xb1bf38.
    [14-MAR-2006 14:40:25:515] nsgldissolve: exit
    [14-MAR-2006 14:40:25:515] nsglrespond: exit
    [14-MAR-2006 14:40:25:515] nsglecmd: exit
    [14-MAR-2006 14:40:25:515] nsglhe: exit
    [14-MAR-2006 14:40:25:515] nsevwait: entry
    [14-MAR-2006 14:40:25:515] nsevwait: 3 registered connection(s)
    [14-MAR-2006 14:40:25:515] nsevwait: 0 pre-posted event(s)
    [14-MAR-2006 14:40:25:515] nsevwait: waiting for transport event (0 thru 3)...
    here is the output of tnsping localhost:
    C:\Documents and Settings\Owner>tnsping localhost
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-MAR-2
    006 15:07:24
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used HOSTNAME adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTO
    COL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    OK (40 msec)
    here is the output of lsnrctl:
    C:\Documents and Settings\Owner>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-MAR-2006 15:08
    :28
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 14-MAR-2006 14:39:00
    Uptime 0 days 0 hr. 29 min. 27 sec
    Trace Level support
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listener Trace File C:\oraclexe\app\oracle\product\10.2.0\server\network\t
    race\listener.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", 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...
    The command completed successfully
    C:\Documents and Settings\Owner>lsnrctl stop
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-MAR-2006 15:09
    :29
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    The command completed successfully
    C:\Documents and Settings\Owner>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-MAR-2006 15:09
    :34
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\ad
    min\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log
    \listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\networ
    k\trace\listener.trc
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR
    _XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 14-MAR-2006 15:09:38
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level support
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listener Trace File C:\oraclexe\app\oracle\product\10.2.0\server\network\t
    race\listener.trc
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", 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...
    The command completed successfully
    thanks a lot!
    tom

    thanks for the quick reply.
    removed NLS_LANG, SQLPATH and TNS_ADMIN - based on your tip. i had a past install of instant client....
    set before install:
    C:\Documents and Settings\Owner>set
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Owner\Application Data
    APR_ICONV_PATH=C:\Program Files\Subversion\iconv
    CATALINA_HOME=c:\jakarta-tomcat-5.0.28
    CLASSPATH=C:\mysql-connector-java-3.1.11\mysql-connector-java-3.1.11-bin.jar;C:\
    isql\classes12.jar;C:\Program Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=LOCALHOST
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Owner
    JAVA_HOME=c:\j2sdk1.4.2_09
    JBOSS_CLASSPATH=C:\jboss-portal-2.0-jboss-4.0.2\lib
    JBOSS_HOME=C:\jboss-portal-2.0-jboss-4.0.2
    LOCAL=PDEV
    LOGONSERVER=\\LOCALHOST
    NUMBER_OF_PROCESSORS=1
    OS=Windows_NT
    Path=c:\bzip2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Pyt
    hon22;C:\gzip\bin;C:\tar\bin;C:\j2sdk1.4.2_09\bin;C:\apache-ant-1.6.5\bin;C:\Pro
    gram Files\MySQL\MySQL Server 4.1\bin;C:\Program Files\Subversion;C:\Program Fil
    es\TortoiseCVS;C:\Program Files\QuickTime\QTSystem\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
    PROCESSOR_LEVEL=15
    PROCESSOR_REVISION=0209
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    QTJAVA=C:\Program Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\Owner\LOCALS~1\Temp
    TMP=C:\DOCUME~1\Owner\LOCALS~1\Temp
    USERDOMAIN=LOCALHOST
    USERNAME=Owner
    USERPROFILE=C:\Documents and Settings\Owner
    windir=C:\WINDOWS
    set after install:
    C:\Documents and Settings\Owner>set
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Owner\Application Data
    APR_ICONV_PATH=C:\Program Files\Subversion\iconv
    CATALINA_HOME=c:\jakarta-tomcat-5.0.28
    CLASSPATH=C:\mysql-connector-java-3.1.11\mysql-connector-java-3.1.11-bin.jar;C:\
    isql\classes12.jar;C:\Program Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=LOCALHOST
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Owner
    JAVA_HOME=c:\j2sdk1.4.2_09
    JBOSS_CLASSPATH=C:\jboss-portal-2.0-jboss-4.0.2\lib
    JBOSS_HOME=C:\jboss-portal-2.0-jboss-4.0.2
    LOCAL=PDEV
    LOGONSERVER=\\LOCALHOST
    NUMBER_OF_PROCESSORS=1
    OS=Windows_NT
    Path=C:\oraclexe\app\oracle\product\10.2.0\server\bin;c:\bzip2\bin;C:\WINDOWS\sy
    stem32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Python22;C:\gzip\bin;C:\tar\bin;C:
    \j2sdk1.4.2_09\bin;C:\apache-ant-1.6.5\bin;C:\Program Files\MySQL\MySQL Server 4
    .1\bin;C:\Program Files\Subversion;C:\Program Files\TortoiseCVS;C:\Program Files
    \QuickTime\QTSystem\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
    PROCESSOR_LEVEL=15
    PROCESSOR_REVISION=0209
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    QTJAVA=C:\Program Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\Owner\LOCALS~1\Temp
    TMP=C:\DOCUME~1\Owner\LOCALS~1\Temp
    USERDOMAIN=LOCALHOST
    USERNAME=Owner
    USERPROFILE=C:\Documents and Settings\Owner
    windir=C:\WINDOWS
    C:\Documents and Settings\Owner>sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 14 17:33:51 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect / as sysdba;
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    SQL> select count(*) from hr.employees;
    SP2-0640: Not connected
    SQL>
    both services OracleTNSListner and OracleServiceXE are started. ...as you said, my .ora files are not right due to the failed install.
    anything in the registry from instant client that could be killing our install? the services start and then in the "configuring database" section, it just hangs - no CPU, no disk - must be a network hang.... ...then the install finishes (doesn't say sucess or failure)...
    thanks!
    tom

  • SQL Connection to 11g database slow

    Hi all,
    Database :Oracle 11g database Standard edition 11.2.0.1
    Application : Oracle forms 6i client/sever (sqlplus version 6.0.8)
    OS : Windows 2008 server with sp1
    When i tried to connect to database using sqlplus (6.0.8) it is very slow. At the same time when itried connecting from 11g sql client it connects faster.
    We tried installing Oracle 11.2.0.1 EE database on a Win 7 Pc and tried connecting to it, it connects in a flash in both 11g and 6.0.8 clients.
    I traced it and found there is a significant delay in below area,
    2012-10-17 22:17:12.644127 : snlpcss:Spawn Oracle completed oracle (LOCAL=NO) orcl.
    2012-10-17 22:17:12.644233 : snlpcss:exit
    *2012-10-17 22:17:12.644337 : sntpcall:Attempting to open pipe \\.\PIPE\ORANTP874.1878*
    *2012-10-17 22:17:12.653334 : sntpcall:Successfully established pipe 808 to child with 0 retries.*
    2012-10-17 22:17:12.653373 : sntpcall:Attempting to open pipe \\.\PIPE\ORANTP874.1878.w
    2012-10-17 22:17:12.653437 : sntpcall:Successfully established pipe 920 to child with 0 retries.
    2012-10-17 22:17:12.653475 : sntpcall:exit
    2012-10-17 22:17:12.635186 : nsevfnt:cxd: 0x5e60760 stage 0: NT events set:
         CONNECTION REQUEST
    2012-10-17 22:17:12.635211 : nsevfnt:cxd: 0x5e60760 stage 0: NS events set:
         INCOMING CALL
    2012-10-17 22:17:12.635235 : nsevrec:event is 0x1, on 3
    2012-10-17 22:17:12.635254 : nsevwait:1 posted event(s)
    2012-10-17 22:17:12.635272 : nsevwait:exit (0)
    2012-10-17 22:17:12.635316 : nsglhe:entry
    2012-10-17 22:17:12.635337 : nsglhe:Event on cxd 0x5e60760.
    2012-10-17 22:17:12.635366 : nsglhc:Allocating cxd 0x62da3c0
    2012-10-17 22:17:12.635386 : nsanswer:entry
    2012-10-17 22:17:12.635405 : nsopen:entry
    2012-10-17 22:17:12.635429 : nsmal:entry
    2012-10-17 22:17:12.635450 : nsmal:1496 bytes at 0x5f2e7f0
    2012-10-17 22:17:12.635466 : nsmal:normal exit
    2012-10-17 22:17:12.635486 : nsopenmplx:entry
    2012-10-17 22:17:12.635675 : nsmal:entry
    2012-10-17 22:17:12.635709 : nsmal:2944 bytes at 0x6022e80
    2012-10-17 22:17:12.635726 : nsmal:normal exit
    2012-10-17 22:17:12.635743 : nsiorini:entry
    2012-10-17 22:17:12.635762 : nsbal:entry
    2012-10-17 22:17:12.635778 : nsbgetfl:entry
    2012-10-17 22:17:12.635796 : nsbgetfl:normal exit
    2012-10-17 22:17:12.635814 : nsbal:normal exit
    2012-10-17 22:17:12.635830 : nsiorini:exit (0)
    2012-10-17 22:17:12.635848 : nscpxget:entry
    2012-10-17 22:17:12.635864 : nscpxget:normal exit
    2012-10-17 22:17:12.635884 : nsopenalloc_nsntx:nlhthput on mplx_ht_nsgbu:ctx=5f2e7f0, nsntx=6022e80
    2012-10-17 22:17:12.635906 : nsopenmplx:normal exit
    2012-10-17 22:17:12.635927 : nstoSetupTimeout:entry
    2012-10-17 22:17:12.635947 : nstoSetupTimeout:ATO enabled for ctx=0x0000000005F2E7F0, val=60000(millisecs)
    2012-10-17 22:17:12.635966 : nstoUpdateActive:entry
    2012-10-17 22:17:12.635984 : nstoUpdateActive:Active timeout is 0 (see nstotyp)
    2012-10-17 22:17:12.636002 : nsopen:opening transport...
    2012-10-17 22:17:12.636023 : nttcon:entry
    2012-10-17 22:17:12.636039 : nttcon:toc = 3
    2012-10-17 22:17:12.636063 : nttcnp:entry
    2012-10-17 22:17:12.636106 : nttcnp:getting sockname
    2012-10-17 22:17:12.636131 : nttcnp:getting peername
    2012-10-17 22:17:12.636149 : nttcnp:exit
    2012-10-17 22:17:12.636166 : nttcnr:entry
    2012-10-17 22:17:12.636182 : nttcnr:waiting to accept a connection.
    2012-10-17 22:17:12.636322 : nttcnr:getting sockname
    2012-10-17 22:17:12.636352 : snlinGetNameInfo:entry
    2012-10-17 22:17:12.636380 : snlinGetNameInfo:exit
    2012-10-17 22:17:12.636398 : nttcnr:connected on ipaddr 200.200.210.101
    2012-10-17 22:17:12.636416 : nttvlser:entry
    2012-10-17 22:17:12.636432 : nttvlser:Accepted Entry
    2012-10-17 22:17:12.636448 : nttcnr:exit
    2012-10-17 22:17:12.636477 : nttcon:NT layer TCP/IP connection has been established.
    2012-10-17 22:17:12.636518 : nttcon:set TCP_NODELAY on 904
    2012-10-17 22:17:12.636537 : nttcon:exit
    2012-10-17 22:17:12.636556 : nsiorecycle:entry
    2012-10-17 22:17:12.636572 : nsiorecycle:exit
    2012-10-17 22:17:12.636589 : nsopen:transport is open
    2012-10-17 22:17:12.636607 : nstoPostNTConn:entry
    2012-10-17 22:17:12.636624 : nstoArmEventATO:entry
    2012-10-17 22:17:12.636642 : nstoArmEventATO:exit (0)
    2012-10-17 22:17:12.636659 : nstoPostNTConn:exit (0)
    2012-10-17 22:17:12.636676 : nsnainit:entry
    2012-10-17 22:17:12.636694 : nsnainit:answer
    2012-10-17 22:17:12.636710 : nsnadct:entry
    2012-10-17 22:17:12.636726 : nsnadct:normal exit
    2012-10-17 22:17:12.636741 : nsnasvnainfo:entry
    2012-10-17 22:17:12.636758 : nsnasvnainfo:NA disabled for this connection
    2012-10-17 22:17:12.636774 : nsnasvnainfo:normal exit
    2012-10-17 22:17:12.636794 : nainit:entry
    2012-10-17 22:17:12.636814 : nagblini:entry
    2012-10-17 22:17:12.636839 : nau_gin:entry
    2012-10-17 22:17:12.636858 : nau_gparams:entry
    2012-10-17 22:17:12.636877 : nam_gbp:Reading parameter "sqlnet.authentication_required" from parameter file
    2012-10-17 22:17:12.636897 : nam_gbp:Parameter not found
    2012-10-17 22:17:12.636914 : nau_gparams:Using default value "FALSE"
    2012-10-17 22:17:12.636931 : nau_gslf:entry
    2012-10-17 22:17:12.636947 : nam_gic:entry
    2012-10-17 22:17:12.636965 : nam_gic:Counting # of items in "sqlnet.authentication_services" parameter
    2012-10-17 22:17:12.636984 : nam_gic:Parameter not found
    2012-10-17 22:17:12.637001 : nam_gic:Found 0 items
    2012-10-17 22:17:12.637016 : nam_gic:exit
    2012-10-17 22:17:12.637033 : nau_gslf:Using default value "all available adapters"
    2012-10-17 22:17:12.637050 : nauss_set_state:entry
    2012-10-17 22:17:12.637065 : nauss_set_state:exit
    2012-10-17 22:17:12.637081 : nau_gslf:exit
    2012-10-17 22:17:12.637096 : nau_gparams:exit
    2012-10-17 22:17:12.637112 : nau_gin:exit
    2012-10-17 22:17:12.637126 : nagblini:exit
    2012-10-17 22:17:12.637144 : na_saveprot:entry
    2012-10-17 22:17:12.637165 : na_saveprot:exit
    2012-10-17 22:17:12.637182 : nacomin:entry
    2012-10-17 22:17:12.637200 : nas_init:entry
    2012-10-17 22:17:12.637217 : nas_init:exit
    2012-10-17 22:17:12.637233 : nau_ini:entry
    2012-10-17 22:17:12.637252 : naugcp_get_connect_parameters:entry
    2012-10-17 22:17:12.637268 : nauss_set_state:entry
    2012-10-17 22:17:12.637283 : nauss_set_state:exit
    2012-10-17 22:17:12.637299 : naugcp_get_connect_parameters:exit
    2012-10-17 22:17:12.637315 : nau_gettab:entry
    2012-10-17 22:17:12.637333 : nau_gettab:using authentication adapter table "nautab"
    2012-10-17 22:17:12.637350 : nau_gettab:nautab contains the following services:
    2012-10-17 22:17:12.637366 : nau_gettab:     KERBEROS5
    2012-10-17 22:17:12.637381 : nau_gettab:     NTS
    2012-10-17 22:17:12.637395 : nau_gettab:     RADIUS
    2012-10-17 22:17:12.637410 : nau_gettab:exit
    2012-10-17 22:17:12.637426 : nau_sini:entry
    2012-10-17 22:17:12.637441 : nau_sini:exit
    2012-10-17 22:17:12.637456 : nau_ini:connection type: "standard"
    2012-10-17 22:17:12.637473 : nau_ini:exit
    2012-10-17 22:17:12.637489 : naeeinit:entry
    2012-10-17 22:17:12.637507 : nam_gbp:Reading parameter "SQLNET.FIPS_140" from parameter file
    2012-10-17 22:17:12.637526 : nam_gbp:Parameter not found
    2012-10-17 22:17:12.637544 : nam_gnsp:Reading parameter "SQLNET.ENCRYPTION_SERVER" from parameter file
    2012-10-17 22:17:12.637564 : nam_gnsp:Parameter not found
    2012-10-17 22:17:12.637581 : naequad:Using default value "ACCEPTED"
    2012-10-17 22:17:12.637596 : nam_gic:entry
    2012-10-17 22:17:12.637613 : nam_gic:Counting # of items in "SQLNET.ENCRYPTION_TYPES_SERVER" parameter
    2012-10-17 22:17:12.637631 : nam_gic:Parameter not found
    2012-10-17 22:17:12.637646 : nam_gic:exit
    2012-10-17 22:17:12.637662 : naesno:Using default value "all available algorithms"
    2012-10-17 22:17:12.637684 : naeshow:entry
    2012-10-17 22:17:12.637706 : naeshow:These are the encryption algorithms that the server will accept, in decreasing order of
    preference:
    2012-10-17 22:17:12.637726 : naeshow:Choice 0: no algorithm; encryption inactive
    2012-10-17 22:17:12.637741 : naeshow:exit
    2012-10-17 22:17:12.637756 : naeeinit:exit
    2012-10-17 22:17:12.637773 : naecinit:entry
    2012-10-17 22:17:12.637790 : nam_gnsp:Reading parameter "SQLNET.CRYPTO_CHECKSUM_SERVER" from parameter file
    2012-10-17 22:17:12.637808 : nam_gnsp:Parameter not found
    2012-10-17 22:17:12.637824 : naequad:Using default value "ACCEPTED"
    2012-10-17 22:17:12.637840 : nam_gic:entry
    2012-10-17 22:17:12.637856 : nam_gic:Counting # of items in "SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER" parameter
    2012-10-17 22:17:12.637874 : nam_gic:Parameter not found
    2012-10-17 22:17:12.637889 : nam_gic:exit
    2012-10-17 22:17:12.637905 : naesno:Using default value "all available algorithms"
    2012-10-17 22:17:12.637920 : naeshow:entry
    2012-10-17 22:17:12.637937 : naeshow:These are the checksumming algorithms that the server will accept, in decreasing order
    of preference:
    2012-10-17 22:17:12.637956 : naeshow:Choice 0: no algorithm; checksumming inactive
    2012-10-17 22:17:12.637972 : naeshow:exit
    2012-10-17 22:17:12.637986 : naecinit:exit
    2012-10-17 22:17:12.638003 : nainit:native services disabled - disconnecting
    2012-10-17 22:17:12.638020 : nadisc:entry
    2012-10-17 22:17:12.638036 : nacomtm:entry
    2012-10-17 22:17:12.638052 : nacompd:entry
    2012-10-17 22:17:12.638067 : nacompd:exit
    2012-10-17 22:17:12.638081 : nacompd:entry
    2012-10-17 22:17:12.638096 : nacompd:exit
    2012-10-17 22:17:12.638110 : nacomtm:exit
    2012-10-17 22:17:12.638126 : nas_dis:entry
    2012-10-17 22:17:12.638142 : nas_dis:exit
    2012-10-17 22:17:12.638158 : nau_dis:entry
    2012-10-17 22:17:12.638175 : nau_dis:exit
    2012-10-17 22:17:12.638190 : naeetrm:entry
    2012-10-17 22:17:12.638205 : naeetrm:exit
    2012-10-17 22:17:12.638221 : naectrm:entry
    2012-10-17 22:17:12.638237 : naectrm:exit
    2012-10-17 22:17:12.638253 : nagbltrm:entry
    2012-10-17 22:17:12.638269 : nau_gtm:entry
    2012-10-17 22:17:12.638285 : nau_gtm:exit
    2012-10-17 22:17:12.638300 : nagbltrm:exit
    2012-10-17 22:17:12.638318 : nadisc:exit
    2012-10-17 22:17:12.638338 : nainit:exit
    2012-10-17 22:17:12.638357 : nsnainit:NS Connection version: 314
    2012-10-17 22:17:12.638377 : nsnainit:inf->nsinfflg[0]: 0xd inf->nsinfflg[1]: 0xd
    2012-10-17 22:17:12.638400 : nsnainit:"or" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    2012-10-17 22:17:12.638426 : nsnainit:"or" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    "and" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    2012-10-17 22:17:12.638454 : nsnainit:normal exit
    2012-10-17 22:17:12.638473 : nsopen:global context check-in (to slot 5) complete
    2012-10-17 22:17:12.638497 : nsopen:lcl[0]=0xf4ffefff, lcl[1]=0x12003, gbl[0]=0x7abf, gbl[1]=0x2001, tdu=32767, sdu=8192
    2012-10-17 22:17:12.638517 : nsfull_opn:entry
    2012-10-17 22:17:12.638535 : nsfull_opn:cid=5, opcode=65, *bl=0, *what=0, uflgs=0x0, cflgs=0x0
    2012-10-17 22:17:12.638553 : nsfull_opn:nsctx: state=7, flg=0x4000, mvd=0
    2012-10-17 22:17:12.638570 : nsbal:entry
    2012-10-17 22:17:12.638584 : nsbgetfl:entry
    2012-10-17 22:17:12.638600 : nsbgetfl:normal exit
    2012-10-17 22:17:12.638615 : nsbal:normal exit
    2012-10-17 22:17:12.638630 : nsbal:entry
    2012-10-17 22:17:12.638644 : nsbgetfl:entry
    2012-10-17 22:17:12.638660 : nsbgetfl:normal exit
    2012-10-17 22:17:12.638674 : nsbal:normal exit
    2012-10-17 22:17:12.638690 : nsfull_opn:normal exit
    2012-10-17 22:17:12.638706 : nsopen:normal exit
    2012-10-17 22:17:12.638724 : nsanswer:deferring connect attempt; at stage 5
    2012-10-17 22:17:12.638741 : nsanswer:normal exit
    2012-10-17 22:17:12.638758 : nsevreg:entry
    2012-10-17 22:17:12.638777 : nsevreg:begin registration process for 5
    2012-10-17 22:17:12.638795 : nsevregPrePost:entry
    2012-10-17 22:17:12.638811 : nsevregPrePost:normal exit
    2012-10-17 22:17:12.638828 : nsevreg:sgt=0, evn=4, evt[2]=0x0
    2012-10-17 22:17:12.638846 : nsevreg:begin notification process for 5
    2012-10-17 22:17:12.638863 : nsevregAffectNotif:entry
    2012-10-17 22:17:12.638880 : nsrah:entry
    2012-10-17 22:17:12.638897 : nsrah:setting transport read mode (2)
    2012-10-17 22:17:12.638916 : nttctl:entry
    2012-10-17 22:17:12.638933 : nttctl:Clearing non-blocking mode
    2012-10-17 22:17:12.638953 : nttctl:entry
    2012-10-17 22:17:12.638971 : nttctl:Setting connection into async mode
    2012-10-17 22:17:12.638991 : nsrah:normal exit
    2012-10-17 22:17:12.639007 : nsevregAffectNotif:exit (0)
    2012-10-17 22:17:12.639026 : nsevreg:rdm=2, sgt=0, evt[0]=0x20, [1]=0x20, [2]=0x0, nrg=0
    2012-10-17 22:17:12.639043 : nsevreg:registering for 0x20
    2012-10-17 22:17:12.639069 : nsiorasy:entry
    2012-10-17 22:17:12.639087 : nsiorecv:entry
    2012-10-17 22:17:12.639104 : nttmrd:entry
    2012-10-17 22:17:12.639120 : nttrd:entry
    2012-10-17 22:17:12.639154 : snttcallback:entry
    2012-10-17 22:17:12.639174 : snttcallback:exit
    2012-10-17 22:17:12.639195 : nttrd:socket 904 had bytes read=210
    2012-10-17 22:17:12.639211 : nttrd:exit
    2012-10-17 22:17:12.639228 : nsiorecv:exit (0)
    2012-10-17 22:17:12.639244 : nsiorasy:exit (0)
    2012-10-17 22:17:12.639260 : nsiooverflow:entry
    2012-10-17 22:17:12.639276 : nsiooverflow:exit (1)
    2012-10-17 22:17:12.639294 : nsevreg:normal exit
    2012-10-17 22:17:12.639311 : nsglhe:exit
    2012-10-17 22:17:12.639330 : nsevwait:entry
    2012-10-17 22:17:12.639346 : nsevwait:4 registered connection(s)
    2012-10-17 22:17:12.639364 : nsevwait:1 pre-posted event(s)
    2012-10-17 22:17:12.639381 : nsevwait:waiting for transport event (1 thru 5)...
    2012-10-17 22:17:12.639400 : nsevwait:0 newly-posted event(s)
    2012-10-17 22:17:12.639418 : nsevwait:1 pre-posted event(s)
    2012-10-17 22:17:12.639436 : nsevdansw:entry
    2012-10-17 22:17:12.639453 : nsevdansw:at STAGE 5
    2012-10-17 22:17:12.639471 : nsdo:entry
    2012-10-17 22:17:12.639492 : nsdo:cid=5, opcode=68, *bl=2040, *what=8, uflgs=0x0, cflgs=0x3
    2012-10-17 22:17:12.639512 : nsdo:rank=64, nsctxrnk=0
    2012-10-17 22:17:12.639531 : nsdo:nsctx: state=14, flg=0x20004004, mvd=0
    2012-10-17 22:17:12.639550 : nsdo:gtn=10, gtc=10, ptn=10, ptc=8191
    2012-10-17 22:17:12.639567 : nscon:entry
    2012-10-17 22:17:12.639584 : nscon:doing connect handshake...
    2012-10-17 22:17:12.639601 : nscon:recving a packet
    2012-10-17 22:17:12.639617 : nsiooverflow:entry
    2012-10-17 22:17:12.639632 : nsiooverflow:exit (1)
    2012-10-17 22:17:12.639649 : nsprecv:entry
    2012-10-17 22:17:12.639666 : nsprecv:210 bytes from leftover
    2012-10-17 22:17:12.639686 : nsprecv:tlen=210, plen=210, type=1
    2012-10-17 22:17:12.639703 : nsprecv:packet dump
    2012-10-17 22:17:12.639724 : nsprecv:00 D2 00 00 01 00 00 00  |........|
    2012-10-17 22:17:12.639744 : nsprecv:01 34 01 2C 0C 01 08 00  |.4.,....|
    2012-10-17 22:17:12.639763 : nsprecv:7F FF 4F 98 00 00 00 01  |..O.....|
    2012-10-17 22:17:12.639782 : nsprecv:00 B0 00 22 00 00 00 00  |..."....|
    2012-10-17 22:17:12.639800 : nsprecv:01 01 28 44 45 53 43 52  |..(DESCR|
    2012-10-17 22:17:12.639818 : nsprecv:49 50 54 49 4F 4E 3D 28  |IPTION=(|
    2012-10-17 22:17:12.639837 : nsprecv:41 44 44 52 45 53 53 5F  |ADDRESS_|
    2012-10-17 22:17:12.639856 : nsprecv:4C 49 53 54 3D 28 41 44  |LIST=(AD|
    2012-10-17 22:17:12.639874 : nsprecv:44 52 45 53 53 3D 28 50  |DRESS=(P|
    2012-10-17 22:17:12.639892 : nsprecv:52 4F 54 4F 43 4F 4C 3D  |ROTOCOL=|
    2012-10-17 22:17:12.639911 : nsprecv:54 43 50 29 28 48 4F 53  |TCP)(HOS|
    2012-10-17 22:17:12.639930 : nsprecv:54 3D 4F 52 49 4F 4E 31  |T=ORION1|
    2012-10-17 22:17:12.639948 : nsprecv:30 36 2E 69 6E 74 65 72  |06.inter|
    2012-10-17 22:17:12.639967 : nsprecv:63 61 72 65 2E 63 6F 2E  |care.co.|
    2012-10-17 22:17:12.639985 : nsprecv:61 65 29 28 50 4F 52 54  |ae)(PORT|
    2012-10-17 22:17:12.640004 : nsprecv:3D 31 35 32 31 29 29 29  |=1521)))|
    2012-10-17 22:17:12.640022 : nsprecv:28 43 4F 4E 4E 45 43 54  |(CONNECT|
    2012-10-17 22:17:12.640040 : nsprecv:5F 44 41 54 41 3D 28 43  |_DATA=(C|
    2012-10-17 22:17:12.640059 : nsprecv:49 44 3D 28 50 52 4F 47  |ID=(PROG|
    2012-10-17 22:17:12.640077 : nsprecv:52 41 4D 3D 29 28 48 4F  |RAM=)(HO|
    2012-10-17 22:17:12.640096 : nsprecv:53 54 3D 5F 5F 6A 64 62  |ST=__jdb|
    2012-10-17 22:17:12.640114 : nsprecv:63 5F 5F 29 28 55 53 45  |c__)(USE|
    2012-10-17 22:17:12.640133 : nsprecv:52 3D 4F 52 49 4F 4E 31  |R=ORION1|
    2012-10-17 22:17:12.640151 : nsprecv:30 36 24 29 29 28 53 45  |06$))(SE|
    2012-10-17 22:17:12.640170 : nsprecv:52 56 49 43 45 5F 4E 41  |RVICE_NA|
    2012-10-17 22:17:12.640188 : nsprecv:4D 45 3D 6F 72 63 6C 29  |ME=orcl)|
    2012-10-17 22:17:12.640207 : nsprecv:29 29                    |))      |
    2012-10-17 22:17:12.640224 : nsprecv:normal exit
    2012-10-17 22:17:12.640241 : nscon:got NSPTCN packet
    2012-10-17 22:17:12.640258 : nsconneg:entry
    2012-10-17 22:17:12.640276 : nsconneg:vsn=308, lov=300, opt=0xc01, sdu=2048, tdu=32767, ntc=0x4f98
    2012-10-17 22:17:12.640297 : nsconneg:vsn=308, gbl=0x801, sdu=2048, tdu=32767
    2012-10-17 22:17:12.640313 : nsconneg:normal exit
    2012-10-17 22:17:12.640330 : nscpxget:entry
    2012-10-17 22:17:12.640345 : nscpxget:normal exit
    2012-10-17 22:17:12.640363 : nscon:got 176 bytes connect data
    2012-10-17 22:17:12.640380 : nscon:exit (0)
    2012-10-17 22:17:12.640396 : nsdo:nsctxrnk=0
    2012-10-17 22:17:12.640412 : nsdo:normal exit
    2012-10-17 22:17:12.640429 : nsevdrcvreq:entry
    2012-10-17 22:17:12.640451 : nsevdansw:exit
    2012-10-17 22:17:12.640468 : nsevrec:event is 0x20, on 5
    2012-10-17 22:17:12.640487 : nstoToqWalk:entry
    2012-10-17 22:17:12.640503 : nstoToqWalk:exit (0)
    2012-10-17 22:17:12.640519 : nsevwait:1 posted event(s)
    2012-10-17 22:17:12.640534 : nsevwait:exit (0)
    2012-10-17 22:17:12.640561 : nsglhe:entry
    2012-10-17 22:17:12.640578 : nsglhe:Event on cxd 0x62da3c0.
    2012-10-17 22:17:12.640615 : nsglfc:Assume establishing a connection...
    2012-10-17 22:17:12.640633 : nsglfc:command = establish
    2012-10-17 22:17:12.640650 : nsglauthorized:entry
    2012-10-17 22:17:12.640669 : nsglauthorized:Determining auth method...
    2012-10-17 22:17:12.640689 : nsglauthorized:No authorization needed.
    2012-10-17 22:17:12.640706 : nsglecmd:entry
    2012-10-17 22:17:12.640723 : nscontrol:entry
    2012-10-17 22:17:12.640740 : nstoControlATO:entry
    2012-10-17 22:17:12.640757 : nstoClearTimeout:entry
    2012-10-17 22:17:12.640775 : nstoClearTimeout:ATO disabled for ctx=0x0000000005F2E7F0
    2012-10-17 22:17:12.640791 : nstoUpdateActive:entry
    2012-10-17 22:17:12.640807 : nstoUpdateActive:Active timeout is -1 (see nstotyp)
    2012-10-17 22:17:12.640827 : nstoControlATO:ATO disabled for ctx=0x0000000005F2E7F0
    2012-10-17 22:17:12.640843 : nstoControlATO:exit (0)
    2012-10-17 22:17:12.640859 : nscontrol:cmd=26, lcl=0x0
    2012-10-17 22:17:12.640875 : nscontrol:normal exit
    2012-10-17 22:17:12.640907 : nttaddr2bnd:entry
    2012-10-17 22:17:12.640924 : snlinGetNameInfo:entry
    2012-10-17 22:17:12.640946 : snlinGetNameInfo:exit
    2012-10-17 22:17:12.640964 : nttaddr2bnd:Resolved to 200.200.210.101
    2012-10-17 22:17:12.640985 : nttaddr2bnd:exit
    2012-10-17 22:17:12.641012 : nsglbgetRSPidx:entry
    2012-10-17 22:17:12.641048 : nsglbgetRSPidx:returning ecode=0
    2012-10-17 22:17:12.641065 : nsglbgetRSPidx:exit
    2012-10-17 22:17:12.641082 : nsgettrans_bycxdwattr:entry
    2012-10-17 22:17:12.641100 : ntgettrans:entry
    2012-10-17 22:17:12.641116 : ntgettrans:exit
    2012-10-17 22:17:12.641132 : nsgettrans_bycxdwattr:exit
    2012-10-17 22:17:12.641149 : nsglbgetSdPidx:secondary protocol=4
    2012-10-17 22:17:12.641166 : nsglb:entry
    2012-10-17 22:17:12.641185 : nsglb:exit
    2012-10-17 22:17:12.641202 : nsbequeath:entry
    2012-10-17 22:17:12.641218 : nsc2addr:entry
    2012-10-17 22:17:12.641236 :
    nsc2addr:(ADDRESS=(PROTOCOL=beq)(PROGRAM=oracle)(ENVS='ORACLE_HOME=D:\Ora11gdb\dbhome_1,ORACLE_SID=orcl')(ARGV0=oracleorcl)(A
    RGS='(LOCAL=NO)'))
    2012-10-17 22:17:12.641271 : nlpcaini:entry
    2012-10-17 22:17:12.641338 : nlpcaini:prg = oracle
    2012-10-17 22:17:12.641357 : nlpcaini:arg[0] = oracleorcl
    2012-10-17 22:17:12.641373 : nlpcaini:arg[1] = (LOCAL=NO)
    2012-10-17 22:17:12.641390 : nlpcaini:env[0] = ALLUSERSPROFILE=C:\ProgramData
    2012-10-17 22:17:12.641407 : nlpcaini:exit
    2012-10-17 22:17:12.641424 : nsc2addr:normal exit
    2012-10-17 22:17:12.641440 : nsbeqaddr:entry
    2012-10-17 22:17:12.641456 : nsbeqaddr:connecting...
    2012-10-17 22:17:12.641472 : nsopen:entry
    2012-10-17 22:17:12.641487 : nsmal:entry
    2012-10-17 22:17:12.641506 : nsmal:1496 bytes at 0x6025010
    2012-10-17 22:17:12.641521 : nsmal:normal exit
    2012-10-17 22:17:12.641537 : nsopenmplx:entry
    2012-10-17 22:17:12.641552 : nsmal:entry
    2012-10-17 22:17:12.641570 : nsmal:2944 bytes at 0x60255f0
    2012-10-17 22:17:12.641585 : nsmal:normal exit
    2012-10-17 22:17:12.641600 : nsiorini:entry
    2012-10-17 22:17:12.641616 : nsbal:entry
    2012-10-17 22:17:12.641631 : nsbgetfl:entry
    2012-10-17 22:17:12.641646 : nsbgetfl:normal exit
    2012-10-17 22:17:12.641661 : nsbal:normal exit
    2012-10-17 22:17:12.641677 : nsiorini:exit (0)
    2012-10-17 22:17:12.641693 : nscpxget:entry
    2012-10-17 22:17:12.641707 : nscpxget:normal exit
    2012-10-17 22:17:12.641724 : nsopenalloc_nsntx:nlhthput on mplx_ht_nsgbu:ctx=6025010, nsntx=60255f0
    2012-10-17 22:17:12.641742 : nsopenmplx:normal exit
    2012-10-17 22:17:12.641760 : ntpcon:entry
    2012-10-17 22:17:12.641775 : ntpcon:toc = 6
    2012-10-17 22:17:12.641790 : ntpcon:exit
    2012-10-17 22:17:12.641806 : nsopen:opening transport...
    2012-10-17 22:17:12.641823 : ntpcon:entry
    2012-10-17 22:17:12.641837 : ntpcon:toc = 1
    2012-10-17 22:17:12.641857 : sntpcall:entry
    2012-10-17 22:17:12.641874 : snlpcss:entry
    2012-10-17 22:17:12.644127 : snlpcss:Spawn Oracle completed oracle     (LOCAL=NO) orcl.
    2012-10-17 22:17:12.644233 : snlpcss:exit
    2012-10-17 22:17:12.644337 : sntpcall:Attempting to open pipe \\.\PIPE\ORANTP874.1878
    2012-10-17 22:17:12.653334 : sntpcall:Successfully established pipe 808 to child with 0 retries.
    2012-10-17 22:17:12.653373 : sntpcall:Attempting to open pipe \\.\PIPE\ORANTP874.1878.w
    2012-10-17 22:17:12.653437 : sntpcall:Successfully established pipe 920 to child with 0 retries.
    2012-10-17 22:17:12.653475 : sntpcall:exit
    2012-10-17 22:17:12.653500 : ntpcon:NT layer IPC connection has been established.
    2012-10-17 22:17:12.653519 : ntpcon:exit
    2012-10-17 22:17:12.653538 : nsopen:transport is open
    2012-10-17 22:17:12.653558 : nsoptions:entry
    2012-10-17 22:17:12.653579 : nsoptions:lcl[0]=0x0, lcl[1]=0x2006, gbl[0]=0x0, gbl[1]=0x0, cha=0x0
    2012-10-17 22:17:12.653601 : nsoptions:Vectored IO not supported.
    2012-10-17 22:17:12.653623 : nsoptions:lcl[0]=0xf4ffe9ff, lcl[1]=0x6016, gbl[0]=0xe881, gbl[1]=0x0
    2012-10-17 22:17:12.653642 : nsoptions:normal exit
    2012-10-17 22:17:12.653659 : nsnainit:entry
    2012-10-17 22:17:12.653678 : nsnainit:normal exit
    2012-10-17 22:17:12.653698 : nsopen:global context check-in (to slot 6) complete
    2012-10-17 22:17:12.653722 : nsopen:lcl[0]=0xf4ffe9ff, lcl[1]=0x6016, gbl[0]=0xe881, gbl[1]=0x0, tdu=4096, sdu=8192
    2012-10-17 22:17:12.653742 : nsfull_opn:entry
    2012-10-17 22:17:12.653762 : nsfull_opn:cid=6, opcode=65, *bl=0, *what=0, uflgs=0x0, cflgs=0x0
    2012-10-17 22:17:12.653782 : nsfull_opn:nsctx: state=7, flg=0x4001, mvd=0
    2012-10-17 22:17:12.653801 : nsfull_opn:normal exit
    2012-10-17 22:17:12.653818 : nsopen:normal exit
    2012-10-17 22:17:12.653914 : nttaddr2bnd:entry
    2012-10-17 22:17:12.653942 : snlinGetNameInfo:entry
    2012-10-17 22:17:12.653969 : snlinGetNameInfo:exit
    2012-10-17 22:17:12.653988 : nttaddr2bnd:Resolved to 200.200.210.101
    2012-10-17 22:17:12.654010 : nttaddr2bnd:exit
    2012-10-17 22:17:12.654032 : nsbequeath_stg2:doing connect handshake...
    2012-10-17 22:17:12.654053 : nsbequeath:doing connect handshake...
    2012-10-17 22:17:12.654071 : ntpwr:entry
    2012-10-17 22:17:12.654089 : sntpwrite:entry
    2012-10-17 22:17:12.654109 : sntpwrite:Attempting to write 4 bytes to handle 808
    2012-10-17 22:17:12.654138 : sntpwrite:WriteFile returned 4 bytes
    2012-10-17 22:17:12.654157 : sntpwrite:exit
    2012-10-17 22:17:12.654175 : ntpwr:exit
    2012-10-17 22:17:12.654191 : ntpwr:entry
    2012-10-17 22:17:12.654208 : sntpwrite:entry
    2012-10-17 22:17:12.654226 : sntpwrite:Attempting to write 66 bytes to handle 808
    2012-10-17 22:17:12.654253 : sntpwrite:WriteFile returned 66 bytes
    2012-10-17 22:17:12.654271 : sntpwrite:exit
    2012-10-17 22:17:12.654287 : ntpwr:exit
    2012-10-17 22:17:12.654304 : ntpwr:entry
    2012-10-17 22:17:12.654320 : sntpwrite:entry
    2012-10-17 22:17:12.654338 : sntpwrite:Attempting to write 8 bytes to handle 808
    2012-10-17 22:17:12.654362 : sntpwrite:WriteFile returned 8 bytes
    2012-10-17 22:17:12.654381 : sntpwrite:exit
    2012-10-17 22:17:12.654396 : ntpwr:exit
    2012-10-17 22:17:12.654414 : ntprd:entry
    2012-10-17 22:17:12.654432 : sntpread:entry
    2012-10-17 22:17:12.654450 : sntpread:Attempting to read 4 bytes from handle 920
    2012-10-17 22:17:12.655026 : sntpread:ReadFile returned 4 bytes
    2012-10-17 22:17:12.655049 : sntpread:rc = 0, ntresnt[0] = 0
    2012-10-17 22:17:12.655067 : sntpread:exit
    2012-10-17 22:17:12.655084 : ntprd:exit
    2012-10-17 22:17:12.655101 : ntprd:entry
    2012-10-17 22:17:12.655117 : sntpread:entry
    2012-10-17 22:17:12.655136 : sntpread:Attempting to read 4 bytes from handle 920
    2012-10-17 22:17:12.655314 : sntpread:ReadFile returned 4 bytes
    2012-10-17 22:17:12.655337 : sntpread:rc = 0, ntresnt[0] = 0
    2012-10-17 22:17:12.655354 : sntpread:exit
    2012-10-17 22:17:12.655370 : ntprd:exit
    2012-10-17 22:17:12.655388 : nsbequeath:NSE=12586
    2012-10-17 22:17:12.655407 : nsbequeath:error reading REDIR/NSE msg
    2012-10-17 22:17:12.655427 : nserror:entry
    2012-10-17 22:17:12.655451 : nserror:nsres: id=5, op=72, ns=12586, ns2=0; nt[0]=0, nt[1]=0, nt[2]=0; ora[0]=0, ora[1]=0,
    ora[2]=0
    2012-10-17 22:17:12.655472 : nsdo:entry
    2012-10-17 22:17:12.655491 : nsdo:cid=5, opcode=67, *bl=0, *what=13, uflgs=0x0, cflgs=0x3
    2012-10-17 22:17:12.655511 : nsdo:rank=64, nsctxrnk=0
    2012-10-17 22:17:12.655530 : nsdo:nsctx: state=2, flg=0x20004004, mvd=0
    2012-10-17 22:17:12.655556 : nsdo:gtn=210, gtc=210, ptn=10, ptc=2047
    2012-10-17 22:17:12.655578 : nscon:entry
    2012-10-17 22:17:12.655597 : nscon:sending NSPTRS packet
    2012-10-17 22:17:12.655618 : nspsend:entry
    2012-10-17 22:17:12.655641 : nspsend:plen=8, type=11
    {code}
    Thanks,
    Anand.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    AnandKumar wrote:
    Hi all,
    Database :Oracle 11g database Standard edition 11.2.0.1
    Application : Oracle forms 6i client/sever (sqlplus version 6.0.8)
    OS : Windows 2008 server with sp1Did you verify they are compatible ?
    I was not able to verify them on MOS... but I'm not involved in any Oracle Forms application...
    Have a look also at this link:
    http://www.oracle.com/technetwork/developer-tools/forms/clientsod-forms6i-086801.html

  • Storage Assesment on Solaris 9 & 10

    Hi All,
    I've been tasked with doing a storage assessment of our Sun servers. We need to find out the following from our servers:
    1. Largest files
    2. Duplicate files
    3. Total used space
    4. Total free space
    5. Files not accessed in over a year
    6. Files not backed up.
    7. Output should be easily put in a report form to present to management. (we need to make our case for additional storage.)
    I know that most if not all of these tasks can be accomplished by creating scripts. However, is there a free tool that would accomplish this? I could take on the task of writing the scripts, but it would be nice to see bar graphs, etc, like some commercial tools put out.
    Any suggestions are greatly appreciated. If you already have a similar script that you are using and don't mind sharing, I'd be forever grateful. :)
    Thanks again!
    -Nicole

    We need to find out the following
    from our servers:
    1. Largest filesTrivial with a tree walk.
    2. Duplicate filesHmm. Harder. One method is do a checksum for all the files as you pass and then compare checksums later. Most checksum algorithms are expensive, plus you're going to have to read the file to generate it. That's going to take a lot longer.
    3. Total used space
    4. Total free space
    5. Files not accessed in over a yearTrivial from file metadata.
    6. Files not backed up.I'm not sure how you'd directly assess this from the server itself. You'd need to cross-reference the server with whatever is doing backups.
    Darren

  • SQL Server Gateway

    Can't get Gateway to SQL Server to work...
    Error from Oracle database when trying to access SQL Server DB, through DB Link that was set up in Oracle:
    ORA-02068: following severe error from PMCDEV ORA-03114: not connected to ORACLE
    Trace from gateway (for above Oracle error):
    Remote HO Agent received unexpected RPC disconnect
    status 2: ncrorpi_recv_procid, called from horg.c
    (Gateway, Oracle Server, SQL Server on seperate machines.
    Using Oracle 8.1.6, SQL Server 2000 on NT 4)
    Because of the fact that the gateway creates a trace file, I assume that the listener etc is configured correctly and that the problem is on the gateway, not being able to connect to the SQL Server database or something. I have installed SQL Server client side software on gateway machine as a test, and it can connect to the SQL Server database with no problems.
    What else needs to be installed on the gateway machine, except for the Gateway installation and the configuration as in the Oracle documentation? I have tried all kinds of different configurations but always get same result. I know it's probably something stupid that I overlooked, but I can't find the problem...

    I've included what I can here, hope it's enough info.
    What would be other possible reasons for the error that I'm getting? (not connected to ORACLE) Would it be
    possible to get gateway working with SQL Server 2000 without upgrading the Oracle database? (not my database, and client does not want to upgrade now) Are there any tools available to test that the setup worked, or pinpoint the problem if any?
    inittg4msql.ora
    HS_FDS_CONNECT_INFO=pmc_dev.pmcdev
    HS_FDS_TRACE_LEVEL=on
    HS_FDS_RESULTSET_SUPPORT=true
    listener.ora (on gateway machine)
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=tg4msql)
    (ORACLE_HOME=E:\Oracle\Ora81)
    (PROGRAM=tg4msql)
    tnsnames.ora (on Oracle Server and Gateway machine)
    tg4msql.investec.co.za =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.100.85.204)(PORT = 1521))
    (CONNECT_DATA =
    (SID = tg4msql)
    (HS=OK)
    DB Link
    CREATE PUBLIC DATABASE LINK pmcdev.investec.co.za
    CONNECT TO MAVEN IDENTIFIED BY *
    USING 'tg4msql.investec.co.za'
    For the trace file...
    I was not sure how or where to set the trace level to debug, but here's what I could come up with...
    (For trying to do: 'SELECT * FROM all_tables@pmcdev')
    tg4msql_agt_???.trc (Gateway trace file (HS_FDS_TRACE_LEVEL=on))
    Remote HO Agent received unexpected RPC disconnect
    status 2: ncrorpi_recv_procid, called from horg.c
    listener.trc (Listener trace file (trc_level = support)) - Don't know if this is what you asked for...
    sntseltst: FOUND: connection request on socket 164
    nsevwait: 1 newly-posted event(s)
    nsevfnt: cxd: 0x4d4100 stage 0: NT events set:
         CONNECTION REQUEST
    nsevfnt: cxd: 0x4d4100 stage 0: NS events set:
         INCOMING CALL
    nsevwait: event is 0x1, on 1
    nsevwait: 1 posted event(s)
    nsevwait: exit (0)
    nsglhe: entry
    nsglhe: Event on cxd 0x4d4100.
    nsglhc: Allocating cxd 0x4d7100
    nsanswer: entry
    nsopen: entry
    nsmal: entry
    nsmal: 428 bytes at 0x4d7270
    nsmal: normal exit
    nsopenmplx: entry
    nsmal: entry
    nsmal: 1712 bytes at 0x1bad650
    nsmal: normal exit
    nsopenmplx: normal exit
    nsopen: opening transport...
    nttcon: entry
    nttcon: toc = 3
    nttcnp: entry
    ntvlin: entry
    ntvlin: exit
    nttcnp: Validnode Table IN use; err 0x0
    nttcnp: getting sockname
    nttcnp: exit
    nttcnr: entry
    nttcnr: waiting to accept a connection.
    nttvlser: entry
    nttvlser: valid node check on incoming node 10.0.32.106
    nttvlser: Accepted Entry: 10.0.32.106
    nttcnr: exit
    nttcon: NT layer TCP/IP connection has been established.
    nttcon: exit
    nsopen: transport is open
    nsnainit: entry
    nsnainit: answer
    nsnadct: entry
    nsnadct: normal exit
    nsnasvnainfo: entry
    nsnasvnainfo: NA disabled for this connection
    nsnasvnainfo: normal exit
    nainit: entry
    nagblini: entry
    nau_gin: entry
    nau_gparams: entry
    nam_gbp: Reading parameter "sqlnet.authentication_required" from parameter file
    nam_gbp: Parameter not found
    nau_gparams: Using default value "FALSE"
    nau_gslf: entry
    nam_gic: entry
    nam_gic: Counting # of items in "sqlnet.authentication_services" parameter
    nam_gic: Parameter not found
    nam_gic: Found 0 items
    nam_gic: exit
    nau_gslf: Using default value "all available adapters"
    nauss_set_state: entry
    nauss_set_state: exit
    nau_gslf: exit
    nau_gparams: exit
    nau_gin: exit
    nagblini: exit
    na_saveprot: entry
    na_saveprot: exit
    nacomin: entry
    nas_init: entry
    nas_init: exit
    nau_ini: entry
    naugcp_get_connect_parameters: entry
    nauss_set_state: entry
    nauss_set_state: exit
    naugcp_get_connect_parameters: exit
    nau_gettab: entry
    nau_tadv: entry
    nau_fad: entry
    nau_fad: The following authentication adapter dll does not exist: orank58.dll
    nau_fad: exit
    nau_fad: entry
    nau_fad: The following authentication adapter dll does not exist: orangss8.dll
    nau_fad: exit
    nau_fad: entry
    nau_fad: The following authentication adapter dll does not exist: oranidx8.dll
    nau_fad: exit
    nau_fad: entry
    nau_fad: The following authentication adapter dll does not exist: oransid8.dll
    nau_fad: exit
    nau_fad: entry
    nau_fad: exit
    nau_fad: entry
    nau_fad: exit
    nau_fad: entry
    nau_fad: The following authentication adapter dll does not exist: oranoss8.dll
    nau_fad: exit
    nau_fad: entry
    nau_fad: The following authentication adapter dll does not exist: oranrad8.dll
    nau_fad: exit
    nau_tadv: Found at least one invalid entry
    nau_tadv: exit
    nau_gettab: using authentication adapter table "dynamic table"
    nau_gettab: dynamic table contains the following services:
    nau_gettab:      NDS
    nau_gettab:      NTS
    nau_gettab: exit
    nau_sini: entry
    nau_sini: exit
    nau_ini: connection type: "standard"
    nau_ini: exit
    naeeinit: entry
    nam_gbp: Reading parameter "SQLNET.FIPS_140" from parameter file
    nam_gbp: Parameter not found
    nam_gnsp: Reading parameter "SQLNET.ENCRYPTION_SERVER" from parameter file
    nam_gnsp: Parameter not found
    naequad: Using default value "ACCEPTED"
    nam_gic: entry
    nam_gic: Counting # of items in "SQLNET.ENCRYPTION_TYPES_SERVER" parameter
    nam_gic: Parameter not found
    nam_gic: exit
    naesno: Using default value "all available algorithms"
    naeshow: entry
    naeshow: These are the encryption algorithms that the server will accept, in decreasing order of preference:
    naeshow: Choice 0: no algorithm; encryption inactive
    naeshow: exit
    naeeinit: exit
    naecinit: entry
    nam_gnsp: Reading parameter "SQLNET.CRYPTO_CHECKSUM_SERVER" from parameter file
    nam_gnsp: Parameter not found
    naequad: Using default value "ACCEPTED"
    nam_gic: entry
    nam_gic: Counting # of items in "SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER" parameter
    nam_gic: Parameter not found
    nam_gic: exit
    naesno: Using default value "all available algorithms"
    naeshow: entry
    naeshow: These are the checksumming algorithms that the server will accept, in decreasing order of preference:
    naeshow: Choice 0: no algorithm; checksumming inactive
    naeshow: exit
    naecinit: exit
    nainit: native services disabled - disconnecting
    nadisc: entry
    nacomtm: entry
    nacompd: entry
    nacompd: exit
    nacompd: entry
    nacompd: exit
    nacomtm: exit
    nas_dis: entry
    nas_dis: exit
    nau_dis: entry
    nau_fad: exit
    nau_dis: exit
    naeetrm: entry
    naeetrm: exit
    naectrm: entry
    naectrm: exit
    nagbltrm: entry
    nau_gtm: entry
    nau_gtm: exit
    nagbltrm: exit
    nadisc: exit
    nainit: exit
    nsnainit: NS Connection version: 310
    nsnainit: inf->nsinfflg[0]: 0xd inf->nsinfflg[1]: 0xd
    nsnainit: "or" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    nsnainit: "or" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    "and" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    nsnainit: normal exit
    nsopen: global context check-in (to slot 4) complete
    nsopen: lcl[0]=0x1fefff, lcl[1]=0x12003, gbl[0]=0x783f, gbl[1]=0x2001, tdu=32767, sdu=8192
    nsdo: entry
    nsdo: cid=4, opcode=65, bl=0, what=0, uflgs=0x0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=7, flg=0x4200, mvd=0
    nsbal: entry
    nsbgetfl: entry
    nsbgetfl: normal exit
    nsbal: normal exit
    nsbal: entry
    nsbgetfl: entry
    nsbgetfl: normal exit
    nsbal: normal exit
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsopen: normal exit
    nsanswer: deferring connect attempt; at stage 5
    nsanswer: normal exit
    nsevreg: entry
    nsevreg: begin registration process for 4
    nsevregPrePost: entry
    nsevregPrePost: normal exit
    nsevreg: sgt=0, evn=1, evt[2]=0x0
    nsevreg: begin notification process for 4
    nsevregAffectNotif: entry
    nsevregAffectNotif: exit (0)
    nsevreg: rdm=0, sgt=0, evt[0]=0x20, [1]=0x20, [2]=0x0, nrg=0
    nsevreg: registering for 0x20
    nsevreg: normal exit
    nsglhe: exit
    nsevwait: entry
    nsevwait: 3 registered connection(s)
    nsevwait: 1 added to NT list for 0x8
    nsevwait: 3 added to NT list for 0x8
    nsevwait: 4 added to NT list for 0x2
    nsevwait: 0 pre-posted event(s)
    nsevwait: waiting for transport event (1 thru 4)...
    ntctst: size of NTTEST list is 2 - calling poll
    ntctspoll: Testing for 2 cxds on protocol select
    sntseltst: Testing for CONNECTIONS on socket 164
    sntseltst: Testing for DATA on socket 208
    ntctspoll: Testing for 1 cxds on protocol Named Pipes NT Protocol Adapter
    sntseltst: FOUND: read request on socket 208
    nsevwait: 1 newly-posted event(s)
    nsevfnt: cxd: 0x4d7100 stage 5: NT events set:
         READ
    nsevfnt: cxd: 0x4d7100 stage 5: NS events set:
         OUTGOING CALL COMPLETE
    nsprecv: entry
    nsbal: entry
    nsbgetfl: entry
    nsbgetfl: normal exit
    nsbal: normal exit
    nsprecv: reading from transport...
    nttrd: entry
    nttrd: socket 208 had bytes read=257
    nttrd: exit
    nsprecv: 257 bytes from transport
    nsprecv: tlen=257, plen=257, type=1
    nsprecv: normal exit
    nsevfnt: cxd: 0x4d7100 stage 5: NT events set:
         READ
    nsevfnt: cxd: 0x4d7100 stage 5: NS events set:
         OUTGOING CALL COMPLETE
    nsevdansw: entry
    nsevdansw: at STAGE 5
    nsdo: entry
    nsdo: cid=4, opcode=68, bl=2040, what=8, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=14, flg=0x4204, mvd=0
    nsdo: gtn=0, gtc=0, ptn=10, ptc=8191
    nscon: entry
    nscon: doing connect handshake...
    nscon: recving a packet
    nsprecv: entry
    nsprecv: 257 bytes from leftover
    nsprecv: tlen=257, plen=257, type=1
    nsprecv: packet dump
    nsprecv: 01 01 00 00 01 00 00 00 |........|
    nsprecv: 01 36 01 2C 00 00 08 00 |.6.,....|
    nsprecv: 7F FF A3 0A 00 00 01 00 |........|
    nsprecv: 00 C7 00 3A 00 00 02 00 |...:....|
    nsprecv: 21 21 00 00 00 00 00 00 |!!......|
    nsprecv: 00 00 00 00 01 5A 00 EF |.....Z..|
    nsprecv: 10 02 00 00 00 00 00 00 |........|
    nsprecv: 00 00 28 44 45 53 43 52 |..(DESCR|
    nsprecv: 49 50 54 49 4F 4E 3D 28 |IPTION=(|
    nsprecv: 41 44 44 52 45 53 53 3D |ADDRESS=|
    nsprecv: 28 50 52 4F 54 4F 43 4F |(PROTOCO|
    nsprecv: 4C 3D 54 43 50 29 28 48 |L=TCP)(H|
    nsprecv: 4F 53 54 3D 69 6E 76 31 |OST=inv1|
    nsprecv: 30 35 2E 70 76 62 2E 63 |05.pvb.c|
    nsprecv: 6F 72 70 2E 69 6E 76 65 |orp.inve|
    nsprecv: 73 74 65 63 2E 63 6F 6D |stec.com|
    nsprecv: 29 28 50 4F 52 54 3D 31 |)(PORT=1|
    nsprecv: 35 32 31 29 29 28 43 4F |521))(CO|
    nsprecv: 4E 4E 45 43 54 5F 44 41 |NNECT_DA|
    nsprecv: 54 41 3D 28 53 49 44 3D |TA=(SID=|
    nsprecv: 74 67 34 6D 73 71 6C 29 |tg4msql)|
    nsprecv: 28 48 53 3D 4F 4B 29 28 |(HS=OK)(|
    nsprecv: 43 49 44 3D 28 50 52 4F |CID=(PRO|
    nsprecv: 47 52 41 4D 3D 64 3A 5C |GRAM=d:\|
    nsprecv: 6F 72 61 63 6C 65 5C 6F |oracle\o|
    nsprecv: 72 61 38 31 5C 62 69 6E |ra81\bin|
    nsprecv: 5C 4F 52 41 43 4C 45 2E |\ORACLE.|
    nsprecv: 45 58 45 29 28 48 4F 53 |EXE)(HOS|
    nsprecv: 54 3D 49 49 42 5F 49 4E |T=IIB_IN|
    nsprecv: 53 49 47 48 54 32 4B 29 |SIGHT2K)|
    nsprecv: 28 55 53 45 52 3D 50 54 |(USER=PT|
    nsprecv: 72 75 74 65 72 29 29 29 |ruter)))|
    nsprecv: 29 00 00 00 00 00 00 00 |).......|
    nsprecv: normal exit
    nscon: got NSPTCN packet
    nsconneg: entry
    nsconneg: vsn=310, lov=300, opt=0x0, sdu=2048, tdu=32767, ntc=0xa30a
    nsconneg: vsn=310, gbl=0x1, sdu=2048, tdu=32767
    nsconneg: normal exit
    nscon: got 199 bytes connect data
    nscon: exit (0)
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsevdansw: exit
    nttctl: entry
    nttctl: Clearing non-blocking mode
    nsevwait: event is 0x20, on 4
    nsevwait: 1 posted event(s)
    nsevwait: exit (0)
    nsglhe: entry
    nsglhe: Event on cxd 0x4d7100.
    nsglfc: Assume establishing a connection: look for SID
    nsglfc: command = establish
    nttaddr2bnd: entry
    nttaddr2bnd: exit
    nsbequeath: entry
    nsc2addr: entry
    nlpcaini: entry
    nlpcaini: prg =
    nlpcaini: arg[0] =
    nlpcaini: arg[1] =
    nlpcaini: exit
    nsc2addr: normal exit
    nsbeqaddr: entry
    nsbeqaddr: connecting...
    ntpcon: entry
    ntpcon: toc = 1
    sntpcall: entry
    snlpcss: entry
    snlpcss: exit
    sntpcall: Attempting to open pipe \\.\PIPE\ORANTP110.10A
    sntpcall: Successfully established pipe 228 to child
    sntpcall: exit
    ntpcon: NT layer IPC connection has been established
    ntpcon: exit
    nsbeqaddr: doing connect handshake...
    nttaddr2bnd: entry
    nttaddr2bnd: exit
    nsbequeath: doing connect handshake...
    ntpwr: entry
    ntpwr: exit
    ntpwr: entry
    ntpwr: exit
    ntpwr: entry
    ntpwr: exit
    ntprd: entry
    ntprd: exit
    ntprd: entry
    ntprd: exit
    nsbequeath: REDIR="(ADDRESS=(PROTOCOL=tcp)(HOST=10.100.85.204)(PORT=4152))"
    ntpdisc: entry
    ntpdisc: exit
    nsbeqaddr: handshake is complete; redirecting
    nsredirect: entry
    nsdo: entry
    nsdo: cid=4, opcode=67, bl=55, what=11, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=2, flg=0x4204, mvd=0
    nsdo: gtn=257, gtc=257, ptn=10, ptc=8191
    nscon: entry
    nscon: sending NSPTRD packet
    nspsend: entry
    nspsend: plen=65, type=5
    nttwr: entry
    nttwr: socket 208 had bytes written=65
    nttwr: exit
    nspsend: 65 bytes to transport
    nspsend: packet dump
    nspsend: 00 41 00 00 05 00 00 00 |.A......|
    nspsend: 00 37 28 41 44 44 52 45 |.7(ADDRE|
    nspsend: 53 53 3D 28 50 52 4F 54 |SS=(PROT|
    nspsend: 4F 43 4F 4C 3D 74 63 70 |OCOL=tcp|
    nspsend: 29 28 48 4F 53 54 3D 31 |)(HOST=1|
    nspsend: 30 2E 31 30 30 2E 38 35 |0.100.85|
    nspsend: 2E 32 30 34 29 28 50 4F |.204)(PO|
    nspsend: 52 54 3D 34 31 35 32 29 |RT=4152)|
    nspsend: 29 00 00 00 00 00 00 00 |).......|
    nspsend: normal exit
    nscon: exit (0)
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsclose: entry
    nstimarmed: entry
    nstimarmed: no timer allocated
    nstimarmed: normal exit
    nsdo: entry
    nsdo: cid=4, opcode=66, bl=0, what=0, uflgs=0x0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=2, flg=0x4200, mvd=0
    nsevunreg: entry
    nsevunreg: cid=4, sgt=0, rdm=0
    nsrah: entry
    nsevunreg: 2 registered connection(s)
    nsevunreg: normal exit
    nsbfr: entry
    nsbaddfl: entry
    nsbaddfl: normal exit
    nsbfr: normal exit
    nsbfr: entry
    nsbaddfl: entry
    nsbaddfl: normal exit
    nsbfr: normal exit
    nsdo: nsctxrnk=0
    nsdo: normal exit
    nsclose: closing transport
    nttdisc: entry
    nttdisc: Closed socket 208
    nttdisc: exit
    nsclose: global context check-out (from slot 4) complete
    nsnadisc: entry
    nsbfr: entry
    nsbaddfl: entry
    nsbaddfl: normal exit
    nsbfr: normal exit
    nsmfr: entry
    nsmfr: 1712 bytes at 0x1bad650
    nsmfr: normal exit
    nsmfr: entry
    nsmfr: 428 bytes at 0x4d7270
    nsmfr: normal exit
    nsclose: normal exit
    nsredirect: exit (0)
    nsbeqaddr: connect handshake is complete
    nsbeqaddr: normal exit
    nsbequeath: normal exit
    tnslsnr: entry
    tnslsnr: entry
    nttaddr2bnd: entry
    nttaddr2bnd: exit
    tnslsnr: connect string inst->lcxd[0]: (ADDRESS=(PROTOCOL=tcp)(HOST=inv105.pvb.corp.investec.com)(PORT=1521))
    tnslsnr: connect string inst->lcxd[1]: (ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\PNPKEYipc))
    tnslsnr: exit
    nsglhe: exit
    nsevwait: entry
    nsevwait: 2 registered connection(s)
    nsevwait: 1 added to NT list for 0x8
    nsevwait: 3 added to NT list for 0x8
    nsevwait: 0 pre-posted event(s)
    nsevwait: waiting for transport event (1 thru 3)...
    ntctst: size of NTTEST list is 2 - calling poll
    ntctspoll: Testing for 1 cxds on protocol select
    sntseltst: Testing for CONNECTIONS on socket 164
    ntctspoll: Testing for 1 cxds on protocol Named Pipes NT Protocol Adapter

  • LR Resizing Engine?  Which method does it use?

    The stock agency I am submitting to wants images upsampled to 12"x18" at 300ppi (55MB). They suggest doing this in PS using Bicubic Smoother (best for enlarging).
    I'd like to be able to avoid having to introduce PS into my workflow, but I don't know what interpolation is being used by LR when I resize like this.
    Does anyone know?

    You can also use the outstanding LR/mogrify export plugin: http://timothyarmes.com/lrmogrify.php
    It can do Bicubic too and will be far faster and versatile than using Photoshop, even if it is a droplet. On the other hand, the Lightroom resize algorithm (a form of lanczos indeed) might be fine for this purpose. It has a tendency to introduce ringing artefacts at high contrast edges though so I'd suggest you test it a little.

  • Collections ignoring rows that were not updated

    Hello all,
    I have a report based on a collection. Within this report is an lov which a user can assign a value to the record. However, the user does not have to update all the records before saving. Based on the collection samples I have seen, there seems to be an assumption that all records will be updated. I am having difficulty trying to update only the rows in the collection that the user entered a value for.
    Any ideas would be greatly appreciated.
    Thanks

    The challenge is in determining WHICH rows were changed, which is why most uses of collections simply re-write everything. It's ultimately faster and easier to code and performs better. Why? Because otherwise the update procedure has to go back and compare every field in every row (or create some checksum algorithm) to the original to determine if a change took place. It can be done, but I would advise that you look up information on MD5 checksums. There isn't anything inherent in the application that will tell you this, and certainly nothing inside the collection.
    You could, I suppose, create a hidden field and use a JavaScript onChange event to set a flag in that hidden field to indicate a changed record. Then you'd have to use those values to determine if something had changed and only loop through those values...

  • Downloading OEM

    Hi friends,
    I am downloading OEM.
    DownloadDownload Oracle Management Agent (10.2.0.5) for Linux x86
    (376,420,365 bytes) (cksum - 1286607739)
    But when I downloaded the zip file, The size (in bytes)  is only 367,559 KB.  How do I know if was completed?
    Because sometimes It just stop halfway, so I re-download files again.
    What does cksum mean?Similarly for :
    Oracle Enterprise Manager 10g  Grid Control Release 5 (10.2.0.5)
    for Microsoft Windows (32-bit)
           Download the complete files
                gc_10205_part1of2.zip (1,119,871,437 bytes)
                gc_10205_part2of2.zip (1,119,405,053 bytes)
    For file1 I got: 1,093,625KB
    For file2 I got: 1,093,169KBHow can I verify the completeness of my download?
    Thanks a lot,
    Ms K

    First of all the size of the downloaded files should be what is stated to be the file size.
    Secondly you can check the integrety of the downloaded files by using the checksum algorithm.
    For Linux you can use the tool mentioned here http://www.fastsum.com/
    For further reading and a windows checksum tool Finding md5sum of Oracle downloads

  • Bug: 1.5 orbd on solaris 9/10 locks up with kill -QUIT

    This is a mission critical app where I must find a solution to avoid the servant lock up.
    Simple architecture: java 1.5 corba service. Orbd started in the usual way, register a servant.
    Stdout for the servant ends up in ./orbdb/logs/nnn.out. Any System.out ends up in the nnn.out file.
    I noticed that stack dumps don't end up in the nnn.out file. kill -QUIT <pid of the servant> does not generate the expected dump. Use of truss -w1,2 -twrite -a -p <pid of servant> finds that the stack trace is being written to FD 1, but doesn't end up in nnn.out.
    IE from truss: write(1, 0xD437EEB0, 45) = 45
    But 2-5 sending sig quit and the servant is locked up.
    Subsquent sig quits seem to catch write in the sleep state.
    write(1, 0xFEF82162, 1) (sleeping...)
    /10: Received signal #3, SIGQUIT, in write() [caught]
    My Theory is that the thread doing the dump has FD 1 to a pipe/device and Unix is suspending the process due to a full pipe/device. I can calc approximately 64kb is written then the servant is locked up.
    Should this problem be moved to a different forum? How do I open a ticket with Sun for support for a work around. Mainly I need to make sure this mission critical app doesn't lockup.
    tnx curt

    We need to find out the following
    from our servers:
    1. Largest filesTrivial with a tree walk.
    2. Duplicate filesHmm. Harder. One method is do a checksum for all the files as you pass and then compare checksums later. Most checksum algorithms are expensive, plus you're going to have to read the file to generate it. That's going to take a lot longer.
    3. Total used space
    4. Total free space
    5. Files not accessed in over a yearTrivial from file metadata.
    6. Files not backed up.I'm not sure how you'd directly assess this from the server itself. You'd need to cross-reference the server with whatever is doing backups.
    Darren

Maybe you are looking for

  • How can i get rid of apps in the "purchased" section of app store on iphone

    the new purchased section of itunes which i guess is a part of icloud, is storing apps that i did download onto my phone, and then delete them later on, and those apps are not stored in itunes on my computer!!  im just wondering if there is a way tha

  • HP Pavilion all in one starts but stuck on sign on page

    Hi, I bought this at Best Buy and it didn't come with a recovery disk or manual.  I am having a problem with it staying stuck on the Sign On Page.  I put in my password and it will stay on "think" mode and not let me into the system.  What do you sug

  • Payment wizard-- include vendors with zero balance

    Hi- We are running SAP 8.8 pl 13. We want to be able to include Vendors with a zero balance in the payment wizard. The scenario in question is this: we have an advance outgoing payment on account that is open. We have an open AP Invoice for the the s

  • Fsck mode-related Question

    Hello, there... About a month or two ago, I posted about some problems my iBook G3 Dual (running OS X 10.2.8) was having. I deduced that it stemmed from a Logic Board replacement Apple did, and subsequent repairs. I've already sent the computer in fo

  • In my iphone ther is no volume i chek evrithing but i can't fix it can you plz... halp me abut this

    in my iphone ther is no volume i chek evrithing but i can't fix it can you plz... halp me abut this it whas ringin in the morning but aftre lunc some one tring to call me but ther is only vibret so i check volume but it is ok and i din't no whats ron