473,396 Members | 1,756 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

regular expressions in oracle

Is there a setting which must be set in an Oracle database (11g) for the database to run regular expressions?

I have a stored procedure which has a regular expression in it. This stored procedure is in 2 database (development database and a UAT database), it is working on one and it isnt working on the other one. This is impacting my work as I have to fix something which is got from the result of running the regular expression.

Would someone please be able to give me an idea of how to go about looking into this myself? I have searched Google and I cant find anything about a configuration change needing to be made. This database was set up and the people who know anything about it has since left. The rest of the query is running as expected on the 2 machines except it just 'ignores' the regular expression. I have pulled down the version that is working on one machine so I know they are the same code.
Feb 10 '12 #1

✓ answered by rski

Are both DB the same version?
Is "compatible" parameter set to the same value on both db
Under sqlplus execute command
Expand|Select|Wrap|Line Numbers
  1. show parameter compatible
  2.  
How do you call regexp, with owa_pattern procedure or regexp_* functions?
Show here the problematic query.

2 2124
rski
700 Expert 512MB
Are both DB the same version?
Is "compatible" parameter set to the same value on both db
Under sqlplus execute command
Expand|Select|Wrap|Line Numbers
  1. show parameter compatible
  2.  
How do you call regexp, with owa_pattern procedure or regexp_* functions?
Show here the problematic query.
Feb 13 '12 #2
Thank you for your reply. You were correct the version were slight different. It is working now as expected.
Feb 14 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Kenneth McDonald | last post by:
I'm working on the 0.8 release of my 'rex' module, and would appreciate feedback, suggestions, and criticism as I work towards finalizing the API and feature sets. rex is a module intended to make...
1
by: snpe | last post by:
New features in version 10g (commin soon) : SQL Regular Expressions .... regards ---------------------------(end of broadcast)---------------------------
4
by: GenoJoe | last post by:
If you are not new to VB.NET but are new to regular expressions, you need to get a free copy of "Pragmatic Guide to Regular Expressions for VB.NET Programmers". I wrote this guide because all of the...
2
by: Sehboo | last post by:
Hi, I have several regular expressions that I need to run against documents. Is it possible to combine several expressions in one expression in Regex object. So that it is faster, or will I...
2
by: cleo | last post by:
I'm experimenting with Regular Expressions and Windows Forms. Frequently I want a value to be either a valid pattern or empty. For example a Zip code must be 5 digits or may be empty. I know that...
4
by: Együd Csaba | last post by:
Hi All, I'd like to "compress" the following two filter expressions into one - assuming that it makes sense regarding query execution performance. .... where (adate LIKE "2004.01.10 __:30" or...
3
by: a | last post by:
I'm a newbie needing to use some Regular Expressions in PHP. Can I safely use the results of my tests using 'The Regex Coach' (http://www.weitz.de/regex-coach/index.html) Are the Regular...
1
by: Allan Ebdrup | last post by:
I have a dynamic list of regular expressions, the expressions don't change very often but they can change. And I have a single string that I want to match the regular expressions against and find...
13
by: Wiseman | last post by:
I'm kind of disappointed with the re regular expressions module. In particular, the lack of support for recursion ( (?R) or (?n) ) is a major drawback to me. There are so many great things that can...
0
amitpatel66
by: amitpatel66 | last post by:
Oracle 10g feature: Regular Expressions This article will provide information about regular expressions in oracle 10g which the forum members might find it useful. The regular expressions...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.