Skip to Main Content

SQL & PL/SQL

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 like feature in 9i

Sreekanth MunagalaJul 2 2009 — edited Jul 2 2009
Hi Friends,
The sample data stored in one of the columns in the database is as follows:
SELECT *
FROM
(
SELECT 'MTC-1039195130-Elcoteq' location FROM DUAL UNION ALL
SELECT 'MTC Foxconn India' FROM DUAL UNION ALL
SELECT 'MTC_Hosiden_1798467' FROM DUAL UNION ALL
SELECT 'EMS- MTC-QISDA CORPORATION' FROM DUAL UNION ALL
SELECT 'EMS MTC-BANSHING HKG' FROM DUAL 
)
In all these,i want to replace MTC with XXX.

Database Version:Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production

Comments

249494
I ran : yum whatprovides bugzilla

And this is what it returned on my EL5 x86_64 box:
bug-buddy.x86_64 1:2.16.0-2.el5.0.1 el5_ga_base

You can setup a local repository on your linux box and then use YUM.
http://www.oracle.com/technology/tech/linux/htdocs/yum-repository-setup.html
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 30 2009
Added on Jul 2 2009
11 comments
6,317 views