Can I use oracle client 10g express to work on oracle 11g database

I have installed an oracle DB 11g, I also installed oracle client 10g express edition to create users and tables. I noticed that the users I created can't connect to db with error message "Error java.sql.SQLException: ORA-01017: invalid username/password; logon denied" and tables I created can't access from my program. I get error message "Error java.sql.SQLException: ORA-00942: table or view does not exist". I start to suspect that client 10g express edition can't use with oracle 11g. Please help.
any suggestion is appreciated.
Thanks,
-- Allen --

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\temp>cd \oracle\app\oracle\product\10.2.0\server\BIN
C:\oracle\app\oracle\product\10.2.0\server\BIN>
C:\oracle\app\oracle\product\10.2.0\server\BIN>cd \temp
C:\Temp>set ORACLE_HOME=C:\oracle\app\oracle\product\10.2.0\server
C:\Temp>set ORACLE_SID=XE
C:\Temp>set PATH=%ORACLE_HOME%\bin;%PATH%
C:\Temp>type C:\oracle\app\oracle\product\10.2.0\server\NETWORK\ADMIN\tnsnames.o
ra
XE =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = FCC003L)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = XE)
TEST =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = FCC003L)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = TEST)
ORA11B =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = LAB2)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = ORA11B.example.com)
EXTPROC_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
      (SID = PLSExtProc)
      (PRESENTATION = RO)
ORACLR_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
      (SID = CLRExtProc)
      (PRESENTATION = RO)
C:\Temp>sqlplus system/oracle@ora11b
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jul 3 18:26:14 2008
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - ProductionWith the Partitioning, Oracle Label Security, OLAP, Data Mining,
Oracle Database Vault and Real Application Testing options
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Pr
oduction
With the Partitioning, Oracle Label Security, OLAP, Data Mining,
Oracle Database Vault and Real Application Testing options
C:\Temp>

