Recent content by redgeo1

  1. R

    Index reverse keyword not show in the sql script ON table when the primary key has indexed reverse

    I send the script below: (the view "Index" sheet show the reverse key, but the generated sql text not) -- Create table create table test_table01 ( pkey1 NUMBER(14) not null, state varchar2(10), sys5 date ) partition by range (SYS5) ( partition PREGI...
  2. R

    Index reverse keyword not show in the sql script ON table when the primary key has indexed reverse

    I found a plsql developer 10.0.3 bug?: Table->View->View SQL button: Index reverse keyword not show in the sql script ON table when the table primary key has indexed reverse mode (Database: oracle 11.2)
Back
Top