Can i access my database without jdbc

Can i access my database without jdbc
i don't want use a driver are there other methods for accessing database or is jdbc the only way for connecting a database

I would sure like to know any one of the ways that you mention below
Where would be a good place to start
This is not a good place for that kind of research.
If you have a problem that needs solving, come here.
I could probably think up a couple of ways to access
s a database from Java without using JDBC, but no
sensible programmer would ever dream of trying to use
them. So they would just make your research look
stupid.

Similar Messages

  • I can't access to  Database Home Page.

    I can't access to Database Home Page. the program run "http://127.0.0.1:8080/apex but it can't open the page

    It's a lot of threads in this Forum on same issue with solutions...
    Try with search...
    E.g.:
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Database+Home+Page&objID=f251&dateRange=all&numResults=15
    HTH

  • Can somebody access my phone without the passcode?

    Can somebody access my info without my passcode?

    Not unless they try guessing it until they stumble onto it. If you use a 4 digit passcode that would be one chance in 10,000. If you have Find My Phone enabled, then no one can access it without also knowing your Apple ID and password.

  • I can't access my playlist without being connected to my external hard drive

    I can't access my playlist without being hooked up to the external hard drive. With the external hard drive connected I can sync it on my iPhone and iPad but won't do it for the computer

    If you mean photo albums that were synced from your computer then no, then can only be deleted by re-connecting to your computer's iTunes, de-selecting them on the Photos tab and re-syncing.
    If you mean music albums then yes, you can press and hold an album on the album selection screen in the Music app, and after a second or two you should get an 'x' on it - tap that and it should be deleted.

  • How can I shutdown a database with JDBC?

    I've noticed in jdbc 10g doc "ORACLE DATABASE 10G JDBC: BEST-OF-BREED DRIVERS FOR JAVA, J2EE, WEB SERVICES AND GRID",we could "fully utilize the features offered by the Oracle Database 10g ", and "start/stop database".
    I tried for several times with various methods,but still,I can't reach it. Could anyone here tell me how to do,or look into the new features?

    Can't do it.
    There were some plugin components that were distributed with OEM (Oracle Management Objects) sometime during the 8i cycle that provided a Java interface to various DB management actions (and using the OCI driver behind the scenes). This doesn't seem to be available any longer.
    There isn't even a published way to do it (yet) via the underlying OCI.

  • HELP about How to connect with Database without JDBC ?

    Hello all,
    i have oracel8i database and my programe work fine with JDBC
    but now
    i want to connect my programe with database without using JDBC connection please any body tell me syntex for that,
    Class.forName("oracle.jdbc.driver.OracleDriver");
    databaseConnection = DriverManager.getConnection("??","arif","arif");
    i have user arif in my database and my computer name is "ABCD"
    Please help me,
    i m thanksfull,
    onlyforjava.

    Thanks i try it,
    url = "jdbc:oracle:thin:@ABCD:1521:" + sid;
    connection = DriverManager.getConnection(url,"arif","arif");
    but after that i got exception,
    java.sql.SQLException: Protocol violation
    Please help me,
    i m thanksfull.
    onlyforjava.

  • HT1212 My iPod touch is not synced and I locked myself out, how can I access it again without erasing my device?

    My iPod touch is not synced and I locked myself out, how can I access it without erasing the device?

    You will have to restore.

  • Can I access UI functionality without internet?

    Hi All,
    We have installed SAP CRM 2007.....I just want to know weather Internet connection is mandatory for accessing all the UI functionality...I mean can I access all the UI pages and configure the same without internet connection....
    I am aware of how to activating UI services, but not sure weather internet connection is required or not ...
    Experts can you pls guide me on the same.......
    Regards
    gmd

    Technically speaking as long as you are on the same LAN as the CRM server, you don't need an internet connection.  Your LAN though has to support HTTP traffic, which means "local web browsing".
    Take care,
    Stephen

  • Can someone access my Ipad without my knowledge

    Can my ipad be accessed by anyone without my knowledge or my password?

    Hi Max,
    Bascially I have a load of internet sites on the history of my ipad that i did not look at. As I am the only one who uses it I am at a loss as to why this is in the history and was wondering if some one on my street could be hacking into my ipad and leaving this history trail???

  • How can I access free apps without a credit card?

    I'm trying to create an Apple ID for some elderly folks that want something as simple as checking the weather and potentially other free apps but at no point can I create an account without a credit card, an idea that's very bad for folks that are not at all technically savvy.
    Various guides suggest there's a 'none' option for payment type if you attempt to create the account with the need to obtain a free app in the app store but this option does not exist, we only have three credit card options. If I change to USA, I have more options like Paypal but none of them is 'none'. Also tried the UK, still didn't work.
    Can anyone advise me as to how we can 'review terms' without entering a credit card? It's difficult for me to explain they can't do as much as they want to do with their new $400+ purchase because they need to use their credit card for authorization.

    Edit : your last reply appeared as I was typing this.
    I've just tried the steps and they worked ok for me, I've got the 'none' option for a new account e.g.
    These are the steps that I used to give people (free apps are now labelled as 'Get') : Re: i want to create an appleid and i dont have credit card. the instruction that you discribe at the top is not working…, and that is what I've just used.
    If you update the primary email address on the account that you've already created then you should be able to try using to create another account - you can change the primary email address by logging into it via http://appleid.apple.com, or by logging in via the Store > View Account on a computer's iTunes. You can create a 'throw-away' email account to put on the existing account via http://gmail.com or http://hotmail.com
    I'd be surprised if the info that you've just been given about gift cards or credit cards is correct, iTunes gift cards aren't available in a lot of countries (and they are country-specific) and a lot of people don't have credit cards - they'd effectively be preventing a lot of people form having accounts.

  • Mac being unable to sever connections and I can't access secure databases

    Recently my university library underwent a security rehaul, since then I have been unable to access secure databases to do research for papers and the like. After resetting my browser, emptying my cache, and shutting down my computer, I am unable to sever my old connection to the library page.
    The weird thing was I was in a chat with a librarian at the school at the time, and it never signed off even when my computer was shut down...
    What do?

    This will tell you if your apps are compatible:
    http://roaringapps.com/apps:table
    Thanks ... Ken

  • How can I access a database remote without using dblink, synonyms,aliases?

    My store procedure access a remote tables using dblink, synonyms, alias, but by business company requirenments I nedd to use another data base access method. My PL/SQL statement looks like
    select c.cus_id, c.cus_name, p.bankaccno
    into v_cus_id, v_cus_name, v_bankaccno
    from customer c, payment@finantial p
    where c.cus_id = p.cus_id
    Are any method else to connect to several remote databases concurrently?
    If Yes, plase say me how is it, or tell me where do I obtain some examples, or any documentation.
    Edited by: user518321 on Apr 21, 2009 1:58 PM
    Ok, But I must not use any of these data base access method, metioned: dbliks, aliases, synonyms.
    Edited by: user518321 on Apr 21, 2009 2:05 PM
    Ok, It is enough for now, I am surprised for the response time and for their arguments, thanks a lot.
    Edited by: user518321 on Apr 21, 2009 2:50 PM

    If you want to access a table in a remote database using SQL, you will need a database link. It would be exceptionally odd for the business to require that you access a remote database and to prohibit the use of database links. What is the business reason for that combination?
    If you want to look into rather more esoteric solutions, you could load a JDBC driver for the remote database, write a Java stored procedure that queries the remote table using that JDBC driver, and then cobble together some PL/SQL that joins the two result sets. You won't be able to reference the remote table in SQL and the solution won't scale well as data volumes increase and you'll be writing a whole lot of code to manually join tables together, but it does avoid database links. Of course, whatever concerns lead to the ban on database links would probably apply to loading a JDBC driver into the database and writing Java stored procedures to access the remote database, but since you haven't explained the reasoning behind the restrictions, we're just guessing.
    Justin

  • I have forgotten my passcode, how can I access my phone without restoring it!! PLEASE HELP!! THIS IS VERY URGENT

    I always change my password and with this particular one I somehow managed to forget it, I have gone completely blank and I can't remember it. I dont want to restore my phone because I don't want to delete my photos and my songs in itube....PLEASE HELP THIS IS VERY URGENT

    iTunes
    If you've synced your device with iTunes, you can restore your device.
    Connect the device to the computer you normally sync with.
    Open iTunes. If iTunes asks you to enter your passcode or asks you to allow access, try another computer that you've synced with. Or use recovery mode. (Click the link to be taken to the steps.)
    iTunes will automatically sync your device and create a backup. If it doesn't, sync the device with iTunes.
    After the sync is complete, restore your device.
    I

  • Can i access phone menu without a sim card in, can i access phone menu without a sim card in

    hi i want to access my iphone 4 but have not yet got a working sim in it, is this possible ?

    A GSM iPhone cannot be activated without a valid sim card installed. The sim itself need not be activated, but it must be valid & present.
    So, if your phone is not activated, you need to get a sim card.

  • On the ipad2, can I access itunes library without first opening the Itunes store

    I commute with an IPad2 and there are times I cannot pick up an Internet connection. Is there a desktop shortct that would let me get into the Itunes Library without going through the Store, which will not open when there is not Internet connection? That way I could play songs already on the Ipad without depending on an Internet connection.

    I'm a little confused by the wording of your question. You appearnto be talking about your iPad but mention the desktop and accessing your iTunes library through iTunes which sounds as if you're talking about your computer. On your iPad, you access any of your stored music that you have downloaded or synced throughout the iPod app, not the iTunes store. It doesn't require an Internet connection.

Maybe you are looking for

  • Cannot open projects on iPad created with Mac

    HI, I want to transfer projects I created on my mac in garageband (6.0.5) to my iPad, but it's not working. First I tried to just copy an existing file. It will show up in the loops audio files, but I cannot select it or use it. I then tried to creat

  • How to install voices in captivate 8

    I have downloaded the files successfully. When I try to run setup.exe i get the error message that it cannot run probable because a file is missing. It is the same error message that I got when I tried to install  the voices while using Captivate 7 T

  • How to install my present Photoshop version CS6 in my new Imac

    very poor that there isnt  help or customer care in DUTCH! But how can i install my  Photoshop version CS6 now on my old IMAC   to a new to buy IMAC ??? Peter Tamerus

  • Colorprofil for 24 imac here

    Hi there, this is for us with the uneven brightness/color issue of the imac screen. I did a profil with coloreyes soft/spider hardware. Gamma L* D65 Very Important: Set yout imac to the brightest Level! The profile dimms the brightness down to 200cd

  • How to Change language in spell check for CS4?

    How do I change language in spell check for CS4?