How long does the parameter sqlnet.expire_time take to call pmon to release the shadow process?

Hi folks,
I had a following test on Oracle 11g in Linux 5.4(a vmware machine) for the parameter sqlnet.expire_time.
1. configure the parameter sqlnet.expire_time in sqlnet.ora and the parameter resource_limit keep false.
[oracle@orasrv admin]$ more sqlnet.ora
TRACE_LEVEL_SERVER = 16 
TRACE_FILE_SERVER = SERVER
TRACE_DIRECTORY_SERVER= /u01/app/oracle/network/trace 
TRACE_TIMESTAMP_ SERVER = ON 
TRACE_UNIQUE_SERVER = ON
DIAG_ADR_ENABLED=OFF
sqlnet.expire_time = 1
2.connect to database server from my local 11g client(192.168.7.133).
C:\Users\robinson.cheng>sqlplus scott/tiger@ora11g
SQL*Plus: Release 11.2.0.1.0 Production on Tue Jun 25 09:57:59 2013
SQL> update emp set sal=sal*1.1 where deptno=20;   ---Issued the sql to hold a lock
5 rows updated.
--disabled the network adapter in VM setting
SQL> select * from dual;
select * fromdual
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Process ID: 29522
Session ID: 15 Serial number: 447
3.observe the change in database server.
SQL> @comm_sess_users;
+----------------------------------------------------+
| User Sessions (All)                                |
+----------------------------------------------------+
Instance     SID Serial ID    Status    Oracle User     O/S User         O/S PID Session Program              Terminal             Machine
ora11g        15       447  INACTIVE          SCOTT Robinson.Che   29522         sqlplus.exe                      PC39        TRADESZ\PC39
             125         5  INACTIVE            SYS       oracle    4734         [email protected] (TNS V1      pts/0          orasrv.com
             139         9    ACTIVE            SYS       oracle   29447         [email protected] (TNS V1      pts/4          orasrv.com
--Get the spid for user scott by SID
SQL> @my_spid_from_sid
Enter value for input_sid: 15
old   4: AND s.sid = &input_sid
new   4: AND s.sid = 15
   SID    SERIAL# SPID
    15        447 29522
--To find the locked object
SQL> @lock_obj
OBJECT_NAME||''||LOCKED_MODE||''||CTIME||''||C.SID||''||SERIAL#
EMP   3   14   15  447
EMP   3   83   15  447
--The trace file exists
SQL> ho ls -hltr /u01/app/oracle/network/trace/s*29522*
-rw-r----- 1 oracle oinstall 241K Jun 25 09:59 /u01/app/oracle/network/trace/server_29522.trc
SQL> set time on;
10:03:46 SQL> delete scott.emp where deptno=20;  --->try to issue another sql. the sql is blocked
delete scott.emp where deptno=20
ERROR at line 1:
ORA-01013: user requested cancel of current operation
--Check the server process for scott
10:04:37 SQL> ho ps -ef | grep 29522 | grep -v grep
oracle   29522     1  0 09:58 ?        00:00:00 oracleora11g (LOCAL=NO)
--Could not reach to client
10:06:51 SQL> ho ping 192.168.7.133
PING 192.168.7.133 (192.168.7.133) 56(84) bytes of data.
From 192.168.7.40 icmp_seq=2 Destination Host Unreachable
From 192.168.7.40 icmp_seq=3 Destination Host Unreachable
From 192.168.7.40 icmp_seq=4 Destination Host Unreachable
From 192.168.7.40 icmp_seq=6 Destination Host Unreachable
From 192.168.7.40 icmp_seq=7 Destination Host Unreachable
From 192.168.7.40 icmp_seq=8 Destination Host Unreachable
10:15:08 SQL> select count(*) from v$process;
  COUNT(*)
        27
10:17:59 SQL> ho ps -ef | grep 29522 | grep -v grep
oracle   29522     1  0 09:58 ?        00:00:00 oracleora11g (LOCAL=NO)
-->At this time the server process was released
10:18:08 SQL> ho ps -ef | grep 29522 | grep -v grep
10:19:45 SQL> select count(*) from v$process;
  COUNT(*)
        26
-->the lock was released
10:19:54 SQL> @lock_obj
no rows selected
10:20:03 SQL> @comm_sess_users;
+----------------------------------------------------+
| User Sessions (All)                                |
+----------------------------------------------------+
Instance     SID Serial ID    Status    Oracle User     O/S User         O/S PID Session Program              Terminal             Machine
ora11g       125         5  INACTIVE            SYS       oracle    4734         [email protected] (TNS V1      pts/0          orasrv.com
             139         9    ACTIVE            SYS       oracle   29447         [email protected] (TNS V1      pts/4          orasrv.com
4. the trace log file.
[25-JUN-2013 09:58:03:345] nsprecv: FF 01 00 00 00 04 00 00  |........|
[25-JUN-2013 09:58:03:345] nsprecv: 00 03 0E 13              |....    |
[25-JUN-2013 09:58:03:345] nsprecv: normal exit
[25-JUN-2013 09:58:03:345] nsrdr: got NSPTDA packet
[25-JUN-2013 09:58:03:345] nsrdr: NSPTDA flags: 0x0
[25-JUN-2013 09:58:03:345] nsrdr: normal exit
[25-JUN-2013 09:58:03:345] nsfull_pkt_rcv: *what=1, *bl=8145
[25-JUN-2013 09:58:03:345] nsfull_pkt_rcv: nsctxrnk=0
[25-JUN-2013 09:58:03:345] nsfull_pkt_rcv: normal exit
[25-JUN-2013 09:58:03:345] nioqrc: exit
[25-JUN-2013 09:58:03:345] nioqsn: entry
[25-JUN-2013 09:58:03:345] nioqsn: exit
[25-JUN-2013 09:58:03:345] nioqrc: entry
[25-JUN-2013 09:58:03:345] nsdo: entry
[25-JUN-2013 09:58:03:345] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[25-JUN-2013 09:58:03:345] nsdo: rank=64, nsctxrnk=0
[25-JUN-2013 09:58:03:345] nsdo: nsctx: state=8, flg=0x400c, mvd=0
[25-JUN-2013 09:58:03:345] nsdo: gtn=168, gtc=168, ptn=10, ptc=8155
[25-JUN-2013 09:58:03:345] nsdofls: entry
[25-JUN-2013 09:58:03:345] nsdofls: DATA flags: 0x0
[25-JUN-2013 09:58:03:345] nsdofls: sending NSPTDA packet
[25-JUN-2013 09:58:03:345] nspsend: entry
[25-JUN-2013 09:58:03:345] nspsend: plen=17, type=6
[25-JUN-2013 09:58:03:345] nttwr: entry
[25-JUN-2013 09:58:03:345] nttwr: socket 13 had bytes written=17
[25-JUN-2013 09:58:03:345] nttwr: exit
[25-JUN-2013 09:58:03:345] nspsend: packet dump
[25-JUN-2013 09:58:03:345] nspsend: 00 11 00 00 06 00 00 00  |........|
[25-JUN-2013 09:58:03:345] nspsend: 00 00 09 05 00 00 00 11  |........|
[25-JUN-2013 09:58:03:345] nspsend: 00                       |.       |
[25-JUN-2013 09:58:03:345] nspsend: 17 bytes to transport
[25-JUN-2013 09:58:03:345] nspsend: normal exit
[25-JUN-2013 09:58:03:345] nsdofls: exit (0)
[25-JUN-2013 09:58:03:345] nsdo: nsctxrnk=0
[25-JUN-2013 09:58:03:345] nsdo: normal exit
[25-JUN-2013 09:58:03:345] nsfull_pkt_rcv: entry
[25-JUN-2013 09:58:03:345] nsfull_pkt_rcv: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x0
[25-JUN-2013 09:58:03:345] nsfull_pkt_rcv: rank=64, nsctxrnk=0
[25-JUN-2013 09:58:03:345] nsfull_pkt_rcv: nsctx: state=8, flg=0x400c, mvd=0
[25-JUN-2013 09:58:03:345] nsfull_pkt_rcv: gtn=168, gtc=168, ptn=10, ptc=8155
[25-JUN-2013 09:58:03:345] nsfull_pkt_rcv: switching to application buffer
[25-JUN-2013 09:58:03:345] nsrdr: entry
[25-JUN-2013 09:58:03:345] nsrdr: recving a packet
[25-JUN-2013 09:58:03:345] nsprecv: entry
[25-JUN-2013 09:58:03:345] nsprecv: reading from transport...
[25-JUN-2013 09:58:03:345] nttrd: entry
[25-JUN-2013 09:58:03:345] nttrd: socket 13 had bytes read=13
[25-JUN-2013 09:58:03:345] nttrd: exit
[25-JUN-2013 09:58:03:345] nsprecv: 13 bytes from transport
[25-JUN-2013 09:58:03:345] nsprecv: tlen=13, plen=13, type=6
[25-JUN-2013 09:58:03:345] nsprecv: packet dump
[25-JUN-2013 09:58:03:345] nsprecv: 00 0D 00 00 06 00 00 00  |........|
[25-JUN-2013 09:58:03:345] nsprecv: 00 00 03 0E 14           |.....   |
[25-JUN-2013 09:58:03:345] nsprecv: normal exit
[25-JUN-2013 09:58:03:345] nsrdr: got NSPTDA packet
[25-JUN-2013 09:58:03:346] nsrdr: NSPTDA flags: 0x0
[25-JUN-2013 09:58:03:346] nsrdr: normal exit
[25-JUN-2013 09:58:03:346] nsfull_pkt_rcv: *what=1, *bl=8145
[25-JUN-2013 09:58:03:346] nsfull_pkt_rcv: nsctxrnk=0
[25-JUN-2013 09:58:03:346] nsfull_pkt_rcv: normal exit
[25-JUN-2013 09:58:03:346] nioqrc: exit
[25-JUN-2013 09:58:03:346] nioqsn: entry
[25-JUN-2013 09:58:03:346] nioqsn: exit
[25-JUN-2013 09:58:03:346] nioqrc: entry
[25-JUN-2013 09:58:03:346] nsdo: entry
[25-JUN-2013 09:58:03:346] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[25-JUN-2013 09:58:03:346] nsdo: rank=64, nsctxrnk=0
[25-JUN-2013 09:58:03:346] nsdo: nsctx: state=8, flg=0x400c, mvd=0
[25-JUN-2013 09:58:03:346] nsdo: gtn=168, gtc=168, ptn=10, ptc=8155
[25-JUN-2013 09:58:03:346] nsdofls: entry
[25-JUN-2013 09:58:03:346] nsdofls: DATA flags: 0x0
[25-JUN-2013 09:58:03:346] nsdofls: sending NSPTDA packet
[25-JUN-2013 09:58:03:346] nspsend: entry
[25-JUN-2013 09:58:03:346] nspsend: plen=17, type=6
[25-JUN-2013 09:58:03:346] nttwr: entry
[25-JUN-2013 09:58:03:346] nttwr: socket 13 had bytes written=17
[25-JUN-2013 09:58:03:346] nttwr: exit
[25-JUN-2013 09:58:03:346] nspsend: packet dump
[25-JUN-2013 09:58:03:346] nspsend: 00 11 00 00 06 00 00 00  |........|
[25-JUN-2013 09:58:03:346] nspsend: 00 00 09 05 00 00 00 12  |........|
[25-JUN-2013 09:58:03:346] nspsend: 00                       |.       |
[25-JUN-2013 09:58:03:347] nspsend: 17 bytes to transport
[25-JUN-2013 09:58:03:347] nspsend: normal exit
[25-JUN-2013 09:58:03:347] nsdofls: exit (0)
[25-JUN-2013 09:58:03:347] nsdo: nsctxrnk=0
[25-JUN-2013 09:58:03:347] nsdo: normal exit
[25-JUN-2013 09:58:03:347] nsfull_pkt_rcv: entry
[25-JUN-2013 09:58:03:347] nsfull_pkt_rcv: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x0
[25-JUN-2013 09:58:03:347] nsfull_pkt_rcv: rank=64, nsctxrnk=0
[25-JUN-2013 09:58:03:347] nsfull_pkt_rcv: nsctx: state=8, flg=0x400c, mvd=0
[25-JUN-2013 09:58:03:347] nsfull_pkt_rcv: gtn=168, gtc=168, ptn=10, ptc=8155
[25-JUN-2013 09:58:03:347] nsfull_pkt_rcv: switching to application buffer
[25-JUN-2013 09:58:03:347] nsrdr: entry
[25-JUN-2013 09:58:03:347] nsrdr: recving a packet
[25-JUN-2013 09:58:03:347] nsprecv: entry
[25-JUN-2013 09:58:03:347] nsprecv: reading from transport...
[25-JUN-2013 09:58:03:347] nttrd: entry
[25-JUN-2013 09:59:13:389] nttrd: socket 13 had bytes read=220
[25-JUN-2013 09:59:13:390] nttrd: exit
[25-JUN-2013 09:59:13:390] nsprecv: 220 bytes from transport
[25-JUN-2013 09:59:13:390] nsprecv: tlen=220, plen=220, type=6
[25-JUN-2013 09:59:13:390] nsprecv: packet dump
[25-JUN-2013 09:59:13:390] nsprecv: 00 DC 00 00 06 00 00 00  |........|
[25-JUN-2013 09:59:13:390] nsprecv: 00 00 03 5E 15 21 80 00  |...^.!..|
[25-JUN-2013 09:59:13:390] nsprecv: 00 00 00 00 00 FE FF FF  |........|
[25-JUN-2013 09:59:13:390] nsprecv: FF 7E 00 00 00 FE FF FF  |.~......|
[25-JUN-2013 09:59:13:390] nsprecv: FF 0D 00 00 00 FE FF FF  |........|
[25-JUN-2013 09:59:13:390] nsprecv: FF FE FF FF FF 00 00 00  |........|
[25-JUN-2013 09:59:13:390] nsprecv: 00 01 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:390] nsprecv: 00 00 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:390] nsprecv: 00 00 00 00 00 FE FF FF  |........|
[25-JUN-2013 09:59:13:390] nsprecv: FF 00 00 00 00 FE FF FF  |........|
[25-JUN-2013 09:59:13:390] nsprecv: FF FE FF FF FF 48 10 C1  |.....H..|
[25-JUN-2013 09:59:13:390] nsprecv: 01 00 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:390] nsprecv: 00 FE FF FF FF FE FF FF  |........|
[25-JUN-2013 09:59:13:390] nsprecv: FF 00 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:391] nsprecv: 00 00 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:391] nsprecv: 00 00 00 00 00 2A 75 70  |.....*up|
[25-JUN-2013 09:59:13:391] nsprecv: 64 61 74 65 20 65 6D 70  |date.emp|
[25-JUN-2013 09:59:13:391] nsprecv: 20 73 65 74 20 73 61 6C  |.set.sal|
[25-JUN-2013 09:59:13:391] nsprecv: 3D 73 61 6C 2A 31 2E 31  |=sal*1.1|
[25-JUN-2013 09:59:13:391] nsprecv: 20 77 68 65 72 65 20 64  |.where.d|
[25-JUN-2013 09:59:13:391] nsprecv: 65 70 74 6E 6F 3D 32 30  |eptno=20|
[25-JUN-2013 09:59:13:391] nsprecv: 01 00 00 00 01 00 00 00  |........|
[25-JUN-2013 09:59:13:391] nsprecv: 00 00 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:391] nsprecv: 00 00 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:391] nsprecv: 00 00 00 00 02 00 00 00  |........|
[25-JUN-2013 09:59:13:391] nsprecv: 00 00 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:391] nsprecv: 00 00 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:392] nsprecv: 00 00 00 00              |....    |
[25-JUN-2013 09:59:13:392] nsprecv: normal exit
[25-JUN-2013 09:59:13:392] nsrdr: got NSPTDA packet
[25-JUN-2013 09:59:13:392] nsrdr: NSPTDA flags: 0x0
[25-JUN-2013 09:59:13:392] nsrdr: normal exit
[25-JUN-2013 09:59:13:392] nsfull_pkt_rcv: *what=1, *bl=8145
[25-JUN-2013 09:59:13:392] nsfull_pkt_rcv: nsctxrnk=0
[25-JUN-2013 09:59:13:392] nsfull_pkt_rcv: normal exit
[25-JUN-2013 09:59:13:392] nioqrc: exit
[25-JUN-2013 09:59:13:393] nsmore2recv: entry
[25-JUN-2013 09:59:13:393] nsmore2recv: testing for MOREDATA from transport
[25-JUN-2013 09:59:13:393] sntpoltsts: fd 13 need 41 readiness event, wait time 0
[25-JUN-2013 09:59:13:393] sntpoltsts: fd 13 has 0 readiness ev
[25-JUN-2013 09:59:13:393] sntpoltsts: exit
[25-JUN-2013 09:59:13:393] nsmore2recv: exit (0)
[25-JUN-2013 09:59:13:393] nioqts: exit
[25-JUN-2013 09:59:13:393] nioqts: exit
[25-JUN-2013 09:59:13:394] nioqts: exit
[25-JUN-2013 09:59:13:395] nsmore2recv: entry
[25-JUN-2013 09:59:13:395] nsmore2recv: testing for MOREDATA from transport
[25-JUN-2013 09:59:13:395] sntpoltsts: fd 13 need 41 readiness event, wait time 0
[25-JUN-2013 09:59:13:395] sntpoltsts: fd 13 has 0 readiness ev
[25-JUN-2013 09:59:13:395] sntpoltsts: exit
[25-JUN-2013 09:59:13:395] nsmore2recv: exit (0)
[25-JUN-2013 09:59:13:395] nioqts: exit
[25-JUN-2013 09:59:13:396] nioqts: exit
[25-JUN-2013 09:59:13:397] nioqts: exit
[25-JUN-2013 09:59:13:397] nsmore2recv: entry
[25-JUN-2013 09:59:13:398] nsmore2recv: testing for MOREDATA from transport
[25-JUN-2013 09:59:13:398] sntpoltsts: fd 13 need 41 readiness event, wait time 0
[25-JUN-2013 09:59:13:398] sntpoltsts: fd 13 has 0 readiness ev
[25-JUN-2013 09:59:13:398] sntpoltsts: exit
[25-JUN-2013 09:59:13:398] nsmore2recv: exit (0)
[25-JUN-2013 09:59:13:398] nioqts: exit
[25-JUN-2013 09:59:13:398] nioqts: exit
[25-JUN-2013 09:59:13:400] nioqts: exit
[25-JUN-2013 09:59:13:400] nsmore2recv: entry
[25-JUN-2013 09:59:13:400] nsmore2recv: testing for MOREDATA from transport
[25-JUN-2013 09:59:13:400] sntpoltsts: fd 13 need 41 readiness event, wait time 0
[25-JUN-2013 09:59:13:400] sntpoltsts: fd 13 has 0 readiness ev
[25-JUN-2013 09:59:13:400] sntpoltsts: exit
[25-JUN-2013 09:59:13:400] nsmore2recv: exit (0)
[25-JUN-2013 09:59:13:400] nioqts: exit
[25-JUN-2013 09:59:13:401] nioqts: exit
[25-JUN-2013 09:59:13:402] nioqts: exit
[25-JUN-2013 09:59:13:402] nsmore2recv: entry
[25-JUN-2013 09:59:13:402] nsmore2recv: testing for MOREDATA from transport
[25-JUN-2013 09:59:13:402] sntpoltsts: fd 13 need 41 readiness event, wait time 0
[25-JUN-2013 09:59:13:402] sntpoltsts: fd 13 has 0 readiness ev
[25-JUN-2013 09:59:13:402] sntpoltsts: exit
[25-JUN-2013 09:59:13:402] nsmore2recv: exit (0)
[25-JUN-2013 09:59:13:402] nioqts: exit
[25-JUN-2013 09:59:13:403] nioqts: exit
[25-JUN-2013 09:59:13:404] nioqts: exit
[25-JUN-2013 09:59:13:405] nsmore2recv: entry
[25-JUN-2013 09:59:13:405] nsmore2recv: testing for MOREDATA from transport
[25-JUN-2013 09:59:13:405] sntpoltsts: fd 13 need 41 readiness event, wait time 0
[25-JUN-2013 09:59:13:405] sntpoltsts: fd 13 has 0 readiness ev
[25-JUN-2013 09:59:13:405] sntpoltsts: exit
[25-JUN-2013 09:59:13:405] nsmore2recv: exit (0)
[25-JUN-2013 09:59:13:405] nioqts: exit
[25-JUN-2013 09:59:13:406] nioqts: exit
[25-JUN-2013 09:59:13:406] nioqts: exit
[25-JUN-2013 09:59:13:407] nsmore2recv: entry
[25-JUN-2013 09:59:13:407] nsmore2recv: testing for MOREDATA from transport
[25-JUN-2013 09:59:13:407] sntpoltsts: fd 13 need 41 readiness event, wait time 0
[25-JUN-2013 09:59:13:407] sntpoltsts: fd 13 has 0 readiness ev
[25-JUN-2013 09:59:13:408] sntpoltsts: exit
[25-JUN-2013 09:59:13:408] nsmore2recv: exit (0)
[25-JUN-2013 09:59:13:408] nioqts: exit
[25-JUN-2013 09:59:13:409] nioqts: exit
[25-JUN-2013 09:59:13:410] nioqts: exit
[25-JUN-2013 09:59:13:410] nsmore2recv: entry
[25-JUN-2013 09:59:13:410] nsmore2recv: testing for MOREDATA from transport
[25-JUN-2013 09:59:13:410] sntpoltsts: fd 13 need 41 readiness event, wait time 0
[25-JUN-2013 09:59:13:410] sntpoltsts: fd 13 has 0 readiness ev
[25-JUN-2013 09:59:13:410] sntpoltsts: exit
[25-JUN-2013 09:59:13:410] nsmore2recv: exit (0)
[25-JUN-2013 09:59:13:410] nioqts: exit
[25-JUN-2013 09:59:13:411] nioqts: exit
[25-JUN-2013 09:59:13:412] nioqts: exit
[25-JUN-2013 09:59:13:412] nsmore2recv: entry
[25-JUN-2013 09:59:13:412] nsmore2recv: testing for MOREDATA from transport
[25-JUN-2013 09:59:13:412] sntpoltsts: fd 13 need 41 readiness event, wait time 0
[25-JUN-2013 09:59:13:412] sntpoltsts: fd 13 has 0 readiness ev
[25-JUN-2013 09:59:13:412] sntpoltsts: exit
[25-JUN-2013 09:59:13:412] nsmore2recv: exit (0)
[25-JUN-2013 09:59:13:412] nioqts: exit
[25-JUN-2013 09:59:13:412] nioqts: exit
[25-JUN-2013 09:59:13:413] nioqts: exit
[25-JUN-2013 09:59:13:425] nsmore2recv: entry
[25-JUN-2013 09:59:13:425] nsmore2recv: testing for MOREDATA from transport
[25-JUN-2013 09:59:13:425] sntpoltsts: fd 13 need 41 readiness event, wait time 0
[25-JUN-2013 09:59:13:425] sntpoltsts: fd 13 has 0 readiness ev
[25-JUN-2013 09:59:13:425] sntpoltsts: exit
[25-JUN-2013 09:59:13:425] nsmore2recv: exit (0)
[25-JUN-2013 09:59:13:425] nioqts: exit
[25-JUN-2013 09:59:13:426] nioqts: exit
[25-JUN-2013 09:59:13:427] nioqts: exit
[25-JUN-2013 09:59:13:427] nsmore2recv: entry
[25-JUN-2013 09:59:13:427] nsmore2recv: testing for MOREDATA from transport
[25-JUN-2013 09:59:13:427] sntpoltsts: fd 13 need 41 readiness event, wait time 0
[25-JUN-2013 09:59:13:427] sntpoltsts: fd 13 has 0 readiness ev
[25-JUN-2013 09:59:13:427] sntpoltsts: exit
[25-JUN-2013 09:59:13:427] nsmore2recv: exit (0)
[25-JUN-2013 09:59:13:427] nioqts: exit
[25-JUN-2013 09:59:13:428] nioqts: exit
[25-JUN-2013 09:59:13:428] nioqts: exit
[25-JUN-2013 09:59:13:428] nioqsn: entry
[25-JUN-2013 09:59:13:428] nioqsn: exit
[25-JUN-2013 09:59:13:428] nioqrc: entry
[25-JUN-2013 09:59:13:428] nsdo: entry
[25-JUN-2013 09:59:13:428] nsdo: cid=0, opcode=84, *bl=0, *what=1, uflgs=0x20, cflgs=0x3
[25-JUN-2013 09:59:13:428] nsdo: rank=64, nsctxrnk=0
[25-JUN-2013 09:59:13:429] nsdo: nsctx: state=8, flg=0x8400c, mvd=0
[25-JUN-2013 09:59:13:429] nsdo: gtn=168, gtc=168, ptn=10, ptc=8155
[25-JUN-2013 09:59:13:429] nsdofls: entry
[25-JUN-2013 09:59:13:429] nsdofls: DATA flags: 0x0
[25-JUN-2013 09:59:13:429] nsdofls: sending NSPTDA packet
[25-JUN-2013 09:59:13:429] nspsend: entry
[25-JUN-2013 09:59:13:429] nspsend: plen=125, type=6
[25-JUN-2013 09:59:13:429] nttwr: entry
[25-JUN-2013 09:59:13:429] nttwr: socket 13 had bytes written=125
[25-JUN-2013 09:59:13:429] nttwr: exit
[25-JUN-2013 09:59:13:429] nspsend: packet dump
[25-JUN-2013 09:59:13:429] nspsend: 00 7D 00 00 06 00 00 00  |.}......|
[25-JUN-2013 09:59:13:429] nspsend: 00 00 08 06 00 AD B2 2D  |.......-|
[25-JUN-2013 09:59:13:429] nspsend: 00 00 00 00 00 02 00 00  |........|
[25-JUN-2013 09:59:13:429] nspsend: 00 01 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:429] nspsend: 00 00 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:429] nspsend: 00 00 00 00 00 04 02 00  |........|
[25-JUN-2013 09:59:13:429] nspsend: 00 00 13 00 05 00 00 00  |........|
[25-JUN-2013 09:59:13:429] nspsend: 00 00 00 00 00 00 02 00  |........|
[25-JUN-2013 09:59:13:429] nspsend: 07 00 06 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:429] nspsend: 57 24 01 00 04 00 00 8B  |W$......|
[25-JUN-2013 09:59:13:429] nspsend: 00 00 00 0C 00 00 00 00  |........|
[25-JUN-2013 09:59:13:429] nspsend: 00 00 15 00 00 01 00 00  |........|
[25-JUN-2013 09:59:13:429] nspsend: 00 0D 00 0D 01 00 01 24  |.......$|
[25-JUN-2013 09:59:13:429] nspsend: 57 00 04 00 00 00 8B 00  |W.......|
[25-JUN-2013 09:59:13:429] nspsend: 0C 00 00 00 00 00 00 00  |........|
[25-JUN-2013 09:59:13:429] nspsend: 00 00 00 00 00           |.....   |
[25-JUN-2013 09:59:13:429] nspsend: 125 bytes to transport
[25-JUN-2013 09:59:13:429] nspsend: normal exit
[25-JUN-2013 09:59:13:429] nsdofls: exit (0)
[25-JUN-2013 09:59:13:429] nsdo: nsctxrnk=0
[25-JUN-2013 09:59:13:429] nsdo: normal exit
[25-JUN-2013 09:59:13:430] nsfull_pkt_rcv: entry
[25-JUN-2013 09:59:13:430] nsfull_pkt_rcv: cid=0, opcode=85, *bl=0, *what=0, uflgs=0x0, cflgs=0x0
[25-JUN-2013 09:59:13:430] nsfull_pkt_rcv: rank=64, nsctxrnk=0
[25-JUN-2013 09:59:13:430] nsfull_pkt_rcv: nsctx: state=8, flg=0x400c, mvd=0
[25-JUN-2013 09:59:13:430] nsfull_pkt_rcv: gtn=168, gtc=168, ptn=10, ptc=8155
[25-JUN-2013 09:59:13:430] nsfull_pkt_rcv: switching to application buffer
[25-JUN-2013 09:59:13:430] nsrdr: entry
[25-JUN-2013 09:59:13:430] nsrdr: recving a packet
[25-JUN-2013 09:59:13:430] nsprecv: entry
[25-JUN-2013 09:59:13:430] nsprecv: reading from transport...
[25-JUN-2013 09:59:13:430] nttrd: entry
[25-JUN-2013 10:18:26:172] ntt2err: entry
[25-JUN-2013 10:18:26:172] ntt2err: exit
[25-JUN-2013 10:18:26:172] nttrd: socket 13 had bytes read=0
[25-JUN-2013 10:18:26:172] nttrd: exit
[25-JUN-2013 10:18:26:172] nsprecv: error exit
[25-JUN-2013 10:18:26:172] nserror: entry
[25-JUN-2013 10:18:26:172] nserror: nsres: id=0, op=68, ns=12570, ns2=12560; nt[0]=513, nt[1]=113, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
[25-JUN-2013 10:18:26:172] nsrdr: error exit
[25-JUN-2013 10:18:26:172] nsfull_pkt_rcv: nsctxrnk=0
[25-JUN-2013 10:18:26:172] nsfull_pkt_rcv: error exit
[25-JUN-2013 10:18:26:172] nioqrc: recv: packet reader error -> translated to IFCR_EOF
[25-JUN-2013 10:18:26:172] nioqer: entry
[25-JUN-2013 10:18:26:172] nioqer:  incoming err = 12151
[25-JUN-2013 10:18:26:172] nioqce: entry
[25-JUN-2013 10:18:26:172] nioqce: exit
[25-JUN-2013 10:18:26:172] nioqer:  returning err = 3113
[25-JUN-2013 10:18:26:172] nioqer: exit
[25-JUN-2013 10:18:26:172] nioqrc: exit
[25-JUN-2013 10:18:26:173] nioqds: entry
[25-JUN-2013 10:18:26:173] nioqds:  disconnecting...
[25-JUN-2013 10:18:26:173] nsdo: entry
[25-JUN-2013 10:18:26:173] nsdo: cid=0, opcode=67, *bl=0, *what=1, uflgs=0x2, cflgs=0x3
[25-JUN-2013 10:18:26:173] nsdo: rank=64, nsctxrnk=0
[25-JUN-2013 10:18:26:173] nsdo: nsctx: state=1, flg=0x8400c, mvd=0
[25-JUN-2013 10:18:26:173] nsdo: nsctxrnk=0
[25-JUN-2013 10:18:26:173] nsdo: error exit
[25-JUN-2013 10:18:26:173] nsclose: entry
[25-JUN-2013 10:18:26:173] nsvntx_dei: entry
[25-JUN-2013 10:18:26:173] nsvntx_dei: exit
[25-JUN-2013 10:18:26:173] nstimarmed: entry
[25-JUN-2013 10:18:26:173] nstimarmed: timer is armed, with value 3833
[25-JUN-2013 10:18:26:173] nstimarmed: normal exit
[25-JUN-2013 10:18:26:173] nstimclear: entry
[25-JUN-2013 10:18:26:173] nstimclear: normal exit
[25-JUN-2013 10:18:26:173] nttctl: entry
[25-JUN-2013 10:18:26:173] nttctl: entry
[25-JUN-2013 10:18:26:173] nsfull_cls: entry
[25-JUN-2013 10:18:26:173] nsfull_cls: cid=0, opcode=65, *bl=0, *what=0, uflgs=0x0, cflgs=0x40
[25-JUN-2013 10:18:26:173] nsfull_cls: nsctx: state=1, flg=0x84008, mvd=0
[25-JUN-2013 10:18:26:173] nsbfr: entry
[25-JUN-2013 10:18:26:173] nsbaddfl: entry
[25-JUN-2013 10:18:26:173] nsbaddfl: normal exit
[25-JUN-2013 10:18:26:173] nsbfr: normal exit
[25-JUN-2013 10:18:26:173] nsbfr: entry
[25-JUN-2013 10:18:26:173] nsbaddfl: entry
[25-JUN-2013 10:18:26:173] nsbaddfl: normal exit
[25-JUN-2013 10:18:26:173] nsbfr: normal exit
[25-JUN-2013 10:18:26:173] nsfull_cls: normal exit
[25-JUN-2013 10:18:26:173] nsiocancel: entry
[25-JUN-2013 10:18:26:173] nsiofrrg: entry
[25-JUN-2013 10:18:26:173] nsiofrrg: cur = 113663fc
[25-JUN-2013 10:18:26:173] nsbfr: entry
[25-JUN-2013 10:18:26:174] nsbaddfl: entry
[25-JUN-2013 10:18:26:174] nsbaddfl: normal exit
[25-JUN-2013 10:18:26:174] nsbfr: normal exit
[25-JUN-2013 10:18:26:174] nsiofrrg: exit
[25-JUN-2013 10:18:26:174] nsiocancel: exit
[25-JUN-2013 10:18:26:174] nsclose: closing transport
[25-JUN-2013 10:18:26:174] nttdisc: entry
[25-JUN-2013 10:18:26:174] nttdisc: Closed socket 13
[25-JUN-2013 10:18:26:174] nttdisc: exit
[25-JUN-2013 10:18:26:174] nsclose: global context check-out (from slot 0) complete
[25-JUN-2013 10:18:26:174] nsnadisc: entry
[25-JUN-2013 10:18:26:174] nadisc: entry
[25-JUN-2013 10:18:26:174] nacomtm: entry
[25-JUN-2013 10:18:26:174] nacompd: entry
[25-JUN-2013 10:18:26:174] nacompd: exit
[25-JUN-2013 10:18:26:174] nacompd: entry
[25-JUN-2013 10:18:26:174] nacompd: exit
[25-JUN-2013 10:18:26:174] nacomtm: exit
[25-JUN-2013 10:18:26:174] nas_dis: entry
[25-JUN-2013 10:18:26:174] nas_dis: exit
[25-JUN-2013 10:18:26:174] nau_dis: entry
[25-JUN-2013 10:18:26:174] nau_dis: exit
[25-JUN-2013 10:18:26:174] naeetrm: entry
[25-JUN-2013 10:18:26:174] naeetrm: exit
[25-JUN-2013 10:18:26:174] naectrm: entry
[25-JUN-2013 10:18:26:174] naectrm: exit
[25-JUN-2013 10:18:26:174] nagbltrm: entry
[25-JUN-2013 10:18:26:174] nagbltrm: exit
[25-JUN-2013 10:18:26:174] nadisc: exit
[25-JUN-2013 10:18:26:174] nsnadisc: normal exit
[25-JUN-2013 10:18:26:174] nsvntx_dei: entry
[25-JUN-2013 10:18:26:174] nsvntx_dei: exit
[25-JUN-2013 10:18:26:174] nsopenfree_nsntx: nlhthdel from mplx_ht_nsgbu, ctx=11365f08 nsntx=11363180
[25-JUN-2013 10:18:26:174] nsiocancel: entry
[25-JUN-2013 10:18:26:174] nsiofrrg: entry
[25-JUN-2013 10:18:26:174] nsiofrrg: exit
[25-JUN-2013 10:18:26:174] nsiocancel: exit
[25-JUN-2013 10:18:26:174] nsmfr: entry
[25-JUN-2013 10:18:26:174] nsmfr: 2020 bytes at 0x11363180
[25-JUN-2013 10:18:26:174] nsmfr: normal exit
[25-JUN-2013 10:18:26:174] nsmfr: entry
[25-JUN-2013 10:18:26:174] nsmfr: 1012 bytes at 0x11365f08
[25-JUN-2013 10:18:26:174] nsmfr: normal exit
[25-JUN-2013 10:18:26:174] nsclose: normal exit
[25-JUN-2013 10:18:26:174] nioqds: exit
[25-JUN-2013 10:18:26:174] nsbfree: entry
[25-JUN-2013 10:18:26:174] nsbgetfl: entry
[25-JUN-2013 10:18:26:175] nsbgetfl: normal exit
[25-JUN-2013 10:18:26:175] nsbaddfl: entry
[25-JUN-2013 10:18:26:175] nsbaddfl: normal exit
[25-JUN-2013 10:18:26:175] nsbfree: normal exit
[25-JUN-2013 10:18:26:175] nsbfree: entry
[25-JUN-2013 10:18:26:175] nsbgetfl: entry
[25-JUN-2013 10:18:26:175] nsbgetfl: normal exit
[25-JUN-2013 10:18:26:175] nsbaddfl: entry
[25-JUN-2013 10:18:26:175] nsbaddfl: normal exit
[25-JUN-2013 10:18:26:175] nsbfree: normal exit
[25-JUN-2013 10:18:26:175] nigtrm: Count in the NI global area is now 1
[25-JUN-2013 10:18:26:175] nstimdei: entry
[25-JUN-2013 10:18:26:175] nstimdg: entry
[25-JUN-2013 10:18:26:175] nstimdg: normal exit
[25-JUN-2013 10:18:26:175] nstimdei: normal exit
[25-JUN-2013 10:18:26:175] nsbfrfl: entry
[25-JUN-2013 10:18:26:175] nsbrfr: entry
[25-JUN-2013 10:18:26:175] nsbrfr: nsbfs at 0x11363e20, data at 0x11363ee8.
[25-JUN-2013 10:18:26:175] nsbrfr: normal exit
[25-JUN-2013 10:18:26:175] nsbrfr: entry
[25-JUN-2013 10:18:26:175] nsbrfr: nsbfs at 0x11363d68, data at 0x1136b708.
[25-JUN-2013 10:18:26:175] nsbrfr: normal exit
[25-JUN-2013 10:18:26:175] nsbrfr: entry
[25-JUN-2013 10:18:26:175] nsbrfr: nsbfs at 0x11363e90, data at 0x1136d728.
[25-JUN-2013 10:18:26:175] nsbrfr: normal exit
[25-JUN-2013 10:18:26:175] nsbrfr: entry
[25-JUN-2013 10:18:26:175] nsbrfr: nsbfs at 0x11362c10, data at 0x113696e8.
[25-JUN-2013 10:18:26:175] nsbrfr: normal exit
[25-JUN-2013 10:18:26:175] nsbrfr: entry
[25-JUN-2013 10:18:26:175] nsbrfr: nsbfs at 0x11363bb0, data at 0x1136f748.
[25-JUN-2013 10:18:26:175] nsbrfr: normal exit
[25-JUN-2013 10:18:26:175] nsbfrfl: normal exit
[25-JUN-2013 10:18:26:175] nigtrm: Count in the NL global area is now 3
[25-JUN-2013 10:18:26:181] nagbltrm: entry
[25-JUN-2013 10:18:26:181] nau_gtm: entry
[25-JUN-2013 10:18:26:181] nau_gtm: exit
[25-JUN-2013 10:18:26:181] nagbltrm: exit
[25-JUN-2013 10:18:26:181] nnfgdei: entry
5.question
a.The value of sqlnet.expire_time is only one minute. Why did the server take about 20 minutes to release the lock and server process?
b. Is there other factor to delay the lock and server process to releas such as tcp/ip kernel parameter?
Thanks in advance.
Robinson

