Recent content by rohanale

  1. R

    New Install of PLSQL Developer 11.0.4 not working

    Ah OK. Let me try that. Thanks Rohan
  2. R

    New Install of PLSQL Developer 11.0.4 not working

    Hi, I just installed a copy of PLSQL Developer 11.0.4 (64 bit) and I am trying to get this working. I have installed the Oracle Client 32 bit. I have also added a tnsnames.ora and sqlnet.ora file to the my Client / Network/ Admin directory. I then went into the Environmental Variables and...
  3. R

    Count of Records

    Hi, By default PL/SQL Developer only shows a subset of the records returned from a query. Is there a quick way to get a count of the records returned. Of course I know I can do a select count(*) but if I actually retrieve the records can I get a count quickly. I know I can click the Last...
  4. R

    ODBC Import

    Hi, No all the columns do not show on the preview. Only about 200 of the columns show. The other 100 are missing. When try and import the same file saved as a CSV file, PL/SQL Developer thinks there are only 2 columns in total and not the 300 expected. Thanks Rohan
  5. R

    Create Table from Columns

    Great. Got it. Thanks.
  6. R

    Save Password

    Thanks. All sorted now.
  7. R

    ODBC Import

    Hi, I just tried to import an Excel spreadsheet using the ODBC Import tool in PL/SQL Developer. The spreadsheet has about 300 columns. When I imported not all the columns were imported. Is there a limit to the amount of columns you can import? Thanks Rohan
  8. R

    Create Table from Columns

    Hi, Is it possible to create a new table from the columns in a csv file or Excel file. I have a large comma delimited file with about 100 columns and I am hoping I don't have to create all the columns for the new table manually. Please advise. Thanks Rohan
  9. R

    Text Importer - Only 99 Rows Inserted

    Hi, Ignore this. I sorted it. Thanks Rohan
  10. R

    Text Importer - Only 99 Rows Inserted

    Hi, I just used the Text Importer to import a csv file which has about 5000 rows in it. The import seemed to run OK but it only inserted 99 rows into my new table. Any ideas? Thanks Rohan
  11. R

    Save Password

    Hi, Great. Found the 1st config location but couldn't find the second. Thanks Rohan
  12. R

    Save Password

    Hi, Is it possible in v11 of PL/SQL Developer to save your passwords so you don't have to enter them every time you connect? Thanks Rohan
  13. R

    what versions of pl/sql developer run on windows 8

    Is it still the plan to make PL/SQL Developer work with a 64 bit client?
  14. R

    Quoted CSV Extract

    Hi, Is there an easy way to get a quoted csv extract so all the column entries are in double quotes? Or do I have to code this manually? I only ask because I believe you can do this in TOAD which I used to use not so long ago. Thanks rohanale
Back
Top