Similar Messages

  • Oracle Client 10g Express Edition (ADO, C++, Visual Studio 2008)

    OS: Windows XP SP2
    I made a test programm allowing to work with Oracle 10g Express Edition. Connection with server works, commands are followed, but at the exit from function wmain Visual Studio it buzzez (слышал такое, если нет, то посмотри по другому словарю?) for some time (around 5 minutes) and module mistake crt0dat.arises in __crtExitProcess. function.
    You can have a look at the mistake here: http://img365.imageshack.us/img365/2125/oravssi1.jpg
    Where the mistake can be?
    Connections with MSSQL и MySQL servers work without problems with the stated algorithm.
    #ifndef _WIN32_WINNT
         #define _WIN32_WINNT 0x0501
    #endif
    #include <Windows.h>
    #ifdef _DEBUG
         #define _CRTDBG_MAP_ALLOC
         #include <crtdbg.h>
    #else
         #define _RPTW0
         #define _RPTW1
         #define _CRT_ERROR 1
    #endif
    #import "c:\Program Files\Common Files\system\ado\msado15.dll" no_namespace rename("EOF", "EndOfFile")
    INT wmain(INT iArgC, PWCHAR pwcArgV[])
         // COM init
         if (S_OK != CoInitializeEx(NULL, COINIT_MULTITHREADED))
              _RPTW0(_CRT_ERROR, L"CoInitialize");
              return -1;
         // DB connect
         _ConnectionPtr pCnn;
         while (TRUE)
              if (S_OK != pCnn.CreateInstance(__uuidof(Connection)))
                   _RPTW0(_CRT_ERROR, L"pCnn.CreateInstance");
                   break;
              try
                   _bstr_t strCnn(L"DRIVER={Oracle in XEClient};dbq=PORTAL:1521/XE;uid=zorkey;pwd=******;");
                   pCnn->Open(strCnn, L"", L"", adConnectUnspecified);
              catch (_com_error& e)
                   _RPTW1(_CRT_ERROR, L"pCnn->Open (%s)", e.Description().GetBSTR());
              try
                   //pCnn->Execute(L"INSERT INTO ZORKEY_COMPUTER(COMPUTERID, COMPUTERNAME) VALUES(2, 'TEST')", NULL, adConnectUnspecified);
              catch (_com_error& e)
                   _RPTW1(_CRT_ERROR, L"pCnn->Execute (%s)", e.Description().GetBSTR());
              if (adStateOpen != pCnn->GetState())
                   break;
              break;
         // DB close
         if (NULL != pCnn)
              if (adStateClosed != pCnn->GetState())
                   pCnn->Close();
              pCnn.Release();
         CoUninitialize();
         return 0;
    }Formatted code can be seen at http://rafb.net/p/Rvz1wL74.html

    You are right. You should use OCCI 11g to work with VS2008. Download the compatible libraries from here: http://www.oracle.com/technology/tech/oci/occi/occidownloads.html

  • How can I use firefox to access Oracle's 10g Express Edition Database script editor?

    I have installed Oracle's 10g Express Edition (xe) Database in my computer, which is running Ubuntu 10.04 64-bit. I can access the database through the command line and by using the web interface on Firefox. However, the script editor doesn't work with Firefox. The scripts are not shown and I'm unable to edit them.

    I have installed Oracle's 10g Express Edition (xe) Database in my computer, which is running Ubuntu 10.04 64-bit. I can access the database through the command line and by using the web interface on Firefox. However, the script editor doesn't work with Firefox. The scripts are not shown and I'm unable to edit them.

  • Using TOAD 7.6.0.11 with Oracle Client 10g (Release 2)

    So far, I've been using Oracle Client 9i.
    I decided to install Oracle Client 10g and thus copied 9i's tnsnames.ora over to 10g. The problem is when I fire up TOAD. It doesn't show the 10g client in the drop down menu nor in the Oracle Home Editor button. It only shows 9i (i.e., ias_home)
    How do I make 10g visible to TOAD?

    Use SQL Developer or try to post it in other forum...<br>
    <br>
    Nicolas.

  • Can i use my european airport express in israel as a client for streaming music?

    can i use my european airport express in israel as a client for streaming music?
    thank you!

    Yes. There may be regional differences in the number of available wireless channels but it should work. Its power supply is universal.

  • Oracle DB 10g express edition & APEX for application development for free?

    Can we use Oracle DB 10g express edition & APEX for application development for free? Are there any license fees?
    Thanks

    Hi,
    both Oracle DB 10g express edition & APEX for application development is free.
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • Oracle Client 10g XE licensing inconsistencies

    Oracle Client XE downloads require to accept "OTN License Agreement for Oracle Database Express Edition"
    http://www.oracle.com/technetwork/licenses/xe-license-152020.html
    but debain package oracle-xe-client_10.2.0.1-1.0_i386.deb contains different license in the file
    /usr/share/doc/oracle-xe-client/copyright
    This licenses do not match and the former states:
    "BETA TRIAL LICENSE: ...provided to you by Oracle solely for evaluation purposes until January 31, 2006"
    Does it effectively means that Oracle Client 10g XE cannot be legaly used at all?

    OTN uses the same license for both client and server download. See
    http://www.oracle.com/technetwork/database/express-edition/downloads/102xelinsoft-102048.html
    In my question I asked only about license inconsistencies on client software available as oracle-xe-client_10.2.0.1-1.0_i386.deb. I did not check if oracle-xe_10.2.0.1-1.0_i386.deb or oracle-xe-universal_10.2.0.1-1.0_i386.deb have the same sort of license inconsistencies, because I am currently not interested in XE database server.

  • How many devices can you use on an airport express wirelessly?

    How many devices can you use on an airport express wirelessly? Does it matter how many devices you have?

    The Express supports up to ten clients.

  • Forward me the link for installing Oracle Client 10g on Windows 7 64-bit?

    Hi
    Can anybody send me the link for downloading Oracle Client 10g on Windows 7 64-bit?
    Regards

    Arizuddin wrote:
    Actually i installed TOAD for oracle v9.5 on laptop with Windows 7 ultimate
    it gives 'Cannot find OCI DLL: oci.dll'. It seems TOAD for Oracle is a 32-bit only app, which means that it requires a 32-bit Client.
    You might also want to stay away from installing Toad under "Program files (x86)".
    Consider taking a look at Oracle SQL Developer - a very good alternative to the toad.
    http://www.oracle.com/technetwork/developer-tools/sql-developer/index.html
    For other questions specific to Toad, please see e.g. toadfororacle.com.

  • Oracle Client 10g R2

    Hi People,
    what is the latest Version of the Oracle Client 10g R2
    we have 10.2.0.1
    is 10.2.0.2 available?
    and where can i find the download-site for oracel client software.
    one other question
    is there a special download-area for oracle software
    i mean not the otn and not metalink?

    Please note: eDelivery is a customer download site so all software that you download is basically restricted by a 30-day eval license (unless you are a licensed customer)..
    OTN typically has all the most current full releases (including the client) that are available with a more flexible development license so it's best to get it here unless you are ready to license.

  • Exercise 4.3 in Hands-On Oracle DB 10g Express Ed for Windows

    This is just an FYI ... (and a great suggestion to post this comment here as well for correction of documentation by an Admin in Oracle XE forum)
    Exercise 4.3 in Hands-On Oracle DB 10g Express Ed for Windows is for demonstrating the use loops. According to the text the last example in this exercise is supposed to output the same code as the first two examples. This is incorrect. The code for the last example is a FOR LOOP:
    FOR l_loopCounter IN 0 .. 10 LOOP
    This example will necessarily take the loop through eleven times instead of the expected ten times according to the text. Thus the output looks something like this:
    0 1 2 3 4 5 6 7 8 9 10 Loop Exited
    Statement processed.

    Thanks. Good info.
    And thanks for putting it in this forum as well as the XE forum. The doc developers will get the message from here, but might not from the XE forum.

  • Conncet oracle client on Windows XP/7 to oracle 10g RetHot Linux server

    I have installed oracle 10g on Rethot Linux and oracle client 10g installed on windows 7 .how to connect oracle server from oracle client in different OS. Please give me step .

    Please Help Me..
    I have installed Oracle 11g server Release 2 on Oracle Enterprise Linux Release 5 Update 5 using VMWare and oracle 11g client R2 installed in windows 7 (host).My question is how to connect Oracle Server from Oracle Client?

  • Following error occurs while oracle client 10g installation on Linux 5

    Following error occurs while oracle client 10g installation on Linux 5
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)

    user8862191 wrote:
    Following error occurs while oracle client 10g installation on Linux 5
    What is Linux 5? Do you mean Oracle Enterprise Linux (OEL) 5 ???
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)

  • Installation oracle client 10g fails

    Hi,
    I am installing the oracle client 10g in a machine with windows 2000 server advanced with SP4.
    At the end of the installacion, this when in 99 %, he(she) returns this mistake to me
    "abnormal program termination" and "updating registry key".
    Someone knows something of this mistake.
    Thank you

    Hi,
    Also check you have already install oracle software before.. if yes first uninstall complete oracle software which installation previously and delete related values from registry and try to install again.
    regards
    Taj

  • Can I use a second Airport Express on the 1st floor to boost the signal from the 2nd floor Airport Express?

    We have a wiFi network with on Airport Express on the upper floor. Watching NetFlix via AppleTV on the television downstairs is annoying since it stops to buffer the video every few minutes (NetFlix works smoothly upstairs, closer to the Airport Express). Can I use a 2nd Airport Express downstairs to boost the signal? If so, how do I configure it?

    Yes, you can use a second 802.11n AirPort Express Base Station (AXn) to extend the range of the first one.
    Here are the basic steps to do so:
    Dynamic WDS - Extending a Wireless Network Setup
    If practical, place the base stations in near proximity to each other during the setup phase. Once done, move them to their desired locations.
    Open AirPort Utility, and then, select the base station that will connect to the Internet.
    Choose Manual Setup from the Base Station menu, or double-click the base station to open the configuration in a separate window. Enter the base station password if necessary.
    Click AirPort in the toolbar, and then, click Wireless.
    Choose “Create a wireless network” from the Wireless Mode pop-up menu, and then, select the “Allow this network to be extended” checkbox.
    Next, select the base station that will extend this network, and then, choose Manual Setup from the Base Station menu, or double-click the base station to open its configuration in a separate window. Enter the base station password if necessary.
    Choose “Extend a wireless network” from the Wireless Mode pop-up menu, and then, choose the network you want to extend from the Network Name pop-up menu.
    Enter the base station network and base station password if necessary.
    Click Update to update the base station with new network settings.
    (ref: Pages 43-44 of Apple AirPort Networks.)

Maybe you are looking for

  • Re-Publishing an iWeb site with GoDaddy

    I am having a very frustrating issue when a attempt to re-upload my already made iWeb site onto a domain that I am paying for through GoDaddy. I started the site two years ago with a two year plan for hosting on GoDaddy. Everything was fine for those

  • What is the use of types tab in global settings in smartforms?

    Hi, Please let me know with examle, the use of Types tab in global settings in smartforms. Thanks.

  • Disregard a phone call on the iPad (NOT end it)

    I have a question about continuity phone calls: Is it possible to disregard an incoming phone call on the iPad? I not mean end the call, but to continue working on the iPad until my spouse answer the call on the iPhone

  • Ink changing color

    I use my HP Photosmart 3310 All-in-One to print photos for art class.  I must spray fixative on the photos and then use a gesso to simulate brush strokes.  The gesso gel which is transparent changes the color of white to pink.  Is there a solution to

  • Unlock files and folders in TC

    I use TC as a regular ext. HD. No TM. So, I locked some folders and files, now I can't unlock them. Info options doesn't work. What may I do?