Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need Jinitiator plugin for Oracle 1103

989881Feb 7 2013
I have formatted my machine and I've been using Oracle 1103 earlier. Now I'm unable to access as it requires a plugin. None of the browsers can download the plugin. Ideally it should work with Internet explorer.

Comments

I think you mean "odd numbered".
Anyway, here is an example:
select * from (select ename,job, ROWNUM AS rn from emp) where mod(rn, 2) <> 0;

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 7 2013
Added on Feb 7 2013
0 comments
1,134 views