Recent content by BravoZulu

  1. B

    Import Tables Fails - Not Connected to ORACLE

    FWIW. I've attempted doing the import with a single table in the PDE file. It seemed to be the first table that didn't get any data when I was doing the batch import. The single table fails with the same "Not connected to ORACLE" message. Table has 5 rows. Fields are 6 NUMBER, 5 VARCHAR2, 2...
  2. B

    Import Tables Fails - Not Connected to ORACLE

    Sorry, I noticed your earlier post asked for all the support pages. --- Registry --- SOFTWARE\ORACLE inst_loc = C:\Program Files (x86)\Oracle\Inventory SOFTWARE\ORACLE\KEY_OraClient11g_home1 ORACLE_HOME = C:\oracle\product\11.2.0\client_1 ORACLE_HOME_NAME = OraClient11g_home1...
  3. B

    Import Tables Fails - Not Connected to ORACLE

    Added the parameter to the shortcut (and confirmed in the Support Info shown below). Same result... "Not connected to ORACLE" when trying to Import. Parameters C:\Program Files\PLSQL Developer\plsqldev.exe NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252 Character Sets Character size: 4 byte(s)...
  4. B

    Import Tables Fails - Not Connected to ORACLE

    PL/SQL Developer Version 9.0.6.1665 01.70303 - Unlimited user license Windows 7 (64-bit) 6.1 Build 7601 (Service Pack 1) Physical memory : 4,194,304 kB (4,194,304 available) Paging file : 4,194,304 kB (4,194,304 available) Virtual memory : 2,097,024 kB (1,880,420 available)...
  5. B

    Import Tables Fails - Not Connected to ORACLE

    I was able to go back to PL/SQL Developer version 7.# and the export/import works just fine. I was able to try it out with version 8.0.4 as well but this fails similarly to 9.0.6. I imagine this is some kind of configuration issue. Does anyone have an idea what it might be?
  6. B

    Import Tables Fails - Not Connected to ORACLE

    Using PL/SQL Developer 9.0.6 on Win7 64 bit PC against Oracle 11g DB. Using the Export Tables menu item to create a PDE file (not compressed). When I try to then import those tables into another instance the application displays messages that it is dropping the existing tables, creating the...
Back
Top