Using connections with no schema

Oracle Rdb can run in either multi-schema mode or in a mode where there are basically no schemas.
When running in no schema mode I can turn off schema display in the connection drill-down tree by using the following rdb.xml
<?xml version="1.0" encoding="UTF-8"?>
<navigator>
<connection id="Rdb"
supportsOtherSchemas="false"
showAllSchemas="false"
supportsCatalog="false"
connectionTabName="OracleRdb"
However when I drag/drop a table from the connection tree panel into the SQL worksheet, SQLDeveloper insists that the table is prefixed by a schema name (ie my connection user name)
eg
select from "murray".EMPLOYEES;
anyone know how to turn off this auto-prefixing so that it simple drops the following :
select from EMPLOYEES;
any help will be appreciated
jim

Hope_Seeker wrote:
Because I send the XML in different formats for different points, wait a minute, do you mean I can use XSLT instead, how this will be with JAXB ?Yes. you can use XSLT. First you generate the XML using JAXB and apply XSLT to convert to other format. Finally you return as String from web service.
and if I still want to use different xml schemas with JAXB marashalling how gona to do this ?Its like creating different XML object (JAXB object) and returning it from the web service. The difference from above is: above return String from web service and this returns JAXB XML object. Ultimately, its the XML travel over the wire and client does not get affected.
Another suggestion is that you should rethink of your approach of having different XML structure. Its the same data you are sending out of the system.

