Skip to Main Content

Oracle Database Discussions

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

regular expressions in 10g

AChatterjeeMay 26 2010 — edited May 26 2010
Can any body provide good Oracle 10g regular expression tutorial with example link ?

Comments

Gary Graham-Oracle
Hi Sam,

You could try using a much older version of SQL Developer to access 8i. See the bottom of this OTN page for such older downloads:
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev30downloads-1525485.html

Oracle 8i has not been supported for quite awhile, as you can see in these old forum threads:
9598152
1420677

I just checked and sqldeveloper-1.2.1.3213-no-jre.zip downloaded for me.

Regards,
Gary
SQL Developer Team
unknown-7404
>
Is there any way that we can connect oracle 8i with SQl developer? We are rewriting a system with APEX 4.1 and PL/SQL on Oracle 11g R2. However, the legacy system was written in Oracle portal on Oracle 8i platform. We cannot connect SQL developer 3.1.07 to oracle 8i for some reason. Anyone could give us a hint on this?
>
The JDBC 11.x.x drivers do not support 8i or earlier versions of the database and the current sql developer releases use those drivers.

If your Oracle 8 version is 8.17 or later you should use the JDBC 10.2.0 driver; otherwise prior to 8.17 you will need the JDBC 9.0.1 driver to support it.

Here is the official Oracle JDBC page that shows the Oracle DB versions supported for each of the JDBC drivers available and also describes the JDBC jars and what JDK versions they support.
http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#02_01

The various JDBC jar files and supporting files are available via link on that page but no source code.

The official download page for JDBC, SQLJ, Oracle JPublisher and Universal Connection Pool (UCP) is here
http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html

If you download an older version of sql developer as Gary suggested make sure it uses one of the JDBC 10.x or earlier jars and also make sure that the jar you use supports the JDK version you are using. Any mismatch and you will likely have problems. The first link I provided above has ALL of the allowable combinations listed.
Gary Graham-Oracle
A couple more comments about the 1.2.1 mentioned above:

1. It ships with the 10.2.0.3.0 JDBC driver.
2. The exe's run fine on WinXP but are incompatible with Windows 7.

On Windows 7, use a bat file to run SQL Developer directly from Java. For some reason, I also added Java's tools.jar to the classpath.

-Gary
967527
I have the same issue.

I have downloaded SQL Develper v1.1.3 and it connects successfully (so it says on the screen) but then complains that it only supports Oracle v9 .

I guess we do have a very old version.

Will try to look for other SQL tools.
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 23 2010
Added on May 26 2010
2 comments
652 views