Import datapump  Client disconnect

Hello everyone,
I have a small problem with my import via datapump (Oracle Version : 10.2.0.4).
I make my import for a full schema, it was normal and after about 1 hour/ 1 hour 15 the client is disconnected.
I noticed that it happened when he begins to apply the constraints of tables but it can also be a chance.
So my client receives an error message like :
UDI-00008: operation generated ORACLE error 3113
UDI-00008: operation generated ORACLE error 3114
ORA-03114: not connected to ORACLE
I tested by disabling in parallell from 4 to 1 but without result.
Following this, I enabled the trace datapump (parameter : TRACE=1FF0300)
In the master file record (file in bdump : oracleSID_dm00_XXX.trc) , I noticed this:
*** 2010-08-16 18:41:37.772
KUPC: 18:41:37.772: Before Listen: consumer = MCP from queue = SYS.KUPC$C_1_20100816173452
KUPM: 18:41:42.778: Client count is: 1
KUPM: 18:41:42.783: In check_workers...
kupptwa: [08-16-2010 18:41:42.783]
Entered - count total workers alive.
kuppwami: [08-16-2010 18:41:42.784]
Entered - what am I, return process type.
kupptwa: [08-16-2010 18:41:42.784]
Count of workers is 1
KUPM: 18:41:42.784: Live worker count is: 1
KUPM: 18:41:42.784: In set_longops
KUPM: 18:41:42.784: Work so far is: 28516,47222900390625
KUPM: 18:41:42.784: Checking for resumable waits
KUPC: 18:41:42.785: Before Listen: consumer = MCP from queue = SYS.KUPC$C_1_20100816173452
*** 2010-08-16 18:42:27.829
KUPC: 18:42:27.829: Before Listen: consumer = MCP from queue = SYS.KUPC$C_1_20100816173452
KUPC: 18:42:32.834: Before Listen: consumer = MCP from queue = SYS.KUPC$C_1_20100816173452
KUPC: 18:42:35.003: Before Dequeue: msg type is: 1
KUPC: 18:42:35.004: Dequeued msg type: 3031 ID: DG,KUPC$C_1_20100816173452,KUPC$A_1_20100816173455,MCP,930,Y
KUPM: 18:42:35.004: *******IN DISPATCH at 67355, request type=3031
KUPM: 18:42:35.004: Current user is: SYS
KUPM: 18:42:35.004: Log message received from worker DG,KUPC$C_1_20100816173452,KUPC$A_1_20100816173455,MCP,930,Y
KUPM: 18:42:35.004: Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
KUPC: 18:42:35.006: Before ENQ: Sending Type: 2023 ID: DG,KUPC$S_1_20100816173452,MCP, ,752,Y
KUPM: 18:42:35.007: *******OUT DISPATCH , request type=3031 response type =2041
KUPC: 18:42:35.008: Before Listen: consumer = MCP from queue = SYS.KUPC$C_1_20100816173452
KUPM: 18:42:36.010: Client count is: 0
KUPM: 18:42:36.010: In check_workers...
kupptwa: [08-16-2010 18:42:36.010]
Entered - count total workers alive.
kuppwami: [08-16-2010 18:42:36.010]
Entered - what am I, return process type.
kupptwa: [08-16-2010 18:42:36.010]
Count of workers is 1
KUPM: 18:42:36.010: Live worker count is: 1
KUPM: 18:42:36.010: In set_longops
KUPM: 18:42:36.011: Work so far is: 28516,47222900390625
KUPM: 18:42:36.011: Checking for resumable waits
KUPC: 18:42:36.012: Before Listen: consumer = MCP from queue = SYS.KUPC$C_1_20100816173452
*** 2010-08-16 18:42:41.016
I think my break is rather like an external network or the other, as if the communication channel,
no message transit and blow a timeout. But I do not know how to verify this is just an idea like this.
If you have ideas, advice, I tried but I'm running out of ideas.
Thank you in advance.

Hi All,
I did not understand one point here:
Source Database:
============
SQL> select count(*) from dba_indexes
2 where owner='ABC';
COUNT(*)
323
Target Database where import is running:
==========================
SQL> select count(*) from dba_indexes
2 where owner='ABC';
COUNT(*)
370
Why target Database is having more number of indexes than the source DB while importing?
Import is still running now.What could we do to speed up the import process?
Regards,
Edited by: user648365 on Feb 10, 2009 10:05 PM