Similar Messages

  • RV320 Always uses connection with static IP

    Hello there all,
    I have a bit of a problem hoping someone could help me.
    The situation is this: We have on WAN1: auto assigned DHCP Cable internet with 150/15 down/up.
    on WAN2 (static IP) we have Fiber 100/100 down/up.
    Now the problem is that even though i have set load balance mode to auto, it always goes out with WAN2 (I can see that by going to any what is my ip website).
    I tried switching both connections but then still after about 20 seconds the RV320 starts using the Fiber.
    Then i thought of using Priority through BW management but when you enable anything there, throughput to WAN drops from full to like 50-60mbps which is ofcourse not what i want. And then I thought of setting the router to Smart link backup: WAN1, but then it disconnects WAN2 untill WAN1 goes down which is also not what i want.
    I basically want WAN1 to be used mostly and for example for the upload use WAN2, what am i doing wrong here or is this just bugged??

    2014-02-27, 20:27:27
    User Log
    edit_sys_dualwan2.htm is changed.
    2014-02-27, 20:27:42
    User Log
    sys_dualwan2.htm is changed.
    2014-02-27, 20:27:42
    Network Log
    WAN connection is down
    2014-02-27, 20:27:42
    Kernel
    kernel: Set: GPIO[5] Value[HI]
    2014-02-27, 20:27:49
    User Log
    sys_dualwan2.htm is changed.
    2014-02-27, 20:27:51
    Kernel
    kernel: [eth0] lanip=192.168.1.1, mask=255.255.255.0
    2014-02-27, 20:27:51
    Kernel
    kernel: ip[62.211.111.20] mask[0.0.0.0]
    2014-02-27, 20:27:51
    Kernel
    kernel: ip[62.133.111.25] mask[0.0.0.0]
    2014-02-27, 20:27:51
    Network Log
    WAN connection is down
    2014-02-27, 20:27:51
    Kernel
    kernel: Set: GPIO[5] Value[HI]
    2014-02-27, 20:27:56
    Network Log
    WAN connection is up : 62.133.111.25/255.255.255.128 gw 62.133.111.1 on eth2
    2014-02-27, 20:27:56
    Kernel
    kernel: [eth0] lanip=192.168.1.1, mask=255.255.255.0
    2014-02-27, 20:27:58
    Kernel
    kernel: wrong ip[0],not_list[0]
    Only when i hard set it to use WAN1 only, then it works fine, but when i put it to auto balance even with Network detection off, it goes to WAN2.
    I also keep seeing this every xx minutes:
    2014-02-27, 20:33:34
    Kernel
    kernel: wrong ip[0],not_list[0]

  • Volume to loud when connected with Garmin Zumo 660

    Good afternoon
    I have a C3-00 witch I daily use connected with a Garmin Zumo 660.
    The problem is the volume is to loud that I can't understand people who I'm talking to.
    I try to change the volume on the cell phone but I can't because it's blocked.
    The software version off my Nokia C3-00 is V 04.60 31-08-10 RM-614
    The GPS use Bluetooth Technology A2DP.
    Can you help me?
    Regards

    By reading the spec of the 660 no.  The 660 will transmit to BT headphone/headset. 

  • Help using connect hard drive with Time Machine

    My iMac and the two wirelessly connect apple laptops all recognize the Western Digital MYBookWorld 500gb external hard drive. We can all write to it and retrieve files. We are using a Lynksys router to which the iMac and WD drive are connected directly while the laptops connect wirelessly.
    We are trying to use it with TIME Machine, but when we try to set up time machine, the drive does not show up as an option for the back up disc.
    I have read through several old discussions about not recognizing the disc at all, but this is not our problem. Anyone with ideas?

    Hello Taxi Driver and welcome to Apple Discussion!
    In short to use the External HD for the current backup and TimeMachine you will need to repartition it creating a partition for each. The down side at this point, is that in order to repartition the external the current data on it will be erased. When setting up the External for TimeMachine set the Partition Map Scheme to GUID Partition Table and the Format to Mac OS Extended (Journaled)
    A couple of options:
    1. Backup the current files on the External HD to one of your Mac's, then repartition it with 2 partitions, then use the 1st for TimeMachine and copy back the files to the 2nd partition.
    2. Safer and easier way is to pickup a second external and set it up for TimeMachine.
    http://www.apple.com/support/leopard/timemachine/

  • Switch To Different Schema Connection With Existing Application

    Hi,
    Currently, i want to connect my existing application to a different schema, how should i do it?
    The situation is that i have two schema(call Database Connection in JDeveloper) that have exactly the same structure, as one is duplicated from anothe. My purpose of doing this is to use one of the schema for daily operation, while the other for testing.
    I have tried with this method:
    1. Right click on the Business Component project node and select Edit Business Component Project.
    2. In the Connection Tab, i change the Connection Name to the new schema(which used for testing).
    3. Then i open my .jsp page and sad to see the it's still retrieving data from the old schema.
    Am i hitting it with the wrong tactic? Please lemme know if there's any way that i can solve my problem.
    Thanks,
    Sin Leng

    Hi,
    The code snippet provided above must be executed whenever an ApplicationModule is first used by a new session but only after
    that ApplicationModule has been connected (otherwise the connection will not be available). Depending upon the type of client that
    you are developing (Swing vs. servlet for example) the right place to put this code could vary. Further, if your ApplicationModule
    and/or connection is pooled you must also be careful to reset this information whenever an ApplicationModule is serially reused
    by different clients.
    As of 9.0.3, the BC4J framework has provided a single hookpoint for all clients to manage session context on the middle tier. The
    method is oracle.jbo.server.ApplicationModuleImpl.prepareSession(Session). This method is invoked whenever a session
    (represented by a SessionCookie in the BC4J framework) uses an ApplicationModule which it had not referenced from a previous
    request. The Session parameter is the ApplicationModule session context which BC4J will automatically update with the
    userData context of the client side SessionCookie before prepareSession(Session) is invoked. This makes custom, client
    side context available to the midtier. Further this method is invoked after BC4J has connected the ApplicationModule, so it is a safe
    hookpoint for initializing custom DB session context as well as MT session context.
    In order for BC4J to make the client side SessionCookie userData context availabe in prepareSession
    the SessionCookie userData context must have been set before SessionCookie.useApplicationModule has been invoked. Please see
    the javadoc for SessionCookie.getUserData() and or the pooling sample ($JDEV_HOME/BC4J/samples/Pooling) for more information
    about acquiring a SessionCookie reference programmatically (so that you can initialize the SessionCookie userData). Other options
    may be to set up the userData in a custom SessionCookieFactory. Please see the pooling sample for a sample custom
    SessionCookieFactory implementation.
    Hope this helps.
    JR

  • How to connect to database with a schema other than current user?

    Dear all,
    I would like to know whether it is possible to specify a specific schema while connecting to a database directly by SQL*Plus command. Usually here is what I do (assuming that db01.WORLD is already in tnsnames.ora)
    $ sqlplus scott/[email protected], in this case the user is SCOTT and the current schema is also SCOTT. If I want to change the current schema I have to use an ALTER SESSION SET CURRENT_SCHEMA command. So what I would like to know is that whether there is an alternative, that is, proceeding in a way where the user SCOTT connects directly (by using SQL*Plus shell) to a SCHEMA other than SCOTT (in other words, is it possible to specify the desired schema at the connection time, for example user SCOTT who connects under a schema named 'management')
    Thanks in advance,
    Dariyoosh

    The ordinary way to do this is to
    1 - grant object privileges from the other schema to scott (Refer to the GRANT command in the online documentation)
    2 - create a private synonym in the Scott user (Look up CREATE SYNONYM in the documentation)
    The only other solution would be to make sure to create an after login trigger running the alter session command.
    Finally two words of advise
    1 You are recommended to leave the user Scott alone, and not mess it up with your own additions.
    2 You seem to treat this forum as a free Oracle class. As the people responding here are volunteers you are kindly advised to stop doing that and use the online documentation at http://tahiti.oracle.com and read at least the 'Getting Started' document and/or the '2-Day' document for your unknown version of Oracle.
    Sybrand Bakker
    Senior Oracle DBA

  • Hi, my MacBook Air is not working anymore if it's not connected with the power cable. It's pretty new so I can't imagine that the battery is dead already. Why can't I use my MacBook Air without the power cable even though I charged it for hours?

    Hi, my MacBook Air is not working anymore if it's not connected with the power cable. It's pretty new so I can't imagine that the battery is dead already. Why can't I use my MacBook Air without the power cable even though I charged it for hours?

    Please take the Mac to  Apple store to have it checked out.
    Genius Bar reservation
    http://www.apple.com/retail/geniusbar/
    Best.

  • I have a Mac OSX version 10.75 with just one Thunderbolt port. and it has been my Thunderbolt port to connect with Blackmagic wear my intensity. and I no longer can use the port for mini-DVI adapter to connect with me. I do not want to ask any other way f

    i have a Mac OSX version 10.75 with just one Thunderbolt port. and it has been my Thunderbolt port to connect with Blackmagic wear my intensity. and I no longer can use the port for mini-DVI adapter to connect with me. I do not want to ask any other way for me to use to use my monitor. I monitor LG FLATRON E2041 brand .. PLEASE Helpp ME

    i have a Mac OSX version 10.75 with just one Thunderbolt port. and it has been my Thunderbolt port to connect with Blackmagic wear my intensity. and I no longer can use the port for mini-DVI adapter to connect with me. I do not want to ask any other way for me to use to use my monitor. I monitor LG FLATRON E2041 brand .. PLEASE Helpp ME

  • I am trying to use Words with friends on my iphone 5.  How do I get rid of   "Connect to itunes to Use Push Notifications

    I am trying to use Words with friends on my iphone 5.  How do I get rid of   "Connect to itunes to Use Push Notifications

    Reading some older threads from 2012 and 2011 it appears the problem was present even then.  Part of the problem was due to people using multiple or different account id's on the various devices.  In my case, I only have one ID and it is the same on all devices yet the iPhone and iPad are still throwing the same error when I try turning on iTunes Match.  This is very frustrating . . . any help out there?  Thanks.

  • HT201210 I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items!

    I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items! Help!  There is not error message number just the text message. I've searched for an answer but have found nothing on "transfering items purchased to your iTunes library".

    Right click on your device icon on the left pane of iTunes and click on transfer pur....

  • Firefox connects to google-analytics for some sites, and then gets stuck, and I can never get onto the site. How do I prevent Firefox from connecting to google-analytics? I use XP with service pak 3 in English

    Firefox connects to google-analytics for some sites,when i click on links in websites or emails and then gets stuck, and I can never get onto the site. Or opens a new bower behind the one i'm usind that's blank i don't even know it's there untill i close the one i'm using. How do I prevent Firefox from connecting to google-analytics? Or opening a blank bowser behind the one i'm using. I use XP with service pak 3 in English
    == This happened ==
    A few times a week
    == a couple months ago

    I got the same issue.
    I go on a website and all the sudden another window pops up with "results.google-analytics.com" or "search.google-analytics.com". It has often ads for other sites for example. black single dating site
    how can I can I stop that from happening again?
    I didn't download or do anything, just visit websites, that I visit on a regular basis.
    OS: Windows XP
    Firefox Version: 3.6.6

  • HT3819 I can use remote on my iPhone to connect with my iTunes library, but i can't connect to another computer using home sharing to access apple tv.  I have used the same access ID and password that is used for the apple tv.

    I can use the Remote app on my iphone to connect with my itunes library on my computer, but I can't connect to the Apple TV using home sharing with another computer in the house.  I am using the same ID and password that the apple tv uses to connect with the other computer.  Also how do I check what version of IOS that my iphone is using?

    Version:
    iOS Settings>General About (or it'll say when you hook it up to iTunes)
    Are all the devices on the same physical network?  I think you're saying all are set up using the same home sharing credentials.
    If you've not done so restart all devices and your router.
    If you can get any of the devices connected by ethernet to reduce the wifi burden that may help but to be honest I would not expect simply beoing on wifi to prevent devices/computers appearing in the list.
    Does the other computer have any firewall or port blocking software running?

  • I have 2 iPhones - one for personal use and one for work. They are currently connected with the same Apple ID. I would like to separate the two accounts. Does anybody know how to do this?

    I have 2 iPhones - one for personal use and one for work. They are currently connected with the same Apple ID. I would like to separate the two accounts. Does anybody know how to do this?

    Just create a new AppleID for your work.
    As Allan suggested, items purchased on one iTunes account cannot be moved to the other account.
    However, you can put items purchased on on account onto the other iPhone.

  • How to use an apple id on an iPad but not have it connect  with my phone and mac

    I've recently sold my ipad to my younger sisters who are using my apple id. once they are in wifi they are able to use facetime and imessage but it connects with my email and phone number. They are also able to view my pictures in "my photo stream". Is there a way to let them us my apple id but completely disable the id from imessage, facetime, and making sure my photo stream does not show up?

    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    When you created your iCloud account, the @me.com email address you created also automatically became an AppleID, but you used an exisiting AppleID in the first place to create the iCloud account before deciding on that @me.com address.  So your iCloud account is actually the AppleID you used to initially create the account, not the @me.com address assigned once the iCloud account was active (look in your account settings on your iPhone or iPad and you can see what the iCloud account primary AppleID is).
    Unless you specifically started using your new @me.com address for things, it is an unused AppleID, but it is NOT your iCloud account primary ID (that is whatever AppleID you used to create the iCloud account initially).
    An AppleID is nothing more than an email address, but it is linked to an AppleID account held with Apple and thus can be used to log in to services including the various Apple stores.

  • Can someone connect in FaceTime if they are using a friends Macbook Pro, yet, doens't have an Apple ID??  For example, I have an IPAD and a Macbook Pro.  Can I connect to FaceTime on my Macbook Pro and connect with a friend using my IPAD????

    Can someone connect in FaceTime if they are using a friends Macbook Pro, yet, doens't have an Apple ID??  For example, I have an IPAD and a Macbook Pro.  Can I connect to FaceTime on my Macbook Pro and connect with a friend using my IPAD????

    I have also tried changing the contact emails(you can contact me by) in Facetime(diff email for IPAD and Macbook Pro).  Facetime tried the call, I see the accept buttom appear and it goes away as the call never connects?   Any ideas??

Maybe you are looking for

  • Can I still use Appleworks 6.2.9 with Mac Mini 2012?

    Can I still use Appleworks 6.2.9 with Mac Mini 2012?

  • Need Help FAST||! Big Problem with Oracle on Windows.

    I have Oracle 9.2.0.6 on Windows 2003 Enterprise Edition SP2. My oracle SID in XRTY01PD. The OracleServiceXRTY01PD Startup Type is Automatic. The Service starts but the database does not open. When I go to a command prompt and log into SQLPlus and co

  • BPM build for asyc to sync to async scenario

    Hi , I have a scenario where 1. abap proxy  triggers and sends no of records and sequence id... 2. i'l update the JDBC recvr 3.the JDBC sends an acknowledgement no of  records updated. kindly help how to build a BPM for this scenario to compare the n

  • How to invoke javafx from java code

    hi all, i'm trying to invoke my .fx class from java class, but getting exception. Exception thrown in JavaFX pretty printing: java.io.FileNotFoundException: \tmp\___FX_SCRIPT___.fxdump from StringInputBuffer (The system cannot find the path specified

  • [solved] XBMC - autostart torrent program in the background?

    I'm back with more xbmc questions and since 99% of the users at xbmc use *buntu and their debian startup scripts, I'm going to bug you guys. I've finally got a dedicated htpc that boots directly to xbmc without even bothering with a WM. Now, I'm hopi