Recent content by Jeff Kish

  1. J

    get pl/sql developer working without any oracle client

    Well I have that but it isn't clear without a tnsnames.ora file how to proceed with it. The instructions I saw said to unzip the instant client into a subdirectory of the install of PL/SQL Developer, however then it mentioned setting enviornmental variables to the 64 bit client tnsnames.ora file...
  2. J

    get pl/sql developer working without any oracle client

    Hi. I saw the post where you install instant client from oracle and set some environmentals to the 64 bit tnsnames.ora, but I don't have any oracle on my pc at all. I do connect to an oracle that is on a VM successfully using Oracle Sql Developer (jdbc I assume), but of course PL/SQL Developer...
  3. J

    pl/sql and sql not acting the same

    Hi. I login to pl/sql and test my one line procedure: execute immediate 'create or replace view JTK as select * from myschema.asset'; I get insufficient privileges. I contact the dba and get the privileges. I get the same error. If I stay in my current session and do a 'new' sql window, and...
  4. J

    oracle home windows 7 not logging in

    OK I guess I figured it out? my dos box was in administrator mode. I can run but it has to be in administrator mode. I can deal with this though I don't know if it is normal. regards Jeff
  5. J

    oracle home windows 7 not logging in

    This is mildly interesting. I can login if I go to C:\oracle\product\10.2.0\db_1\BIN and enter "C:\Program Files\PLSQLDeveloper\plsqldev.exe"
  6. J

    oracle home windows 7 not logging in

    I ripped Oracle off my pc and did a complete new install of 10.2.0.1. The old stuff is out of the registry (yeah I had to manually do it since the standalone deinstaler from Oracle and the 'deinstall products' was not working. If I go to this directory I can login to sqlplus and sqlplusw just...
  7. J

    oracle home windows 7 not logging in

    That i interesting since sql*plus and sql developer both work, as well as the normal Oracle utilties. Are you suggesting I reinstall the Oracle client? thanks much! Jeff
  8. J

    oracle home windows 7 not logging in

    Hi Marco. No luck yet.I got this messagebox when I restarted. PL/SQL Developer Initialization error Could not initialize "c:\app\jeffk\product\11.2.0\dbhome_1\BIN\oci.dll" Make sure you have the 32 bits Oracle Client installed. OCIDLL forced to C:\app\jeffk\product\11.2.0\dbhome_1\BIN\oci.dll...
  9. J

    oracle home windows 7 not logging in

    Hi. I can login from here: C:\app\jeffk\product\11.2.0\dbhome_1\BIN> but not these places: C:\app\jeffk\product\11.2.0\client_1\bin C:\app\jeffk\product\11.2.0\client_2\bin
  10. J

    oracle home windows 7 not logging in

    I reinstalled into c:\program files\sqldeveloper but I"m getting ORA-12560: TNS:protocol adapter error. I can run sqldeveloper just fine (but don't want to ;> ) ) Thanks for any hints. Jeff
  11. J

    oracle home windows 7 not logging in

    Hi. I have been trying to figure this out for a while, but keep getting pulled off. I have windows 7 64 bit, and pl/sql developer 8 installed. At the very bottom of this post is my information from oracle info. When I try to connect I tgeht ora-12154: TNS:could not resolve the conect...
  12. J

    dbms_output.putline alternative?

    thanks Scott. I have not familiarized myself with this before. Jeff
  13. J

    dbms_output.putline alternative?

    Hi. I'm trying to log some information in a transaction that fails (no commit...). It is alot and I was wondering if there is an alternative to using the dbms_output.putline as there is a 1M limit to output. thanks Jeff
  14. J

    details for data generator master table usage

    Hi. I can't quite seem to get the data generator to work for the 'master' feature. Can someone tell me what I'm doing wrong? I did the following: choose myobjects in browser window on left activate data generator via menu There are three fields. The third one is one I'd like to populate using...
Back
Top