How can I install with no problems??

Hi every body..
i've just installed oracle 10g developer
but i've got a little problem with connecting forms or report builder..
error message [  [b]tns:couldnot resolve the service name  ]
even though the I-sql*plus connect very well..
I want to know how can i install oracle & developer in right steps with no error or after installig problems..
image of steps is recomended....

Few guidelines are available here.
http://download-east.oracle.com/docs/cd/B25016_07//doc/dl/core/B16012_04/chap2.htm#i1015488
Can you tnsping to oracle database ? After installation if you chose different oracle home for developer then you have now two tnsnames.ora files. One in oracle database home and the other one in oracle developer home.
Read about TNS_ADMIN environment variable here..
http://www.dbasupport.com/oracle/ora9i/connecting2.shtml

Similar Messages

  • It says that "there was a problem connecting to the server". What's wrong with this, and how can I deal with this problem?

    I just got my new iPad Mini2, and when I choose "sign in with your apple ID", it says that "there was a problem connecting to the server". What's wrong with this, and how can I deal with this problem?

    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • How can i deal with this problem

    For example, In my database, there are three records:
    field : a b c
    a.txt c:/a.txt adsfs
    b.txt c:/b.txt asdfsf
    c.txt c:/c.txt asfdsf
    Now I open one file b.txt to check the database whether have the same filename,filepath, hash value.
    the results display:
    The file: b.txt has not been registered
    The file: c://b.txt appears OK
    The file: b.txt has not been registered
    I want to do is to only shows the results of 'The file: c://b.txt appears OK'. I know the problem is the body of while(rs.next).
    is there any best way to conform to my demand
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    String url="jdbc:odbc:MD5";
    Connection connection=DriverManager.getConnection(url);
    Statement statement = connection.createStatement();
    String sql="SELECT * FROM MD5";
    ResultSet rs = statement.executeQuery(sql);
    while (rs.next()) {
    if (file.getName().equals(rs.getString("a")))
      if (file.getPath().equals(rs.getString("b")))
      if (m.equals(rs.getString("c")))
        jTextArea2.append("The file: " + file.getPath() +"appears OK"+"\n");
    else jTextArea2.append("The file: " + file.getPath() +"has been modified"+"\n");
    else jTextArea2.append("The Path for the" + file.getName() +"has been modified"+"\n");
    else jTextArea2.append("The file: " + file.getName() +"has not been registered"+"\n");
    rs.close();
    connection.close();
    }

    Why not add a WHERE clause to your statment to filter records having the name of the file in the first record. In this case you'd better use PreparedStatement and set the file name as statement parameter
    Because now you loop through the entire table for a thing you can deal with at DB level.
    And I agree with the others' remarks about those braces ;)
    Mike

  • Have purchased a new computer but can not install elements 12 since it has been installed on old laptop.  Is there a small fee to be able to do this.  Never installed the video editing portion, can this be installed with no problem?

    Have purchased a new computer but can not install elements 12 since it has been installed on an older laptop.  This is a one time user program, is there a code that can be put in or a small fee to pay to be able to use the program again.  Never installed the video editing and hoping this can be installed with no problem.

    If the laptop is still connected Launch Elements in Expert Mode. Go to the help menu and sign-out. That will deactivate usage on the laptop.

  • How can I deal with long sql by the oo4o?

    I am using VB and oo4o to develop a sql executor which is a extention of an old system.
    For some reason, I have to use oo4o v8.1.7 to deal with Oracle Database 8i to 11g.
    But when I send a very long sql(11KB) to it I got a error in the VB enviroment.
    The Err.Description is "automention error. Started object is disconnected by the client.".
    The Err.Number is "-2147417848 ".
    The sql that I send it to the program is a simple select sql that like select a, b, c, substrb(d, 1, 2), substrb(e, 2, 3) .... from A_TBL where A=aa;
    This sql is normally executed by the sqlplus but I got an error by the oo4o.
    When I insert a '' between the 30Xth items, it got exectuted normally.
    ex. select a, b, c, substrb(d, 1, 2), substrb(e, 1, 2) ..... substrb(303th, 3, 4), '', substrb(304th, 1, 2) ... from A_TBL where A = aa;
    How can I deal with this problem? Thanks.

    So how can use this function correctly?By learning what exceptions are, how they're used, and what you can do to deal with them. There's a tutorial here: http://java.sun.com/docs/books/tutorial/essential/exceptions/index.htmlAnd here's a quick overview:
    The base class for all exceptions is Throwable. Java provides Exception and Error that extend Throwable. RuntimeException (and many others) extend Exception.
    RuntimeException and its descendants, and Error and its descendants, are called unchecked exceptions. Everything else is a checked exception.
    If your method, or any method it calls, can throw a checked exception, then your method must either catch that exception, or declare that your method throws that exception. This way, when I call your method, I know at compile time what can possibly go wrong and I can decide whether to handle it or just bubble it up to my caller. Catching a given exception also catches all that exception's descendants. Declaring that you throw a given exception means that you might throw that exception or any of its descendants.
    Unchecked exceptions (RuntimeException, Error, and their descendants) are not subject to those restrictions. Any method can throw any unchecked exception at any time without declaring it. This is because unchecked exceptions are either the sign of a coding error (RuntimeException), which is totally preventable and should be fixed rather than handled by the code that encounters it, or a problem in the VM, which in general can not be predicted or handled.

  • Hi, I have a macbook air os x 10.9.5 and I have problems with the app store. It doesn't open anyway. so, how can I install it again or update. I have problems with preview too, the same, doesn't open the application

    Hi, I have a macbook air os x 10.9.5 and I have problems with the app store. It doesn't open anyway. so, how can I install it again or update. I have problems with preview too, the same, doesn't open the application

    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Reinstalling OS X Without Erasing the Drive
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility and press the Continue button. After Disk Utility loads select the Macintosh HD entry from the the left side list.  Click on the First Aid tab, then click on the Repair Disk button. If Disk Utility reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit Disk Utility and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Alternatively, see:
    Reinstall OS X Without Erasing the Drive
    Choose the version you have installed now:
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • How can I install Photoshop Elements 11 on a new computer with Windows 8?

    How can I install Photoshop Elements 11 on my new computer with Windows 8?

    if you follow all 7 steps you can directly download a trial here:  http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm l
    and activate with your serial number.
    if you have a problem starting the download, you didn't follow all 7 steps, or your browser does not accept cookies. 
    the most common problem is caused by failing to meticulously follow steps 1,2 and/or 3 (which adds a cookie to your system enabling you to download the correct version from adobe.com). 
    failure to obtain that cookie results in an error page being displayed after clicking a link on prodesigntools.com or initiates the download of an incorrect (eg, current) version.

  • How can I install Windows 8.1 Enterprise on my Macbook Pro  With BootCamp?

    How Can I Install Windows 8.1 Enterprise on my MacBook Pro?

    Hi Armin.S,
    I apologize, I'm a bit unclear on the exact nature of your question. If you are asking about the system requirements for running various versions of Windows under Bootcamp, or just more generally how to set up Bootcamp on your Mac, you may find the following articles/pages helpful:
    Boot Camp: System requirements for Microsoft Windows operating systems
    http://support.apple.com/kb/HT5634
    Mac Basics: Using Windows on your Mac with Boot Camp
    http://support.apple.com/kb/HT1461
    Apple - Boot Camp Support
    https://www.apple.com/support/bootcamp/
    Regards,
    - Brenden

  • I got new hard driver for my MacBook I don't have the cd but I do have flash drive that has the software I need help because when I turn on my laptop it shows me a file with question mark how can I install the software from the flash driver?

    I got new hard driver for my MacBook I don't have the cd but I do have flash drive that has the software I need help because when I turn on my laptop it shows me a file with question mark how can I install the software from the flash driver?

    Hold down the Option key while you boot your Mac. Then, it should show you a selection of devices. Click your flash drive and it will boot from that.

  • I can't download from app store apps. if i try then open account and ask me shange payment type because there is a billing problem with a previous purchase. I download one game 0.99 and nothing more! help me. How can i contact with apple?

    I can't download from app store apps. if i try then open account and ask me shange payment type because there is a billing problem with a previous purchase. I download one game 0.99 and nothing more! help me. How can i contact with apple?

    Click here and ask the iTunes Store staff for assistance.
    (102938)

  • How can I install iMessage in my iPhone 4 with 5.0.1 ?

    I installed OS 5.0.1 in my iPhone 4 but didn't get iMessage. I've done the same on my iPad 1 and got it.
    How can I install iMessage in my iPhone 4 with 5.0.1 ?

    It's part of the iOS: Settings>Messages>iMessage>On.

  • I have a htc wildfire, and if i try to install firefox from android market place it says that my device is not compatible with firefox. how can i install it ?

    i have a htc wildfire, and if i try to install firefox from android market place it says that my device is not compatible with firefox. how can i install it ?

    According to a random website... the HTC Wildfire S uses a Qualcomm MSM7225 processor. This processor unfortunately does not support the full ARM version 7 instruction set, so Firefox cannot run on it.

  • How can I install Photoshop CS5 on a new iMac with no disc drive

    How can I install Photoshop CS5 on a new iMac with no disc drive?

    Hi,
    Please copy this Link http://trials2.adobe.com/AdobeProducts/PHSP/12/osx10/Photoshop_12_LS1.dmg?PID=2159997
    Now open Adobe.com and go to Products Trials. Click on Acrobat Try now and once the download page appears then paste the above mentioned link in the address bar and then press Enter. Download should start immediately.
    Please let me know if it helps.
    regards,
    Abhijit

  • How can i install google maps on an iphone 3gs with latest os

    how can i install google maps on an iphone 3gs with latest os

    Actually Apple has developed its own maps and no more have it in sync with google as it did before so now apple has its own mapping software.
    http://www.nytimes.com/2012/09/20/technology/apple-ios-6-leaves-out-googles-maps .html?_r=0

  • I transferred my iTunes library from Window PC to MacBook pro and now I cant play songs that I purchased with an earlier ID and Password.  How can I get around this problem?'t

    I transferred my iTunes library from Window PC to MacBook pro and now I cant play songs that I purchased with an earlier ID and Password.  How can I get around this problem?

    Authorize the computer.
    iTunes Store: About authorization and deauthorization - http://support.apple.com/kb/HT1420 - and another helpful post: https://discussions.apple.com/message/17828050

Maybe you are looking for

  • VendorPayables Over due Interest calculation.

    Hi Gurus, Help needed plzz.. needed to caliculate interest on over due payables. There are net 30 payment terma in the system. if for some reason i entered an invoice with invoice date which is  31days or more behind the current date then i need to c

  • How can represent this data in AS3

    I try declare a ArrayCollection like this var arr:ArrayCollection = new ArrayCollection( [{group:"Group One", members:["Jonny", "Tommy", "Lucy"]}, etc..]); I can't declare that using static sentence. So I do it like this: var dpArr:ArrayCollection =

  • Putting lyrics in the score window

    hi, anybody got any tips about putting lyrics under a melody line in score view. i have to notate a few songs for a publisher with lyrics. cheers, sharkboy13

  • Virtual Transport Path to move BI source system dependant objects.

    Currently, our BI Test system (which contains all Transported Objects from BI Dev) is connected to ECC client 100. We want to change BI connection to different Client i.e ECC 115 (this client contain better test Data). We have removed BI connection f

  • Display as Running Sum

    I have a measure in the pivot table with the following options enabled: - Show data as - Percent of - Section - Display as Running Sum Also, I have several sections in the pivot table. The measure result is correct, but when I add totals, I get a str