Recent content by Terry Dykstra

  1. Terry Dykstra

    Generate sequential number while importing text

    I'm using the text importer to load csv files and I need to automatically create a sequence number. This will allow me at a later point in time to save the data back to a text file in the same order as the original csv file. Currently I'm using a work around by opening the csv in Excel, adding...
  2. Terry Dykstra

    Save to Excel Enhancement request

    That option doesn't do anything for a Test Window. Saving from the SQL Output tab always goes to .xls
  3. Terry Dykstra

    F1 Help no longer works

    That's it. Thanks!
  4. Terry Dykstra

    Save to Excel Enhancement request

    When saving the results of a query in a Test Window, you only get the option to Copy to Excel, with no choice of .xls or .xlsx format. Please add .xlsx as an option, similar to the SQL Window options.
  5. Terry Dykstra

    F1 Help no longer works

    I'm running 10.0.2 on W7-64 and I'm no longer able to get Help when I highlight a command and press the F1 key. This used to work just fine in version 9. I've rebuild the HTML Manuals book list and that did not help.
  6. Terry Dykstra

    Visual clue that item is under source control

    Is there an option to have a visual clue that an item is under source control (VCS) and if so, whether it is checked in/out?
  7. Terry Dykstra

    Access violation with Plastic SCM

    I'm using Plastic SCM 4.1.10.326 as my source control and when I use the command 'Get from VCS' I get the following error, even though the 'Get' does work: --------------------------- Error --------------------------- Access violation at address 08984214 in module 'VCS.dll'. Read of address...
  8. Terry Dykstra

    Bulk collect hangs

    Increasing the shared pool fixed the problem. Thanks.
  9. Terry Dykstra

    Bulk collect hangs

    I have the following code (stripped down) in a before update trigger. The cursor finds 4 records. The moment I try to step into a line where I try to get a value from the first row of t_invoices(i) (i=1), PLSQLDeveloper just hangs. Anybody seen this? I'm using 7.1.5.1397. DECLARE...
Back
Top