Recent content by rstrand

  1. R

    Export Table error when table defined with CACHE clause

    With PL/SQL Developer 6.0.5, I export a table that is defined with the CACHE clause using the SQL Inserts tab, but when I Import it, the create table statement has an error because of a blank line before cache. prompt PL/SQL Developer import file prompt Created on Monday, June 27, 2005 by...
  2. R

    special characters in schema name

    I am running into a similar problem, getting ORA-00911 when trying to REVOKE object privileges from a ROLE with a name of _IME_TEST. I modified the SQL to enclose the Role name in "" to make it "_IME_TEST" and it ran OK.
  3. R

    Can OracleSession get LogonUsername and password from Windows 2000/XP logon info

    Is there a way to have Oracle Session get the User ID and Password that was used to login to Windows 2000 or Windows XP and use that for the LogonUsername and LogonPassword?
Back
Top