Similar Messages

  • Client disconnection notification for NIO server

    A server accepts connections from clients and registers accepted channels for reading:
    while (true)
        if (selector.select()>0)
            Iterator<SelectionKey> iterator = selector.selectedKeys().iterator();
            while(iterator.hasNext())
                SelectionKey opKey = iterator.next();
                iterator.remove();
                if (opKey.isAcceptable())
                    clientSocketChannel = serverSocketChannel.accept();
                    clientSocketChannel.configureBlocking(false);
                    clientSocketChannel.register(selector, SelectionKey.OP_READ);
    . . .One of the server's clients disconnects from it by means of socketChannel.close() while the servert is locked with selector.select() (that is the server have nothing to read from its clients and nobody is connecting to it).Will the server be unlocked when the client performs socketChannel.close()? If so, what notification/exception will the server receive?

    One of the server's clients disconnects from it by means of socketChannel.close() while the servert is locked with selector.select()The select() will immediately return; the corresponding channel will be readable; and the read() will return -1.

  • RFC destination error while importing a client request

    Dear Experts,
    We are trying to import a Client Export from our Prd system to Development System and we are unable to import the request as it pops up a RFC destination error.
    We have checked the RFC in the Dev QAS and PRD related to TMSADM and all of them are working fine
    FYI, We are able to release the transports from the development system and it can be moved till qas and prd . So the TMS Configuration is also good.
    The data file and co file in the backend of development is the same size as that of the Prd system.
    I am really stuck . Kindly suggest a solution . Please find the screenshots while importing
    Regards,
    Suratharajan .S

    Hi Suratha,
    Goto STMS->system overview and select the Communication tab.
    Maintained the Instance number of the ASD system.
    Once you maintained the instance number , you will able to see it in the RFC ASD.DOMAIN_ASD.
    Also distribute the configuration after entering the instance number.
    With Regards
    Ashutosh Chaturvedi

  • Mobile based clients disconnecting frequently

    Hi folks,
    I have an 1142 running 15.2.2JB.  I noticed numerous messages of clients disconnecting with the following message:
    %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 847a.885b.622c Reason: Previous authentication no longer valid
    The MAC addresses involved are all associated to various mobile devices...iPad, iPhone, Windows 8 Mobile and Android (MAC above is an Android phone).  This doesn't appear to impact PC's and laptops (both Windows an Apple).
    The devices reconnect immediately and this doesn't appear to cause any problems with anything other than Android devices which register the disconnect immediately and therefore bin anything they're currently doing (for some reason the Windows 8 Mobile and Apple devices seem to be able to cope with the disconnect and reconnect and don't ditch anything network connections)
    Config on the AP is:
    dot11 ssid Frozen
       authentication open
       authentication key-management wpa version 2
       wpa-psk ascii 7 05261F303645480C260816190E1F3B3D242A2C362724060B2900005D5C4B12
    dot11 ssid FrozenSlow
       authentication open
       authentication key-management wpa version 2
       wpa-psk ascii 7 1124003A001B0D093B272A2F2D200A351C09120613504C546C570F081D0518
    interface Dot11Radio0
    no ip address
    encryption mode ciphers aes-ccm
    ssid FrozenSlow
    antenna gain 0
    speed  basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15.
    channel 2462
    station-role root
    no dot11 extension aironet
    no cdp enable
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 spanning-disabled
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    interface Dot11Radio1
    no ip address
    encryption mode ciphers aes-ccm
    ssid Frozen
    antenna gain 0
    no dfs band block
    speed  6.0 9.0 basic-12.0 18.0 24.0 36.0 48.0 54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15.
    channel width 40-above
    channel dfs
    station-role root
    no dot11 extension aironet
    no cdp enable
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 spanning-disabled
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    When I debug dot11 aaa I see the following:
    211137: Oct 21 16:26:58.910: dot11_dot1x_gtk_update_on_disassociate: Recieved gtk update notice due to disconnect for 847a.885b.622c on vlan 0
    211138: Oct 21 17:26:58 BST: %DOT11-6-DISASSOC: Interface Dot11Radio0, Deauthenticating Station 847a.885b.622c Reason: Previous authentication no longer valid Could not find station pointer for client 847a.885b.622c. Using vlan number from aaa_client
    211139: Oct 21 16:27:02.640: dot11_dot1x_send_ssn_eapol_key: wpav2 msg 1 pak_size 121
    211140: Oct 21 16:27:02.640: dot11_dot1x_send_ssn_eapol_key: eapol->length 117
    211141: Oct 21 16:27:02.640: dot11_dot1x_build_ptk_handshake: building PTK msg 1 for 847a.885b.622c
    211142: Oct 21 16:27:02.640: dot11_dot1x_build_ptk_handshake: ptk key len 16
    211143: Oct 21 16:27:02.640: dot11_dot1x_build_ptk_handshake: ptk key data len 22
    211144: Oct 21 16:27:02.640: dot11_dot1x_build_ptk_handshake: wpav2 pmkid[DOT1X]: 4252DC05F4159E0B7BAB4A3C56116E4F
    211145: Oct 21 16:27:02.689: dot11_dot1x_verify_ptk_handshake: verifying PTK msg 2 from 847a.885b.622c
    211146: Oct 21 16:27:02.689: dot11_dot1x_verify_eapol_header: Warning: Invalid key len (exp=0x10, act=0x0)
    211147: Oct 21 16:27:02.689: dot11_dot1x_ssn_generate_ptk: wpa-v2 PSK: use ssid psk as pmk
    211148: Oct 21 16:27:02.689: dot11_dot1x_ssn_generate_ptk: dot11_dot1x_ssn_generate_ptk(): wpa-v2 clnt 847a.885b.622c does not have cached pmk rec: aaa_client->ms_mppe_receive_key:0x0
    211149: Oct 21 16:27:02.689: dot11_dot1x_verify_ptk_handshake: Handshake passedCould not find station pointer for client 847a.885b.622c. Using vlan number from aaa_client
    211150: Oct 21 16:27:02.690: dot11_dot1x_send_ssn_eapol_key:
    211151: Oct 21 16:27:02.690: wpav2 msg3 data_len before padding 46
    211152: Oct 21 16:27:02.690: dot11_dot1x_send_ssn_eapol_key:
    211153: Oct 21 16:27:02.690: wpav2 msg3 padding 2 data_len after padding 56, eapol pak_size 155
    211154: Oct 21 16:27:02.690: dot11_dot1x_send_ssn_eapol_key: wpav2 msg 3 pak_size 155
    211155: Oct 21 16:27:02.690: dot11_dot1x_send_ssn_eapol_key: eapol->length 151
    211156: Oct 21 16:27:02.690: dot11_dot1x_build_ptk_handshake: building PTK msg 3 for 847a.885b.622c
    211157: Oct 21 16:27:02.690: dot11_dot1x_build_ptk_handshake: ptk key len 16
    211158: Oct 21 16:27:02.690: dot11_dot1x_build_ptk_handshake: wpav2_ptk msg 3 rsnie len 22 and 20
    211159: Oct 21 16:27:02.690: dot11_dot1x_build_ptk_handshake mcst_key_len 16 index 1 vlan 0
    211160: Oct 21 16:27:02.690: gnonce: 01 DA 02 04 01 D2 FA 40 03 39 B1 50 00 1C 5A 2C 03 39 B1 50 00 00 00 00 00 00 00 00 01 D2 FA 40
    211161: Oct 21 16:27:02.691: gtk(pt): 1B 9E E3 5F B6 82 A7 A7 3F 1E 94 56 BD ED B1 8C
    211162: Oct 21 16:27:02.692:
    211163: Oct 21 16:27:02.692: gtk(pt) len 16: 1B 9E E3 5F B6 82 A7 A7 3F 1E 94 56 BD ED B1 8C
    211164: Oct 21 16:27:02.692:
    211165: Oct 21 16:27:02.693: dot11_dot1x_build_ptk_handshake:
    211166: Oct 21 16:27:02.693: build wpav2 ptk msg 3, pad data from 46 by 2
    211167: Oct 21 16:27:02.693: dump temp_key_data(pt) len 48: 30 14 01 00 00 0F AC 04 01 00 00 0F AC 04 01 00 00 0F AC 02 3C 00 DD 16 00 0F AC 01 01 00 1B 9E E3 5F B6 82 A7 A7 3F 1E 94 56 BD ED B1 8C DD 00
    211168: Oct 21 16:27:02.694:
    211169: Oct 21 16:27:02.694: dump eapol_encrypt_key: B7 06 7B 67 33 D2 41 86 8D 52 9C 0A 0C 8F D9 3A
    211170: Oct 21 16:27:02.695:
    211171: Oct 21 16:27:02.695:  key_data from len 48 to 56 (ct): 34 DA 2E 1C 7A 59 30 19 BA 1E 2B B8 A8 3B 67 48 93 80 F1 39 0A 1C CB D4 D5 51 5B 50 0D 32 7D FA FC A1 12 5C D9 19 3A 8D F4 87 44 97 5B F8 BE AE 21 01 1D C2 EF 90 FC E4
    211172: Oct 21 16:27:02.696:
    211173: Oct 21 16:27:02.696: dot11_dot1x_build_ptk_handshake:
    211174: Oct 21 16:27:02.697:  aes key wrap key_data from len 48 to 56 gtk(ct):
    211175: Oct 21 16:27:02.697: dump decrypted key data: 30 14 01 00 00 0F AC 04 01 00 00 0F AC 04 01 00 00 0F AC 02 3C 00 DD 16 00 0F AC 01 01 00 1B 9E E3 5F B6 82 A7 A7 3F 1E 94 56 BD ED B1 8C DD 00
    211176: Oct 21 16:27:02.698:
    211177: Oct 21 16:27:02.698: dot11_dot1x_build_ptk_handshake:
    211178: Oct 21 16:27:02.698: wpav2 msg 3 key data len 56
    211179: Oct 21 16:27:02.703: mic_key: 68 B6 19 DB EF CA 12 B1 DC B0 6C FD 7D 8B AD FF
    211180: Oct 21 16:27:02.704: hmac_sha1 mic for eapol pak len 155: E3 B5 76 CC 90 FB EA 8F E6 8F 20 16 9E CC 5F 8F
    211181: Oct 21 16:27:02.704: dot11_dot1x_build_ptk_handshake:
    211182: Oct 21 16:27:02.704: msg 3 hmac_sha1 mic for eapol_key len 155
    211183: Oct 21 16:27:02.710: dot11_dot1x_verify_ptk_handshake: verifying PTK msg 4 from 847a.885b.622c
    211184: Oct 21 16:27:02.710: dot11_dot1x_verify_eapol_header: Warning: Invalid key len (exp=0x10, act=0x0)
    211185: Oct 21 16:27:02.710: dot11_dot1x_verify_ptk_handshake: Handshake passed
    211186: Oct 21 17:27:02 BST: %DOT11-6-ASSOC: Interface Dot11Radio0, Station   847a.885b.622c Associated KEY_MGMT[WPAv2 PSK]
    Does anyone have any ideas why I'm seeing the message "Could not find station pointer" or any other idea's why this is happening?  A search of the web throws up many threads exhibiting the same symptoms but none seem to have a fix and the fixes there are (disable aironet extensions, extend the WPA handshake and disable guest mode) haven't worked so far.
    Many thanks,

    from that debug, the cleint was in a run state, then there was an EAPOL Start message.
    As Blake had asked, what type of device is it?  specifically what is the WNIC and driver versions?
    Wireless drivers do not get updated with the standard windows update.
    Steve

  • Exception:The client disconnected.

    Hi,
    I  faced this exception frequently in my application at client site. Please suggest  how i can resolve the issue? 
    An exception occurred. Exception:The client disconnected. StackTrace: at System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean
    macValidationError)    at System.Web.UI.HiddenFieldPageStatePersister.Load()    at System.Web.UI.Page.LoadPageStateFromPersistenceMedium()    at System.Web.UI.Page.LoadAllState()    at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) An exception occurred. Exception:Invalid viewstate. 
    An exception occurred. Exception:Invalid length for a Base-64 char array or string. StackTrace: at System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr,
    Int32 destLength)    at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)    at System.Convert.FromBase64String(String s)    at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString,
    Purpose purpose)    at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter2.Deserialize(String serializedState, Purpose purpose)    at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter2 formatter, String serializedState,
    Purpose purpose)    at System.Web.UI.HiddenFieldPageStatePersister.Load()

    Hi,
    [quote]An exception occurred. Exception:Invalid length for a Base-64 char array or string.[/quote]
    According to the error messages, it seems that the viewstate has become "large". You can try fixing by chunking the viewstate into multiple fields using maxPageStateFieldLength in the web.config:
    <pages enableSessionState="true" enableViewState="true" enableViewStateMac="true" validateRequest
    For more information, please refer to the document:
    https://kb.sitecore.net/articles/051243
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to Import Standard (client specific) infosets from one Quality to Prod

    Hello Experts,
    Is there a way to Import Standard (client specific) infosets from Quality to Prod system without creating a transport request? (No TR is created on Quality system when changing the standard infoset)
    Kindly show me the steps..
    Points will be given out.
    Thanks
    Olekan Babatonde

    Answer found by poster.

  • Use normal import utility or import datapump utility?

    Hi all !
    I have trouble with Spatial index when I import datafile into new database(11g ) : ORA-error Spatial Index cannot be created
    I'm trying to find solution in Pro Oracle Spatial (11g) but they use normal 'Import Utility ' to import datafile into database .
    So . I don't know if I can use ' import datapump utility ' to import Spatial index into new database ?
    Thanks and Regard .

    This post is canceled by owner

  • How to find client disconnected when client lost net connection?

    Hi,
         Can anyone help how can I find on fms server that client disconnected if if client disconnected due to power cut off. I client manually close the application then onDisconnect on server is called but if due to power cut off it does not called.
    Thanks

    See if this article is any kind of help : http://www.flashcomguru.com/forum/forum_posts.asp?TID=2848

  • Does oracle import datapump fix block corruption?

    Dear all,
    I am having a data block corruption on production. I want to export this DB and import it to a test environment using datapump, in order to do some tests on it.
    However I am concerned whether impdp will resolve this scenario... and therefore I will lose my test case...
    so will oracle import datapump fix block corruption?
    Thank you

    so will oracle import datapump fix block corruption?.No. It detects Logical corruption (corruption and the corrupted segment will not be exported or imported.
    Fix the issue by identifying the segment.
    Get the block information from your alert.log
    select segment_type,owner.segment_name
    from dba_extents
    where file_id = [&file_id] and [&block] between block_id and block_id+blocks -1; if it is index then drop and recreate index
    if it is table and you have backup of that table then restore backup on another database and exp/imp the table.

  • Client Disconnected From Database

    I'm running lookout 5.0 on one computer and logging its citadel to another machine. There is more than one lookout process on the PC that is actually running lookout itself. Different processes are logging to different designated database folders on the other computer. When you can actually get lookout to show the history info (i.e hypertrend data and such) on the computer it all works great. However if you ever restart the computer requiring to shutdown lookout, then the next time it boots up it is nearly impossible to get lookout to display the trend info again. You always get the "client disconnected from database" alarm. All the network paths and folder locations are correct. I am lost on this one.

    Did you get this error every time you reboot Lookout or sometimes ?
    If you get it sometimes:
    Simply delete the /database/ Folder in Lookout directory
    when you restart Lookout it will creat a new one.
    From experience when you get this message the database is realy damage
    i dont know why this happens.

  • Asking about how server can handle client disconnection

    Dear sir/madam,
    i'm doing my final year project and it is about a java client/server big2 game.But now i have a difficulties in dealing with the server side.
    That is about how to take action on the serverside if the client suddenly disconnected.
    I have read many java client/server programming scripts.But all of them doesn't mention this problem.The scrpits only assume the client side never disconnect suddenly.
    I hope if you can give me some suggestions on this problem.

    For my mud written in java, I used TCP/IP for the connections. When a client connects, he gets his own thread. Those threads are held in a vector in a manager class. each tick of the server does a quick run thru the vector and if the current thread/socket its on is null or !isAlive() its remove from the vector(which in turn removes it from getting any more game updates. This removal can be caused by two things. The clients disconnects by accident(kills his game, locks up has an internet connection hiccup, etc.) or he uses the games "quit" method. The quit method calls a method that does any player saving of data, etc then closes the socket, and sets it to null. thus the manager sees this and removes him frm the vecotr list on the next server tick. Seems to work great form a mud and worked really well in a multiplayer applet game I had up for a while.

  • MessageQ keep-alive. Info about client disconnect

    Hi,
    I'm using BEA MEssageQ to recieve messages from clients. But i need information if client is disconnected. Is there any keep-alive mechanism which tell me if client disconnected. Or maybe there is a message to check if client is connected?

    Hi,
    I asked one of the developers and got this response:
    Actually OMQ has no pre-defined keep alive mechanism.  OMQ is always accept the requests from clients passively, it cannot check the connectivity of client automatically.
    OMQ can provide information about the status of the queue that the client attaches. If you can accept the hypothesis that client is connected if the its primary queue is attached, then one possible solution for your request may be: create an application which registers to receive availability (attached/detached) messages of the target queue from local Avail Server process. If the queue is available/attached, it means the corresponding client is connected. And if the queue is unavailable/detached, it means the corresponding client is disconnected.
    Regards,
    Todd Little
    Oracle Tuxedo Chief  Architect

  • WAP371 client disconnects

    I have a similar issue as others have had with the WAP371 and clients disconnecting randomly. most of the discussion didn't have any real content, just said to open a case, which I have not done yet as im still researching this but I wanted to see if anyone has advice on my issue. I have both the 2.4 and 5ghz radios on, connection is good and all works fine. after 1 or 2 days, they just stop passing data. my clients show a connection but I cant do anything with it. I CAN access the AP from them but I have to reboot the AP in order to get network access back. It isn't like clockwork, but it does happen at least every 2 days or so. a reboot fixes it. sometimes, say 1 in 4, I lose complete connection to the ap and it will not rejoin. it DOES show up in the connection list, the ssid that is. the event logs are of little help, not indicating anything wrong. I thought originally channel interference, but ive ruled that out since. also worth noting, this replaced an apple airport extreme ap with the same basic settings. that ap worked fine for close to a year. same client connections, cabling, etc. it has to be something on the ap. tried an older 1.0 and newer 1.1 code. same results. any ideas? thanks!

    im using WPA2 AES encryption. there are quite a few BSSIDs in my area, my ap sees around 10, but ive scanned and seen way more. the signal strength is pretty low on them and there are only 2 on my 2.4 channel and they are medium in strength and there are 0 on the 5ghz channel. I do not have band steer on, I believe I had 50ms for beacon interval but I uped it to 1sec. (didn't see broadcast refresh rate). its also worth noting I have a netatmo weather sensor that constantly connects and disconnects (to save power im guessing) below is a quick snippet from the log:
    office-ap.ch.com Mar 13 09:28:21 host
    apd[2256]: station: 00:24:e4:18:60:b0 deauthenticated
    host = office-ap. source = udp:514 sourcetype = syslog
    Mar 13 09:28:21 office-ap. Mar 13 09:28:21 host
    apd[2256]: STA 00:24:e4:18:60:b0 deauthed from BSSID 1c:de:
    a7:65:e7:c8 reason 4: Disassociated due to inactivity
    host = office-ap. source = udp:514 sourcetype = syslog
    Mar 13 09:27:31 office-ap. Mar 13 09:27:31 host
    apd[2256]: STA 00:24:e4:18:60:b0 associated with BSSID 1c:d
    e:a7:65:e7:c8
    host = office-ap. source = udp:514 sourcetype = syslog
    Mar 13 09:27:31 office-ap. Mar 13 09:27:31 host
    apd[2256]: Assoc request from 00:24:e4:18:60:b0 BSSID 1c:de
    :a7:65:e7:c8 SSID
    host = office-ap. source = udp:514 sourcetype = syslog
    Mar 13 09:27:21 office-ap. Mar 13 09:27:21 host
    apd[2256]: station: 00:24:e4:18:60:b0 deauthenticated
    host = office-ap. source = udp:514 sourcetype = syslog
    13 09:27:21 office-ap. Mar 13 09:27:21 host
    apd[2256]: STA 00:24:e4:18:60:b0 deauthed from BSSID 1c:de:
    a7:65:e7:c8 reason 4: Disassociated due to inactivity
    host = office-ap. source = udp:514 sourcetype = syslog
    Mar 13 09:26:32 office-ap. Mar 13 09:26:32 host
    apd[2256]: STA 00:24:e4:18:60:b0 associated with BSSID 1c:d
    e:a7:65:e7:c8
    host = office-ap. source = udp:514 sourcetype = syslog
    Mar 13 09:26:32 office-ap. Mar 13 09:26:32 host
    apd[2256]: Assoc request from 00:24:e4:18:60:b0 BSSID 1c:de
    :a7:65:e7:c8 SSID
    host = office-ap. source = udp:514 sourcetype = syslog
    Mar 13 09:26:24 office-ap. Mar 13 09:26:24 host
    apd[2256]: STA 14:10:9f:ed:6c:c6 associated with BSSID 1c:d
    e:a7:65:e7:c0
    host = office-ap. source = udp:514 sourcetype = syslog
    Mar 13 09:26:24 office-ap. Mar 13 09:26:24 host
    apd[2256]: Assoc request from 14:10:9f:ed:6c:c6 BSSID 1c:de
    :a7:65:e7:c0 SSID
    host = office-ap. source = udp:514 sourcetype = syslog

  • Need syntax for remap tablespaces for  Import datapump using API

    Good day all,
    I am not able to find an example for remap_tablespaces for import datapump using API. I am not able to perform the import as it complains it doesnt have grant to the exported tables's tablespace. I created a new user with new table spaces associated with it to import tables and other objects.
    I have remap_schema in API procedure but not remap_tablesapce. Could you please tell me how to accomplish it.
    Thanks a lot.
    Maggie

    Hi Maggie,
    The other parameter is 'OBJECT_TYPE'
    so you could have
    DBMS_DATAPUMP.METADATA_REMAP (handle => k1, name => 'REMAP_TABLESPACE', OLD_VALUE =>'+ORIGINAL_TABLESPACE_NAME+', VALUE =>'+NEW_TABLESPACE_NAME+',OBJECT_TYPE=>'TABLE');The full list of options from the oracle docs is suposedly this:
    TABLE, INDEX, ROLLBACK_SEGMENT, MATERIALIZED_VIEW, MATERIALIZED_VIEW_LOG,TABLE_SPACE
    ref http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_datpmp.htm#i1007115
    As for an example with table - here is one i did which also includes remap_data - you can ignore that part - the rest of the code shows you how to do a table level export based on a list of tables returned from a SQL query.
    http://dbaharrison.blogspot.de/2013/04/dbmsdatapump-with-remapdata.html
    Cheers,
    Harry

  • Detect Client Disconnect When using RTMP

    Hello,
    I hava a Java Server and Clients using RTMP. I've read somewhere that I can detect instantly client disconnection when using RTMP. However I cannot find an example code (in Java) that demonstrates this functionality? Can you help me please?

    I am not sure how your client looks, however the lient connect using NetConnection under the hood which spits NetStatusEvents's and you can listen to them ...
    C

Maybe you are looking for

  • How do I get rid of the subscriptions window on my iPad

    my version is 8.1.2 (12B440) how can I get rid of the history, shared links, reading list that is always showing

  • Cannot Enable Skype To Go

    My Skype To Go Number Status kept showing "Disabled".  Even when I click on the "Enable" word, it still comes back with "Disabled" highlighted. Anyone knows how to solve this issue? Thanks.

  • How do I extend incoming call duration before voicemail activates ?

    How do I extend incoming call duration before voicemail activates ?

  • Auto upgrade during restore

    My iPhone is stuck at the apple logo screen. I need to restore. If I do, will itunes also automatically upgrade my iphone to the latest FW? (I still use some old apps which might not work anymore). Message was edited by: Applz

  • Arbitrary number of parameters

    I try to call a method defined to accept an arbitrary number of parameters, in particular in the following piece of code: String catalogPath = "/path/to/catalog"; Constructor constr = resolverClass.getConstructor(   new Class[] {CatalogManager.class}