Recent content by Covina

  1. C

    PLSQL Developer Connect Error

    I am using the latest 10.0.5 version of the plsql developer software and I use Win 7 prof 64 bit. I have Oracle client 32 bit software installed. We have two linux 5.1 machines one for devl and another for test instances. I can connect to any instances in DEVL machine but I can't connect to...
  2. C

    Docking Tools at same position on different tab pages

    Marco, I like to Dock Tools at same position on different tab pages (make it as default). Connections List Files List Objects List Templates List Windows List Every time I open pl/sql developer the above said tools stacks one above the other stacked up in a disorderly fashion which just pisses...
  3. C

    DBMS Scheduler dbms_output window

    Is that option available in your future release? Can it be done or any work currently in progress?
  4. C

    DBMS Scheduler dbms_output window

    I am using dbms_scheduler to schedule jobs (Stored Procedure). I would like to see the dbms_output of the stored procedure like the dbms_output of the test window. How can I see this? If you can add an extra tab to the existing layout which already has Arguments, Privileges, Email Notifications...
  5. C

    Text Import and ODBC Import Speed

    Is there a way speed up the text import and ODBC import? I do import some legacy MS Access db files a lot. Even with no extra sql formatting overhead it takes about 1.5 hrs for a million row import to Oracle. Am I getting the best out of it or am I missing something. Thanks
  6. C

    Append in Edit Menu?

    Can somebody tell me what Append+ in the Edit Menu does?
  7. C

    Upgrade from 9.0.6 to 10.0 is it free?

    We have a 20 user license for 9.0.6.1665 and can we get upgrade to 10.0 free of charge?
  8. C

    plslq 8.0.4 Installation problem on Windows 7 64 bit

    I installed 8.0.4 on Windows 7 64 bit pc. I am having problem logging into 11g database that resides on my pc. I get initilization error. I did some research and downloaded window 32 bit client and that did not work either. It messed up my oracle database login. I could to db from sqlplus only...
  9. C

    Custom Folders to store Templates in Template List

    I have about a ton of custom templates. Currently, the software does not allow me to create a custom folder so that I can park my templates. Currently, the software allows me to create folders only in the existing folders like Constants, Defaults, DML Statements, ....,Variables. Is this doable?
  10. C

    Beautifier Enhancement

    Hello, Your formatter is a annoying. Here is my sql script: SELECT ppf.person_id ,ppf.full_name ,NVL(ppf.employee_number, ppf.attribute1) emp_num ,UPPER(SUBSTR(ppf.email_address,1,INSTR(ppf.email_address,'@')-1)) email_ID FROM apps.per_all_assignments_f paa...
  11. C

    Auto Replace File Definition Enhancement

    Is there a way to make the Auto Replace File Definition file available from menu so that we can edit on the fly. Currently it is quite cumbersome to edit the file. TIA covina
  12. C

    Enhance Request: Comment Code Options

    Currently, this software has capability to comment by /* comments ending with */. Can we have different options user selectable like the following: -- This is a Test Option 1 REM This is a Test Option 2 Thanks
  13. C

    Another beautifier problem

    Yes, It's annoying, I have insert/update/delete in the formatter to display one item in a row currently, the formatter messes up my code for all oracle built in functions. This is what I wrote and want to retain after I format: decode(substr(hou.internal_address_line,3,1), '1', 'Elementary...
  14. C

    Feature: Project on the fly

    This is what nagging about since a long time. I had posted this question sometime last month titled "Project Based Windows". Marco Kalter was was not able to understand my question. This would be a great feature. Here is my 3 THUMBSUP
  15. C

    Export Explain Plan for Comparision

    Yes, right click mouse botton and copy to notepad works, Thanks
Back
Top