Hi Awais,
search the forum for "measure execution time" to find threads like this...
Best regards,
GerdW
CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
Kudos are welcome

Similar Messages

  • How long does a iphone 3gs restore take?

    How long does a iphone 3gs restore take?
    I tried to update my iphone 3gs to the new software iOS4.0.1 I guess and the phone has been restoring and i cannot see any progress.

    Depends on low the battery was, but not out bounds. Mine is usually charged in about an hour or so, but I seldom let it get to near zero (and frankly don't time how long it takes).

  • How long does an Apple TV update take?

    How long does an Apple TV update take?

    Welcome to the Apple Community.
    It shouldn't take any longer than 1/2 an hour.

  • How long does a refund on itunes take to go back on my credit card

    How long does a refund on itunes take to go back on my credit card

    Welcome to the discussions!
    Open iPhoto as you normally would
    Click the File menu at the upper left of the screen near the Apple icon
    Click +Browse Backups+ (It may take some time for backups to load if you are using wireless)
    Using the scale at the right of the screen, go back to a date when you feel that you had the images on your computer. (It may take some time to do this if you are using wireless)
    Navigate through iPhoto to locate your images
    Click Restore at the lower right of the screen
    Hopefully you will also post your question in the iPhoto forum as the experts over there frequently answer questions about this very subject and can provide far more assistance than we can here.

  • How long does an upgrade to Yosemite take?

    Upgrading from Mavericks, the system appears to be stuck. I'm on the screen with the apple logo and a progress bar. The bar has not moved in an hour and is about half way. This is the screen after the initial install progress screen when an estimated time was provided. There are no extra sounds from the HD indicating any processing.
    how long does the process typically take?  Is there a way to stop it without totally fouling things? 
    Thanks,
    Anne

    I Found another thread that had a resolution. Thank you SATopWater  for your suggested steps. That appear to be working for me.
    This solved my question by SATopWater on Oct 17, 2014 12:41 PM
    I'm not recommending this to anyone, just thought I'd report on what worked for me:
    -  Let Yosemite upgrade sit at the white progress bar screen at 50% for 4 hours.
    -  Once I was nearly positive it wasn't doing anything like writing to the hard drive...
    -  Held power button for 10 seconds to turn computer off
    -  Waited about 10 seconds again
    -  Turned power on and held Command R  (It took about 3 minutes to boot)
    -  Clicked on WI-Fi symbol on upper right and turned off Wi-Fi
    -  Selected restart from the System menu option
    -  Computer rebooted and finished the upgrade
    I have since rebooted (twice to be sure) and run a few things and all seems fine at this point.
    See the answer in context

  • How long does FCPX 10.0.6 takes to transcode & share a file ?

    Hi there,
    Can I know in 10.0.6, for a 5 mins simple video in the timelinw with just video & a few text, how long does 10.0.6 takes to transcode the file after you click share ?
    As compared to 10.0.4, I find the new 10.0.6 takes so much longer.
    Is that the experience for everyone or is it just me ?
    Thanks

    Ian R. Brown wrote:
    It all depends what the  video format in the timeline is and what you are converting it to.
    The particular hard drive it is on or being sent to with relation to the app etc. can also make a significant difference.
    Thanks Ian,
    The video format in both 10.0.4 and 10.0.6 are the same. The type & location of the drive are also the same.
    Do you find that transcoding it in 10.0.6 took much longer ?
    Also, after the transcoding has finished, how do we find out the time it has taken ? (i know if we sent to compressor, it has a statistic of it. But if we were to transcode straight from FCPX, can we find out how long it took ?)
    Thanks

  • How Long Does SSIS Data Profiling Task Take?

    Greetings All,
    I have been doing all my data cleansing and conforming manually (was unaware of tools available to me).  I am testing the SSIS Data Profiling Task on a table with 60,000 records.  The Data Profiling Task has taken over an hour and is still
    not finished.
    My questions are these:
    How long does it generally take for this task to run?
    What drives execution time for this task?
    What is this object doing behind the scenes?
    Are there faster tools out there for data profiling?
    Best Regards,

    It depends on how much data you have in table and how many profiles you have selected for inspection.
    Behind scene, it uses TempDB to create temp tables and use it further for profiling.
    Below tools are available which are simillar to SSIS Data Profiling:
    DataCleaner
    DataMartist
    -Vaibhav Chaudhari

  • How long does fixing an iPhone 5 take?

    I had to send in my iPhone 5 to Apple (I live nowhere near an Apple Store), to get the Sleep/Wake button repaired. I recieved the box and sent it out Thursday the 8th, they said they recieved it Friday the 9th. It is now Sunday the11th and the Support websight says its still being diagnosed. How long does this take if they are only supposed to be fixing the button?

    KiwiV wrote:
    My problem is that, theyve already had it for 3 days. I called on Friday and they still havnt even started on the repair yet.
    If they received it on the 9th, 4-6 busines days would put it between this coming Thursday and next Monday to be completed.

  • How long does  erase settings and content take?

    Let me try this again. My question is......  "How long does the erase settings and content process take?"  I have an iPhone 4s 16gig.
    Its been on the screen black screen with  rotating circle for about an hour already.
    Hope this doesnt get my  post erased again.

    You're over 2 months late on this reply, and also wrong. Erase All Content and Settings on any phone from the 3GS forward simply writes over the encryption key, thus scrambling all of the data on the phone. It takes under 10 seconds. On the iPhone Classic and 3G it could take several hours, but not phones with hardware encryption line the 3GS, 4, 4S and 5.

  • How long does itunes:new-feed-url take to completely change my podcast page?

    I've used the itunes:new-feed-url to change my podcast page, but I'm curious how long it takes. I have a new episode up, but the podcast page located here doesn't show that third episode, even though the new feed as well as 301 redirect is in place.

    The Store won't redirect to the new feed at http://www.tripodbroadcasting.com/givethatsomethought/feed/ until the next time it checks the old feed. You posted the latest episode only today: it usually takes 1-2 days for new episode to appear in the Store as it caches feeds and visits them in rotation to check for changes. When this happens it will transfer to the new feed. Subscribers are already redirected to the new feed and see the third episode.

  • FileVault: How long does "Deleting old Home folder" take?

    Hello, guys. I'm comparing FileVault and PGP WDE. I enabled FileVault on my MBP about 16 hours ago with about 30GB in my user folder, and it's been ""Deleting old Home folder" for at least 10 hours now.
    I've not been able to find any accounts of how long this is supposed to take. Has anyone actually waited 16+ hours and had the thing complete?
    I understand the pros and cons of using FileVault, but am wondering if the thing is supposed to work.

    I didn't have enough free space the first attempt, and FileVault warned me. I freed up some space and moved some of my personal files to an external drive, and it allowed me to continue, the second time around.
    This is my first FileVault attempt -- I'm really paranoid, and have two backups, just in case it fails!
    I just did a hard reset, and my machine booted up properly. Now, I'll see if it is working OK...

  • How long does restoring from time machine take?

    I restarted my MPB running Lion while holding down cmd-r.
    Using the restore utility I chose a time machine backup and selected to restore from it.
    This was about three hours ago. Since then there has been a window on my screen saying 'restoring "macintosh HD" on the disk "macintosh HD"' and 'erasing the restore disk "macintosh HD".
    There is a moving stripy activity bar, but it's not of the type that actually shows progress, just moving stripes from left to right.
    I have no idea if anything is actually happening. The 'go back' and 'stop' buttons are greyed out.
    For all I know it is just taking a long time to erase the disk, but then again maybe something has gone wrong.
    I  am afraid to reboot because maybe half the disk has been erased!
    Also, I have the whole-disk file vault encryption enabled, so maybe this slows things down.
    Anybody know if this behaviour is normal? How long do these restores take? Should I just restart and try again?
    Thanks!
    Tom

    Update:
    The laptop went to sleep. When I moved the mouse to wake it the screen froze.
    I restarted and the computer booted straight to the Mac OSX utilities screen. My HD is no longer recognised as a boot disk.
    Going to try restoring again.

  • How long does Lion update not download take?

    Download was quick, install not so much. Ive had blue screen with spinning circle for 1 1/2 hours? I have new 27 inch i5, duo core with 1 TB. How long should this take? Ive never had an update take this long? Do I need to do something to move it along or restart?

    This endednup being the Server download timing out. I rebooted the iMac and restarted the download. 30 mins for it to run the update.

  • How long does a review for book  take

    I upload my book and it is in review mode,how long usually it takes to review a book

    i was send a short, after 11 hours in review, i got that the content is too short.
    sending it with other shortstorys, 5 days now.

  • How long does "Configuring sync for MobileMe" take?

    After getting used to my 3GS I took the next step to sync with my MacBkPro via MobileMe. I have gotten all the way through the process to "Find my iPhone" and the wheel is going around saying "Configuring sync for MobileMe" for about 20 minutes. How long should it take? Is it related to the number of Contacts I have in my iPhone which is also synced to my server at work and has 100's of contacts. How long should I wait and how do I abort?

    Same sort of thing going on here.
    What ended up happening?

Maybe you are looking for

  • How to count number of lines inside methods() using the Doclet API

    Wrote a custom doclet using the [Doclet API|http://java.sun.com/j2se/1.3/docs/tooldocs/javadoc/doclet/index.html ] . The purpose for the doclet is to load Java source files and create stubs (which are identical Java source files but do not contain an

  • OC4J: Pool of stateless Java WS instances ?

    There is the following paragraph in OAS WebServices documentation: "For a stateless Java implementation, Oracle Application Server Web Services creates multiple instances of the Java class in a pool, any one of which may be used to service a request.

  • Workflow - SWC_GET_ELEMENT

    Hi I have created an Attribute on a business object and am trying to get the data held within Workflow container element. I am using the code: "get_property email_confirmation changing container. swc_get_element container 'wf_ini_email' w_email. swc_

  • Aperture fails to open after installing Photoshop CS5

    Aperture fails to open and I cannot access my photo files. This happened after I installed Photoshop CS5. I uninstalled CS5, and have not reinstalled. I uninstalled Aperture and reinstalled it but nothing changed. I searched the forums and could not

  • Charged Screen Won't Go Off

    My iPod displays the "Charged" screen anytime it is not in use. When I turn the iPod off, the screen goes dark but the "Charged" screen comes on and stays on until the battery runs out or I turn it on. I experienced this before and took it in to a lo