Pls help me in connection  on internet database

hi of all
my problem is i make any program application work with database on internet
the problem is can i use my application on pc and database on my host if yes
how i can do
please help me

hi of all
my problem is i make any program application work
with database on internet
the problem is can i use my application on pc and
database on my host if yesAt the very least it depends on your database.
Other than that there can be any number of other things to consider.

Similar Messages

  • Help needed in connecting to oracle database in unity

    Hi,
    I have been trying to connect to Oracle database in my codes. I have tried using OdbcConnection and OleDbconnection. But both did not allowed me to connect to the database. The database, testDb, can be accessed using SQL plus as well as the SQL developer. I even tested the connection successful using ODBC data source administrator.
    the following is my code for the connection string:
    OdbcConnection connectionString = "Driver={Oracle ODBC Driver};Server=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP )(HOST=127.0.0.1)(PORT=1521))(CONNECT_DATA=(SID=Te stDb)));Uid=scott;Pwd=password;";
    the error i got is [ODBC Driver Manager] Data Source name not found and no default driver specified.
    for the driver parameter, i have tried using "Microsoft ODBC for Oracle". It gives me another error stating that the oracle and network components are not installed.
    I even tried "Oracle in OraDb11g_home1" which was specified in the ODBC Data Source Administrator. The same error came out.
    Below are some of my specifications:
    Platform: Windows 7 64bit
    Oracle: Oracle Database 11g Release 2 (64bit)
    Unity: 4.1.2
    Can someone please help me with this? What is it that i have done wrong?
    Thanks.

    1008737 wrote:
    Hi,
    I have been trying to connect to Oracle database in my codes. I have tried using OdbcConnection and OleDbconnection. But both did not allowed me to connect to the database. The database, testDb, can be accessed using SQL plus as well as the SQL developer. I even tested the connection successful using ODBC data source administrator.
    the following is my code for the connection string:
    OdbcConnection connectionString = "Driver={Oracle ODBC Driver};Server=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP )(HOST=127.0.0.1)(PORT=1521))(CONNECT_DATA=(SID=Te stDb)));Uid=scott;Pwd=password;";
    whenever localhost (127.0.0.1) is used, this means that no remote client can ever connect to this system
    The problem involves ODBC configuration & has nothing to do with Oracle.

  • Help - computer not connected to internet

    i have just bought a new ipod. it required an upgrade of itunes, so i downloaded it (on my flat mates laptop) and installed it on my computer WHICH IS NOT CONNECTED TO INTERNET. uploaded fine, but everytime i click on a song or do anything, a window pops up saying "you are currently working offline. to access the itunes store you must be online. would you like to go online now?". i click no, and then it pops up again when i click anywhere, super annoying, made it unuseable. i can't get internet on computer.
    any ideas how i can stop this? i have looked everywhere?!?

    iTunes should work OK when not connected to the internet, but it does need to connect to the internet to do some things. I often use iTunes with the internet unplugged and have never seen this message.
    I wonder if the tracks you are trying to play were purchased from the iTunes store? If so your computer may have lost authorisation and needs and internet connection to reauthorise. If that's it can you get the PC to your friend's house to reauthorise it?
    But this would not affect tracks you ripped from CDs.
    I checked on My PC to see if Show/hide ministore (View Menu) produced your message but it didn't on my PC.
    I am not sure if having "Show links to the iTunes store" checked in Edit>>Preferences>>General could cause your message.
    The other thing is do you have any pending downloads? I don't see how you could if the PC has never been connected to the internet, it it might be worth looking in your iTunes Music folder to see if you have a folder called downloads.
    If there is a file called list.plist in the downloads folder, try deleting it.

  • Programs crash/freeze while attempting to connect to internet-databases

    Without any replicable reason, programs like Transmission, SoundGenie, CoverScout oder iTunes (when trying to access Gracenote Database) are freezing/crashing immediately after startup.
    It just happens on my MacBook Air (2011), SSD with OS X 10.6.8
    Any ideas?

    She has connected it to another internet source and told it to forget the internet password. Then reconnected it to our internet and it is working. However if anyone knows why or how to prevent this in future....It's quite a long, complicated password and would hate to have to input it every time.

  • Help for getting connection with oracle database

    Hello,
    i have a problem to connect my java program with oracle databse.
    i have oracle 8 release. i tried all my best to connect but i
    can't. please help me. whenever i compile JdbcCheckup.java file
    which is distributed with oracle 8 release, it compile successfully.
    but whenever i run JdbcCheckup class file then it will generate an
    exception and that is -
    Exception in thread "main" java.lang.ClassNotFoundException:
    oracle.jdbc.driver.OracleDriver
         at java.lang.class.forname0(native method)
         at java.lang.class.forname(unknown source)
    and some other error message.
    But, by following yours given instruction, first, i unzip CLASSES111.zip
    in file which is distributed with oracle 8 realease in jdbc subdirectory
    into c:\temp directory and then run oracle installer(setup.exe) and point
    the installer to c:\temp and then i install the oracle JDBC drivers(beta)
    7.3.3.1.3 from the jdbc subfolder into oracle installer by selecting
    win95.prd for jdbc subfolder.
    After that i write into my autoexec.bat file,
    path d:\jdk\lib;d:\jdk\bin;c:\windows\command;C:\temp\BIN;c:\temp\jdbc\lib\classes111.zip
    and then i restart the machine and the i complile and run JdbcCheckup file
    But, i can't recognize my error to define class path or installing the
    driver. please help me in details so that i overcome this problem.
    because i am student of B.sc. in CIS of final year. i need to submit
    my project within some days. please reply me as early as possible.
    thanks
    hemonto
    email - [email protected]

    path d:\jdk\lib;d:\jdk\bin;c:\windows\command;C:\temp\BIN;c:\temp\jdbc\lib\classes111.zipYou've added classes111.zip to your PATH, not your CLASSPATH.
    Add it to your CLASSPATH using:
    set CLASSPATH=%CLASSPATH%;c:\temp\jdbc\lib\classes111.zip
    then try to compile/run again.

  • Pls help: Io exception: Connection refused

    My application was running fine and one days i got this error
    Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=168821248)(ERR=12514)(ERROR_STACK=(ERROR=(CODE=12514)(EMFI=4))))
    I am using a remote oracle server in my application .....the service provider is saying that every thing is ok and he didn't know wht is wrong in my schema object.....
    the method of connetion is
    DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
                             connect = DriverManager.getConnection("jdbc:oracle:thin:@//host_ip/orcl.oracle.com%","user","password");
    // @machineName:port:SID, userid, password
    I am struck now and i have no idea wht to do now and wht should i ask to my service provider to do.....
    pls help

    The error 12514 means 'TNS:listener could not resolve SERVICE_NAME given in connect descriptor'. In your connect string what is the service_name?
    The format for a connect string is :
    ("jdbc:oracle:thin:@myhost:<PORT>:<SERVICE_NAME>","<USERNAME>", "<PASSWORD>");

  • Need Simple help: Unable to Connect to Internet

    Our Airport Express broke, which was the home hub for our 3 other computers. We replaced it with an Airport Extreme, followed the installation. However, now we cannot get it (as the base station) to connect to the Internet. It seems set up but opening Firefox, it cannot find the Internet. However, if we plug the wire from the Comcast modem directly into our Ethernet Port, everything works fine. There are a number of tech posts in this forum but they are way above my head in terms of following them, (ie DNS, etc.) Is there any simple solution we can follow? Thanks.

    You've plugged the ethernet cable form the modem to the correct port, (WAN-which is identified by the circle of dots), on the Airport right?
    Anyway if I remember rightly once connected to the modem and powered on, press and hold the reset button on the back of the AE Basestation for about 10 seconds. Then release and wait. A new network should be visible, probably called something along the lines of Apple Network 300962.
    Connect to it and then open Airport Utility. From there set up your network, (change the name, hide the SSID if you like, add encryption etc etc).
    Now when the Basestation restarts I don't think the Mac will connect automatically as you've just altered all the details. So go to System Preferences>Network and choose a new location to set up. Click the advanced tab under the Airport pane and click the + box.
    Add your network and check the Remember any network this computer has joined checkbox.
    Click OK and then apply..............
    Message was edited by: gumsie

  • Help! Cant connect to internet ?Was able to in US but not back in UK !

    Bought my macbook air in US and connected fine there but im struggling to connect here. I am on cable broadband here(virgin)and i cant get it to recognise my wirelss router connection even though my imac does and my iphone also.
    How do i fix this?

    I deleted the previous wireless connection i was using but i dont know how to set a new one up myself. When it asks for all the data etc..i really dont have a clue and i dont want to mess with it.
    Is there anyway to restore the settings back to as new? i have hardly done anything with it anyway so its not like i will lose anything important.
    I bought this mainly for my hubby and he is annoyed at me for not having "HIS"(its really "ours")computer connected for him, he is even more clueless than me with these things so i canny let him loose.
    ANYONE PLEASE HELP ??!!!

  • Pls Help! Cant connect to LDAP Microsoft AD Server from Unix, error

    Hello,
    Does anybody encounter error configuring BOE X2 - CE10 - from Solaris to connect  Microsoft AD LDAP.  The error message is below.  I confirmed credentials are correct as we used the same params to connect using WebSphere and Windows. It always prompt error
    "secLdap plugin failed "
    [Thu Aug  7 09:34:40 2008]      15613   37      trace message: CInfoStore::Commit SI_info_abuse details: OCA_Abuse exception 1
    0505 at [exceptionmapper.cpp : 77]  49412 {,
    , secLDAP}
            ...The secLdap plugin failed to verify the server administration credentials. Plugin error: SecLdap Error: invalid par
    ameters in ExtractParasFromParasSeq().
    Thanks,
    Roberto

    Roberto,
    BO XI R2 actually does not require ADAM.See this thread: [Windows AD configuration with Linux;.
    The short answer is that the secLDAP plugin can connect directly to AD. This probably has a certain patch level requirement (you'll have to verify this with Tech Support).
    How are you specifying your LDAP Server Administration Credentials ? i.e. what format? I presume you're using the CN=Business Objects User,CN=Users,DC=xxx,DC=net format.
    I get the error you have if I specify the credentials as DomainUser (xxxxBoUser).
    I have been trying to configure AD with Linux (RHEL) using the the secLDAP plugin (thus far, unsuccessfully).Please note that I am however on XI3.0. Also note that I still do not have this working (I get a different error).
    In any case. it would probably be best to open a ticket with BO regarding this.
    Srinivas

  • Hi experts pls help me with this materialized view refresh time!!!

    Hi Expeerts ,
    Please clarify my doubt about this materialized view code
    [\n]
    CREATE MATERIALIZED VIEW SCHEMANAME.products_mv
    REFRESH WITH ROWID
    AS SELECT * from VIEW_TABLE@DATAOPPB;
    [n]
    Here i am creating a materialized view named products_mv of the view_table present in the remote server.Can anyone tell me when will my table product_mv will get refreshed if i follow this code.As what i read from the books is that the refresh period is implicit and is carried out by the database implicitly.so can u tell me suppose i insert 2 new records into my view_table when will this record get updated into my product_mv table.
    I cant use primary key approach so this is the approach i am following .Kindly help me in understanding when will refresh of records occur in the materialized view product_mv...Pls help
    regards
    debashis

    Hi Justin ,
    Yes, my database can reasonably schedule other jobs too .Its not an issue.
    Actually what i meant "fine in all aspects" is that will the matrerialized view will get refreshed w.r.t the documetum_v table present in my remote server.This is all i need to refresh my materialized view .
    I queries the DBA_JOBS table .I could see the following result i have pasted below:-
    [\n]
    NLS_ENV
    MISC_ENV INSTANCE
    dbms_refresh.refresh('"WORKFLOW"."PRODUCTS_MV2"');
    JOB LOG_USER PRIV_USER
    SCHEMA_USER LAST_DATE LAST_SEC THIS_DATE THIS_SEC NEXT_DATE
    NEXT_SEC TOTAL_TIME B
    INTERVAL
    FAILURES
    WHAT
    [n]
    here WORKFLOW"."PRODUCTS_MV2 is the materialized view i have created.So can u tell me that whether we can predict our refresh part is functioning fine from this data.If so how?
    Actually i am asking u in details as i dont have much exposure to materialized view .I am using it for the very first time.
    Regds
    debashis

  • I have an old PowerPC and a Macbook Pro running 10.6.7 sitting side by side. Both are using AirPort to connect to the internet wirelessly to the same router, but the old Mac connects with full bars, but the MBP struggles with only 2. Pls help, thanks!

    I have an old PowerPC running 10.4.11 and a Macbook Pro running 10.6.7 sitting side by side. Both are using AirPort to connect to the internet wirelessly to the same wireless router. The old Mac connects with full bars but the MBP struggles with only 2 bars. Pls help, thanks!

    BDAqua,
    Thanks for the response.
    Apple has used the term "Digital Audio" to identify this machine.  System Profiler has the following information:
    Machine Name:          Power Mac G4
      Machine Model:          PowerMac3,5
      CPU Type:          PowerPC G4  (2.1)
      Number Of CPUs:          1
      CPU Speed:          800 MHz
      L2 Cache (per CPU):          256 KB
      Memory:          768 MB
      Bus Speed:          133 MHz
      Boot ROM Version:          4.3.3f2
      Serial Number:          XBxxxxxMK9
      Sales Order Number:
    Yes, I could connect them by ethernet if all I wanted to do was transfer files, but I would like to network them so I could use wireless internet.  The machines are not always so close together, I did that to simplify the testing.  With the very slow transfer speeds I am reluctant to move ahead with the internet step. 
    <Edited By Host>

  • Itunes could not connect to internet.. i have read all your solution but non help, include firewall, restart dns, check IE setting ETC... PLS HELP, my phone can't sync with itune...........

    itunes could not connect to internet.. i have read all your solution but non help, include firewall, restart dns, check IE setting ETC... PLS HELP, my phone can't sync with itune...........

    i could not do anything with itune, check updates, help. etc..
    i am using windows 7.. and the latest itune, (previous itune also can't sync)

  • After upgrade to ios6 iPad does not accept password to wifi, I cannot connect to internet. Pls help me...

    After upgrade to ios6 iPad does not accept password to wifi, I cannot connect to internet. Pls help me...

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • My mac will not connect to Internet. Our iPad, pc and iPhones are connecting. Pls help!

    My Mac will not connect to Internet,but our iPad,iPhones, and pc are working.

    Try these instructions, they seem to be working for quite a few folks. If you aren't following the written instructions watch the YouTube video too.
    Lion Wi-Fi  problems fix & WiFi Lion Fix on YouTube.
    When done please report back with the results you got, that could help others down the road.

  • Pls help - cant connect to my database while my class is part of a package

    Can anyone please tell me why one can't connect to a database, while the class is part of a package?
    package Application;
    import java.sql.*;
    public class GameDatabase
    GameDatabase ()
    connect ();
    public void connect ()
    try
    String url = "jdbc:odbc:DRIVER={Microsoft Access Driver (*.mdb)};DBQ=Profiles.mdb";
    Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection dbcon = DriverManager.getConnection (url);
    catch (ClassNotFoundException a)
    System.out.println ("ClassNotFoundEx");
    catch (SQLException e)
    System.out.println ("SQLEx");
    public static void main (String [] args)
    new GameDatabase ();
    gives a SQLexception while the "package Appplication;" is present,
    yet works perfectly when its commented.
    Any suggestions how to bypass this?

    Well, it just cannot find the file? Maybe you've to supply a path?
    Further on, one more lesson:
    System.out.println ("ClassNotFoundEx");
    System.out.println ("SQLEx");Please don't ignore exceptions. They are not intented for phun. Rather use e.printStackTrace();

Maybe you are looking for