Impdp network mode can use bequeath connection?

Hi, I'm going to import a single database using FS to a RAC on ASM both are in same server running oracle 11.2.0.3. So I was wondering if can I use network link mode of impdp without setting up a listener using 10gb Ethernet interface ?
I don’t want to incur the overhead of the tcp network layer because both DB single and Rac are on the same server.
Thanks in advance

Hi, thanks for you time
here I am with bad results.
more tnsnames.ora
BOSS_DB =
  (DESCRIPTION =
    (ADDRESS =
      (PROTOCOL = BEQ)
      (PROGRAM = /oracle/REMP/oradb/11.2.0.3/bin/oracle)
      (argv0 = oracleQA3)
      (args = '(DESCRIPTION = (LOCAL=YES) (ADDRESS=(PROTOCOL=BEQ)))')
      (envs = 'ORACLE_HOME=/oracle/REMP/oradb/11.2.0.3,ORACLE_SID=QA3')
    (CONNECT_DATA = (SID = QA3))
rmdy01:/oracle/REMP/oradb/11.2.0.3/network/admin>sqlplus system@BOSS_DB
SQL*Plus: Release 11.2.0.3.0 Production on Wed Feb 13 14:53:44 2013
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Enter password:
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
SQL> select instance_name from v$instance;
INSTANCE_NAME
QA3
SQL> select network_service_banner from v$session_connect_info where sid=sys_context('userenv','sid');
NETWORK_SERVICE_BANNER
Oracle Bequeath NT Protocol Adapter for HPUX: Version 11.2.0.3.0 - Production
Oracle Advanced Security: authentication service for HPUX: Version 11.2.0.3.0 -
Production
Oracle Advanced Security: encryption service for HPUX: Version 11.2.0.3.0 - Prod
uction
Oracle Advanced Security: crypto-checksumming service for HPUX: Version 11.2.0.3
.0 - Production
SQL>As you can see I can connect from sqlplus using Bequeath Protocol.
Now from the other database, I Can Not create db_link, here's
SQL> select instance_name from v$instance;
INSTANCE_NAME
RMDY1
SQL> create public database link BOSS connect to system identified by thepass using 'BOSS_DB';
create public database link BOSS connect to system identified by nosystem using 'BOSS_DB'
ERROR at line 1:
ORA-09276: All bequeath database links must be loopback database linksIs There something wrong with Bequeath connection from dblink or Do I use IPC instead?
Best regards
Edited by: Law on Feb 13, 2013 12:59 PM
Edited by: Law on Feb 14, 2013 7:56 PM

Similar Messages

  • ANYONE KNOW WHAT I CAN USE TO CONNECT MY IPOD NANO TO AN AUX DEVICE SO I CAN LISTEN TO MY MUSIC THROUGH MY STEREO

    ANYONE KNOW WHAT I CAN USE TO CONNECT MY IPOD NANO TO AN AUX DEVICE SO I CAN LISTEN TO MY MUSIC THROUGH MY STEREO

    Are these messages in the Sent mailbox? If not, they're not coming from your computer.

  • HT5569 My i-touch keeps searching for a wi-fi network where it use to connect and all my other apple devices still connect. I have reset, reload, off and on and off and on....what else could I try?

    My ipod touch just keeps searching for a wi-fi connection in my house where it use to connect automatically. My other apple devices still are connecting so not the wi-fi. I have reset to original settings, turned off-on-off-on... nothing seems to work. Does anyone have any ideas?
    Thanks!

    Does the iPod connect to other networks?
    Does the iPod see the network?
    Any error messages?
    Do other devices now connect?
    Did the iPod connect before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device. (I think you did this)
    If still problem make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • Can't see PC's on network, but can ping them, connect to server etc

    Hi All
    I'm experiencing something pretty bizarre.
    I have a small network at my office. There are 3 PC's, and 2 Macs, one of them a Mac Mini running 10.6.5. All computers are set to the same workgroup. All the PCs can see all the Macs, no problem.
    Yet my Mac Mini can (most of the time) only see the other Mac. (When I use Go > Network).
    I can ping all the PC's from the Mac Mini. But they won't show up in the network view.
    The annoying thing is sometimes I can see all the PC's (theres no pattern to it!) and I have connected to a printer on one of the PC's. With that particular PC, if I use 'Connect to Server' I get
    'Select the volumes you want to mount on "packing-pc" but there are no volumes in the list.
    Whats really bugging me is that sometimes all the pcs are there when I view the network, and sometimes they aren't.
    ANyone got any ideas please? I'm pulling my hair out! I wanna ditch my PC at work but until I can print reliably (to the PC with the printer attached) I can't!
    Thanks in anticipation!
    Mark

    I'm wondering if this is connected?
    http://social.technet.microsoft.com/Forums/en/w7itpronetworking/thread/2c98eb8c- 8234-4060-b8a7-e484ca29df72

  • Rmi network mode can't find stubs

    I apply the Factory Pattern to RMI. But there is something wrong.
    on server machine
    1. I start HTTP SERVER
    2. start rmiregistry ( no classpath )
    3. start server
    D:\server>java -Djava.rmi.server.codebase=http://kuanfan-server/ suncertify.db.FactoryServer
    on client machine
    1. start client
    java -Djava.security.policy=client.policy suncertify.client.MenuMain rmi://kuanfan-server/serviceFactory
    on the client machine, i can get ServiceFactory_Stub
    but when I invoke getDataAccess() in ServiceFactory_Stub to get a RemoteData, the exceptions are:
    java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
    java.lang.ClassNotFoundException: suncertify.db.RemoteData_Stub
    java.lang.ClassNotFoundException: suncertify.db.RemoteData_Stub
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:981)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)
    at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:304)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:138)
    at suncertify.db.ServiceFactory_Stub.getDataAccess(Unknown Source)
    at suncertify.client.MenuMain.main(MenuMain.java:173)
    I don't know why like this because the client can get the ServiceFactory_Stub.
    thanks in advance, appreciate your reply!
    stephen

    Have you tried to set a security manager for your client to enable the Classloader to load classes from the server?
    Something like this in your client code:
    System.setSecurityManager(new RMISecurityManager());

  • IPhone connects to secured WiFi network, but can't access Internet

    Problem: iPhone connects to my secured home WiFi network, shows WiFi strength bars at top of screen, displays checkmark, lock, power, and blue arrow on WiFi Networks screen; however, cannot access Internet, iTunes store, stocks, Weather or anything else.
    Tests I've run:
    1. iPhone itself:
    ---DCHP:
    IP Address = 192.168.2.102 (within range automatically allocated by LinkSys router--see below)
    Subnet Mask = 255.255.255.0 (as per LinkSys router)
    Router = 192.168.2.1 (as per LinkSys router)
    DNS = 192.168.2.1 (confirmed by Apple as a valid DNS address given the above information)
    Tests:
    *Forget Network and rejoin--Failed to connect to Internet
    *Forget Network, reboot iPhone, and rejoin--Failed to connect to Internet
    *Reset Netowrk Settings and rejoin--Failed to connect to Internet
    *Reset All Settings and rejoin--Failed to connect to Internet
    *Deleted DNS entry--Failed to connect to Internet
    *Connect to Apple Store unsecured network--Success
    *Complete reset of iPhone at Apple Store:
    **Brought home, made no calls, did not sync with iTunes, did not reenter any info deleted by complete reset, joined network--Failed to connect to Internet
    **Synced data previously saved to iTunes, rejoined network--Failed to connect to Internet
    2. LinkSys router WRT310N:
    Tests:
    *Updated Router firmware--iPhone failed to connect to Internet
    *Entered a Static IP address on both router and iPhone--iPhone failed to connect to Internet
    *Reserved an IP within range automatically allocated by LinkSys router--iPhone failed to connect to Internet
    *Reserved an IP outside range automatically allocated by LinkSys router--iPhone failed to connect to Internet
    *Forced MAC filtering to use iPhone WiFi Address--iPhone failed to connect to Internet
    *Disabled all MAC filtering--iPhone failed to connect to Internet
    *Changed security settings:
    **No Security--Success
    **WAP Personal (AES)--iPhone failed to connect to Internet
    **WAP Personal 2 (auto selection AES or TKIP)--iPhone failed to connect to Internet
    **WAP Personal 2 (forced AES)--iPhone failed to connect to Internet
    **WAP Personal 2 (forced TKIP)--iPhone failed to connect to Internet
    *Changed security WAP Password/Passphrase:
    **10 characters (alpha numeric)--iPhone failed to connect to Internet
    **12 characters (alpha numeric)--iPhone failed to connect to Internet
    **10 characters (alpha numeric/ Uppercase alpha)--iPhone failed to connect to Internet
    **10 characters (alpha numeric/ Lowercase alpha)--iPhone failed to connect to Internet
    **10 characters (all numeric)--iPhone failed to connect to Internet
    *Set router to Mixed Wireless N/G/B Network Mode--iPhone failed to connect to Internet
    *Changed network radio band from Auto to Wide to Standard--iPhone failed to connect to Internet each time
    *Set router to Wireless G Only Network Mode--iPhone failed to connect to Internet
    *Changed Router IP address from 198.168.2.1 to 198.168.1.1 (LinkSys default)--iPhone failed to connect to Internet
    3. Microsoft router MN-500:
    Tried this old router (the one I used before purchasing the LinkSys). It is an old (circa 2002) Wireless B base station with WEP Security. The iPhone was never able to connect to the Internet using various settings, many of which were duplicates of the LinkSys tests above.
    On both routers my wife's Dell laptop and my HP printer connect without incident, using the same network/security settings.
    I have always been able to connect to various unsecured WiFi networks; I have never been able to connect to a secure WiFi network (although the only one I've really tried has been my own).
    I am at a loss as to what to do next. Any suggestions?

    SUCCESS!!!!!
    I visited my brother-in-law yesterday and attempted to connect with his secure network. By sheer luck, he is using the exact same model LinkSys router. My iPhone connected first time--so the iPhone was eliminated as a source of the problem.
    I didn't do a lot of troubleshooting at his house, but I did notice that his network was set for both dynamic DHCP and dynamic DNS. I know that either or both of Windstream (my ISP) and my broadband modem requires a pair of static DNS addresses.
    Sure enough, delving real deep into Windstream's support site, I discovered a LinkSys router DNS help page, specifying how to set static DNS addresses in LinkSys routers. I then accessed my router, enterd the known static addresses, saved the router settings, then rebooted the iPhone and connected to the network.
    SUCCESS!!!
    Thanks to Jane, who suggested it was an ISP issue, Jason, and all at Apple support. dumonj, I'll email you directly. Try this suggestion and see if it helps.

  • HT1665 Can iPad be connected to TV screen

    I have a mini ipad is there a accessory you can use to connect to tv screen thanks !

    Ways to connect iPad to TV
    1. Apple TV and Airplay
    http://store.apple.com/sg/browse/home/shop_ipod/ipod_accessories/apple_tv
    2. Digital AV Adapter
    http://store.apple.com/sg/product/MD826ZM/A/lightning-digital-av-adapter
    3. VGA Adapter
    http://store.apple.com/sg/product/MC552ZM/B/apple-vga-adapter
    4. Composite Video Adapter
    http://store.apple.com/sg/product/MC748ZM/A/apple-composite-av-cable

  • While using the computer the wi fi dropped out and it can longer find any networks. I have played around with the air port etc , still have no networks and can't connect to internet. Please help

    Hi I am having Wi fi connectivity issues , while using my computer the wi fi dropped out , I can no longer connect and no networks come up. I have tried looking into the air port, trying manually to connect to the desired network with no success , it says the Wi fi is turned on. I am at a loss to why it will no longer connect, please if you have any suggestions,as I tried to ring apple support but my warranty has expired this is my first major issue since I purchased it in 2009.
    Thanks

    My 4s i-phone which is 2 years old cannot find any wi-fi networks not even my home network... I had the same problem two months ago but i turned off the i-phone for 8 hours and then it was okay... Now it happened again.... I tried to restart the modem but whilst my laptop is connected regularly, my phone still cannot find any wi-fi networks... I restart the i-phone, i reset it, i chose reset network settings, reset all settings, i turned it off for a whole day in case it was overloaded, i turned on the airplane mode and turned it off again, i put it into the freezer for 10 minutes within a zipped bag but 3 days now and i still cannot be connected to my home wifi... I went to the technician today and he told me that it means that wi-fi is broken and that i need to change it with a charge of 70 euro but i have to give my phone for 10 working days so as to be fixed... I am so frustrated and i don't know if i want to give 70 euro for wifi since i don't know if it would make the same problems again... 

  • I have an airport extreme and express, if I use the extreme as a base station connected to my old router can I use the express to extend the signal while also creating a new network that only I can use?

    I have an airport extreme and express, if I use the extreme as a base station connected to my old router can I use the express to extend the signal while also creating a new network that only I can use? Essentially having two wifi connection off the same network? If so how do I set this up?

    Extending using a wireless connection always results in a performance compromise.
    If the Express is going to extend using a wireless connection, then the Express will need to be located about half way between the AirPort Extreme and the general area where you need more wireless coverage. The more that you have line-of-sight between the Extreme and Express, the better the network will operate.
    Remember......the Express can only "extend" the quality and signal speed that it receives, so it needs to be located where it can get a very good signal from the Extreme. Although Apple cleverly uses the term "extend", a more accurate term for the Express would be "repeater".
    If the Express will extend by connecting to the Extreme using a permanent, wired Ethernet cable connection......highly recommended for best performance.....then the Express can be located exactly where you need more wireless coverage. There is no signal loss at all through the Ethernet cable, so the Express gets a full speed signal no matter where it might be located.
    Post back to let us know which way to you want to go.

  • HT201210 Ipod told me to connect to itunes because it was disabled. Now it's telling me to put in the passcode before I can use it with iTunes. I just want to restore my ipod. I have also tried recovery mode.

    I forgot my password to my ipod touch and locked it out. It told me to connect to iTunes and I did. I put it in recoery mode and started the 5 hour download of the restoring process. I tried it many times it always ends up stopping and an error occurs. Now iTunes is telling me I have to put in my password for my ipod before iTunes can use it and recognize it. But my ipod is still telling me to connect it to iTunes and I just want to restore my ipod.

    Try Recovery Mode a few more times.
    1. Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.
    3.While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    4. Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears, release the Home button. iTunes should alert you that it has detected a device in recovery mode. Click OK, and then click Restore to restore the device.
    Note: Data will be lost. You may have to repeat the above many times.

  • After updating to iOS 6, I can no longer connect to my schools wireless network. It uses manual http proxy. Now however a blank pop up comes up and it will not connect you. Thanks

    After updating to iOS 6, I can no longer connect to my schools wireless network. It uses manual http proxy. Now however a blank pop up comes up and it will not connect you. Thanks

    Turn off your firewall and antivirus software.

  • Trying to figure out whether I can use an ASA cluster in Transparent mode to facilitate VRF based network ??

    Hi Guys,
    I had to re-post this here because I did not get any comments earlier.. hopefully I'll get something here.. :)
    I'm investigating the ways that I can use 2 x ASA (5525x) to accommodate Multi-tenancy situation with overlapping addresses. Unfortunately in this particular scenario we have to stick with 5525x firewalls.
    The ASAs are going to be placed in north-south traffic path between 2 routers and these routers need to be configured with multiple VRFs to segregate the traffic for each tenant with overlapping IP subnets ( We are not looking at NAT as a workaround for the time being).
    As we know, this ASA model won't support VRFs so we can't use the ASA as a intermediary routing hop and therefore this is not an option.. and using security contexts per VRF seems not scale-able enough (correct me if I'm wrong). So my thinking is that, if we put the ASAs in to the transparent mode and just use the ASAs as a layer 2 interconnect (configured with different VLANs connecting VRFs served by top and bottom routers)  I should be able to go up to maximum of 50 VRFs (since 5525x only supports 200 VLANs).  
    I'm also planning to use the 2 ASAs in a cluster mode to aggregate the bandwidth of both ASAs for better throughput.
    So I need to clarify following with you guys.. 
    1) Can I actually do this or am I missing something.
    2) Are there any limitations that I might run in to with this setup
    3) Is there anyone out there who's doing the same thing or can you think of a better way to tackle this scenario (with same hardware and requirements)
    4) Instead of using clustering, can I use simple Active/Stanby pare and still configure transparent mode and use it that way ?
    Appreciate your input.
    Thanks
    Shamal 

    There is a limitation on how many context you can have, which depends on the license you have.  This is quite possible with ASA multi routed mode and even with multi transparent mode.  You can have overlapping ip in each context without the need of using nat as long as you have unique mac address for each sub interface.
    Thanks

  • What does it mean when my ipad is in Recovery mode? It's connected to my imac for software update and it says I must "restore" the ipad before itunes can be used. Will I lose everything on my ipad?

    What does it mean when my ipad is in Recovery mode? It's connected to my imac for software update and it says I must "restore" the ipad before itunes can be used. Will I lose everything on my ipad?

    Unless you have a backup from which you can restore, yes you will lose all of your data and settings.
    You should be able to sync your content back to the iPad if you have been syncing with iTunes all along. If you don't sync with iTunes, you can download much of your paid content again for free as long as you use the same Apple ID. This explains downloading past purchases.
    http://support.apple.com/kb/ht2519
    Unfortunately, at this point, you must restore the device before you can move on. There is nothing you can do to avoid it now.

  • Sir you have replied for my question, and i updated my software and all those things, yet it is showing unable to connect network, but i can use internet by sim, is it the problem related with hardware? can you tell me a solution for it?

    sir you have replied for my question, and i updated my software and all those things, yet it is showing unable to connect network, but i can use internet by sim, is it the problem related with hardware? can you tell me a solution for it?

    you seem to be referring to an ongoing issue
    click here to respsond -> sir help me to enable my network connection, my iphone 4s is not connecting with any wireless connection, what i should do for enabling network connection?
    CCC

  • My ISP requires a http login. I can use the iPad fine if I am logged in on a PC connected to the same wifi network, but if I login on safari on my ipad, the connection drops after some time.. any workaround?

    My ISP requires a http login. I can use the iPad fine if I am logged in on a PC connected to the same wifi network, but if I login on safari on my ipad, the connection drops after some time.. any workaround?

    TJBUSMC1973 wrote:
    The iPhone is working, as designed and advertised.  In this case, the user failed to educate themselves properly, either by proper research or asking the right questions, before purchasing the device.
    I understand that the OP failed to do research. But then, I wasn't replying to the OP. I was replying to Chris. I have Verizon. I can talk and use data at the same time with my Droid Maxx. Therefore, the problem is not just with the network. It would be technically possible for an iPhone to do that on Verizon/Sprint if Apple had chosen to use a different chip, such as the kind other phone manufacturers have elected to use.
    Of course, this is probably all irrelevant to the OP's issue. It was merely a point of clarification, especially for those people who are used to being able to use both voice and data at the same time on Verizon. When they switch to an iPhone, they are often surprized at the limitation.
    Best of luck.

Maybe you are looking for