Recent content by kp4dan

  1. K

    Text Importer pauses

    Could you also add an option to write the reject rows to a log or file? I also use the tool to load large tables and it is hard to find the rejected rows after the fact if you continue past them. Thanks.
  2. K

    Enhancement Request: Text Importer to External Table Def

    It would be really cool if after getting the Text Importer set up, we could push a button and get External Table DDL based on the text file we are importing. I often set up external tables after getting initial data set up and debugged with the Text Importer.
  3. K

    Icons not visible after Logon with Remote Desktop

    This happens to me also. The icons retain their shape but are light gray color. Same scenario. Been working via Remote Desktop then come into the office and the icons are messed up. Restarting PL/SQL D is the only way to get them back. A fix would be nice. I'm on a Windows 7 64-bit workstation.
  4. K

    Scheduler Start Date Bug

    Scheduler really simplifies things but there is a show-stopping bug in the Start Date field. This should be a TIMESTAMP(6) WITH TIMEZONE field but is being treated as a DATE. If a job has been defined with a timezone and is then edited, the timezone is discarded and it becomes a UTC -08:00 (for...
  5. K

    When connection is lost

    When Oracle is restarted behind the scenes while I am logged in, the Command window still works, issuing: Warning: connection was lost and re-established. This is excellent! However, the Object Browser just issues: ORA-03113: end-of-file on communication channel, after which it doesn't work at...
  6. K

    Scheduler Jobs: Minor problem with Run Details

    I keep my main windows maximized. I have a scheduler job that failed so I right-clicked on it in the browser and selected View. In the lower panel, I selected the Run Details tab. That report is wider than my screen so the "Additional Details" column was barely visible, but there is no...
  7. K

    Text Importer: No Commit/Rollback after Error - Minor Bug

    I use Text Importer frequently. It is common to find string data in the source file that is too long for the destination table, causing an error message to pop up and ask if I want to continue? Of course, I click No. At this point, the Commit/Rollback buttons are disabled. I then switch to a...
  8. K

    Enhancement Request: Table comments on Describe

    I use the Describe all the time. The pop-up window shows comments for all the columns, but not for the table/view. It would be nice if the table/view comment was shown at the top of the pop-up, when a comment exists. If none exists, just show what we see now. Thanks.
  9. K

    Desktop command line option saves password?

    Did you find out anything on this? Can you tell me where the password has been stored so I can remove it? Thanks.
  10. K

    Desktop command line option saves password?

    Version 7.1.5.1397 12.49302 - 1 user license
  11. K

    Desktop command line option saves password?

    I have used desktop=me for a long time to restore window contents after I have closed PLSD. When I reopen, it prompts me to log in then restores my windows. Today for the first time, I cancelled the login prompt and was surprised to find myself logged in! This seems inappropriate. I don't have...
  12. K

    Describe dblinked table

    When will the Command window work correctly when describing a table over a dblink? desc table@otherdb I hate opening SQL*Plus just for this. Thanks.
Back
Top