Fine values without any alphabet.

Hello

I need to find values in a filed varchar which did not contain any alphabet (A - Z, a - z).

and very well all the other values (0-9 and one special character and so forth)

i.e.

123

& ^.

$$

@

*

&

& &

Thank you

Jawad

Hi, Jawad,

Regular expressions can be slow.  If performance is a problem, so it's interesting to try this:

SELECT *.

FROM table_x

WHERE LOWER (str) = UPPER (str)

;

I hope that answers your question.

If this isn't the case, please post a small example of data (CREATE TABLE and INSERT statements) and also publish outcomes from these data.

Explain, using specific examples, how you get these results from these data.

Always say what version of Oracle you are using (for example, 11.2.0.2.0).

See the FAQ forum: Re: 2. How can I ask a question on the forums?

Tags: Database

Similar Questions

  • ThinkCenter X 1-Fan, kicking out every minute - temperature of the CPU (88 Cel 190 f) without any charge

    Hi-

    I just brought a new X 1 - All in One ThinkCenter. Due to improper handling, I was forced to reinstall the computer using the Reovery disc. Everything was fine... but now the fan is kicking in every 30 seconds even when the CPU is not used... I apply the flash BIOS (m0hjy30usa) without any positive results...

    Any idea that can help me understand the question? Should I have the latest BIOS flash?

    Thanks a lot for your help

    Hi-

    I tried a couple of solution by myself and a change in the power management... So far, it seems that this has a huge impact on the temperature of the CPU. I'm currently running at 41 Cel. (104 F) and I ran a few tests Stress CPU without any problem. Although the system is 91 C / 195F when the CPU is at 100%... (as usual seems to me at this point). Do you think that I still need to change my processor? I hate doing things if it is not necessary? Do you think I should give a long essay of my solution? Thanks for your help. Sophie,

  • WINDOWS COUNTERFEIT NOTIFICATION APPEARED JUST AFTER YEARS WITHOUT ANY PROBLEM

    EVERYTHING WAS FINE, THEN I UPDATED MY PROGRAM STOPZILLA... NOTICE OF COUNTERFEIT WINDOWS APPEARED AND ALSO LOST MY DESKTOP BACKGROUND, A POP-UP WINDOWS IS NOW TELLING ME THAT MY WINDOWS XP CANNOT BE VERIFIED.  I HAVE no SYSTEM RESTORE for SEVERAL DAYS BEFORE this CHANGE HAPPENED... HE MADE NO DIFFERANCE.   ANY SUGGESTIONS? Help!... Thank you

    Hello

    ·        You are able to boot to the desktop without any problem?

    ·        What is the exact error that you are experiencing?

    ·        This error appears randomly or whenever you access any application?

    ·        You have a genuine copy of Windows XP is installed on the system?

    I suggest you to check if the Windows XP that is installed on the system is authentic. Click on the link below.

    Description of the Windows Genuine Advantage Notifications application

    http://support.Microsoft.com/kb/905474

    I suggest to update your product key on the system and check if the problem is resolved.

    Update your Windows product key

    http://Windows.Microsoft.com/en-us/Windows/help/genuine/product-key

    Once you have updated the product key, windows xp validate and verify.

    Validation is as easy as 1-2-3!

    http://www.Microsoft.com/genuine/validate/validatenow.aspx

    Maybe it's that your system is infected. I suggest you to scan your system for viruses and malware using a care Microsoft and Microsoft security essentials. Check the links below.

    Live Onecare

    http://OneCare.live.com/site/en-us/default.htm

    Microsoft Security Essentials

    http://www.Microsoft.com/security_essentials/

    Malicious software removal tool

    http://www.Microsoft.com/security/malwareremove/default.aspx

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit ourMicrosoft answers feedback Forum and let us know what you think.

  • ORA_ROWSCN continues to increase without any DML

    Hi Experts,

    I use ORA_ROWSCN in ETL for the incremental data capture.
    Problem is that the ORA_ROWSCN continue to increase for some table without any DML.
    Table have ROWDEPENDENCIES.
    There is no audit, trigger, or batch running on the tables.
    Database is 11.2.0.3 on Windows 64 bit OS.
    ETLs perform DML heavy overnight. During the day, max (ORA_ROWSCN) continues to rise for a few tables.

    I noticed that during the questioning of a few paintings, SCN_TO_TIMESTAMP (max (ORA_ROWSCN)) has shown the current timestamp.

    Can cause the "delayed block drain plug" this?
    If this is not the case, is it then any other bug cause or identified?
    Is there enough reliable ORA_ROWSCN?

    Thank you
    Santosh kumar

    Welcome to the forum!
    >
    I use ORA_ROWSCN in ETL for the incremental data capture.
    Problem is that the ORA_ROWSCN continue to increase for some table without any DML.
    Table have ROWDEPENDENCIES.
    There is no audit, trigger, or batch running on the tables.
    Database is 11.2.0.3 on Windows 64 bit OS.
    ETLs perform DML heavy overnight. During the day, max (ORA_ROWSCN) continues to rise for a few tables.

    I noticed that during the questioning of a few paintings, SCN_TO_TIMESTAMP (max (ORA_ROWSCN)) has shown the current timestamp.

    Can cause the "delayed block drain plug" this?
    If this is not the case, is it then any other bug cause or identified?
    Is there enough reliable ORA_ROWSCN?
    >
    Congrats on being one of the few to ask a question which is, as Arte Johnson (of Laugh-In fame) would say, "very interesting".

    Unfortunately for us, you have also provided your own answer! ;)

    Drain plug can cause that? Yes - one of the oddities of the drain plug delay block even with a table by using ROWDEPENDENCIES is that Oracle may not always determine the exact SCN and therefore can use slightly more high when finished.

    Reliable? Yes - ORA_ROWSCN is reliable enough. But, as you will see, you must force the Oracle to drain plug blocks before use ORA_ROWSCN to query the changes.

    The best discussion, which includes the code example, is on the site of challenge from PL/SQL to a fault, a year or two it is
    "Impact of the Serializable Transaction not seen by players (9622).
    http://PLSQL-challenge.blogspot.com/2012/01/rowdependencies-impact-not-seen-by.html

    Anyone with enough interest should read the entire article, long and many answers. You will find them VERY informative. I suggest you add this bookmark to your "Oracle Toolbox.

    I included only a short extract conclusions regarding your question here and the code example illustrating the it.
    >
    Smail:

    I wonder if the ROWDEPENDENCIES guarantees 100% accuracy
    ORA_ROWSCN for each line.
    As far as I understand it, it can still generate false positives, but much less, because each row has its own ORA_ROWSCN that is NOT affected if other lines in the block are updated or locked/jerks, but still can be slightly higher than that of true to the line itself when Oracle it cannot determine precisely when cleaning
    >
    And the answer with the code
    >
    _Nikotin:

    but maybe still slightly higher than that of true to the line itself when Oracle it cannot determine precisely when cleaning.

    Yes, here is the example of the impact of the delay block drain plug:

    drop table plch_test;
    drop table plch_test2;

    create table plch_test (number, varchar2 (100) tilte, number of val) rowdependencies;

    Start
    insert into plch_test values (1, 'creation and validation at level 1', 0);
    insert into plch_test values (2, 'to update and commit to step 2', 0);
    commit;
    end;
    /

    update the value val = 1 plch_test where a = 2;

    change the built-in system buffer_cache;

    commit;

    create table plch_test2 (number, varchar2 (100) tilte, number of val) rowdependencies;

    Start
    insert into plch_test2 values (3, 'create and commit to step 3', 0);
    insert into plch_test2 values (4, 'to update and commit 1e5 times in step 4', 0);
    commit;
    end;
    /

    Start
    because me in 1... loop 1E5
    Update plch_test2 the value val = val + 1 where a = 4;
    commit;
    end loop;
    end;
    /

    Select t.*, Yvert plch_test2 ora_rowscn t
    Union of all the
    Select t.*, plch_test ora_rowscn t
    order by SNA;

    After that, you can see that steps 2 and 3 are reversed in the query result:

    SQL > select t.*, Yvert plch_test2 ora_rowscn t
    2 Union all the
    3. Select t.*, plch_test ora_rowscn t
    4 order of SNA;

    A VAL TILTE SNA
    ---------- -------------------------------------------- ---------- ----------
    1. create and validation, to 1 0 1998971227 step
    3. create and validation, to step 3 0 1998971254
    2 update and validation, 2 1 1999009794 step
    4 update and commit times in step 4 100000 1999224125 1e5
    >
    You can see from the above result to the effect that you get

  • Upgrade 10.2.0.1 to 10.2.0.3 without any installed database.

    Hi all

    I did some tests on Oracle fresh install with upgrade patches.
    The platform is Windows XP 32-bit, and it's just my laptop.

    These are the things I've done:
    1 installed 10.2.0.1 (software only)
    2. upgrade to 10.2.0.2
    3 level to 10.2.0.3
    4. replace the Opatch with the latest version which is 10.2.0.4.5
    5. upgrade to 10.2.0.3 patch 31
    6 use dbca to create a database.

    I've never done this before and the creation of the database was successfully completed without any problems.
    However, I had a few questions about this facility:
    1. do I need to run catcpu.sql?
    2. do I need to run view_recompile_jan2008cpu.sql?
    I think I need to run view_recompile_jan2008cpu.sql because when I fell recompile_precheck_jan2008cpu.sql, he showed that 1716 views and 3365 objects must be recompiled
    3. I used to be able to see the values in the history of register$ of the table, but at this time I wasn't able to see that. This is because I only create my database after I installed patch 31? is there any place where I can check if I have patch 31 installed from the database other than opatch?

    Thank you
    ADHIKA

    Group of hotfixes are cumulative, you don't need to apply the previous to apply the last.
    Regarding the CPU, it is explained in the readme patch CPU documentation:
    "+ You must perform the steps in the Section 3.3.2.1,"Loading files .sql of modification in the database"" and Section 3.3.2.2, "Recompiling views in the database" for any new database only if it was created by one of the following methods: +.
    Using DBCA (Database Configuration Wizard) to select a sample database (general, Data Warehouse, transactional processing)
    With the help of a script that was created by DBCA that creates a database from a sample database
    Cloning of a database that was created by one of the two methods presented above, and if the Section 3.3.2.1, "Loading files .sql of modification in the database" and Section 3.3.2.2, "Recompiling views in the database" were not executed after the CPUJul2009 was"
    Therefore, since you're using DBCA, Yes, you must run catcpu...

    Nicolas.

  • after enter credit card payment information, usd1.00 suddenly deducted without any purchase and reason.

    after enter credit card payment information, usd1.00 suddenly deducted without any purchase and reason. Try to re - check my information made security code lack, tried to re-enter the security code, suddenly deducted another usd1.00 again. Kindly help on this issue. Thank you.

    It is an expectation of approval, and it is only temporary. See: on the payment card's authorization in the iTunes Store - Apple Support.

  • Why does Firefox Mac returns 'Server not found' for a website but Safari on Mac same load site without any problems?

    The financial company Web site www.gmo.com will not appear in Firefox 32.0.02. Server not found is the only result. Safari loads Web site without any problem and Firefox for Windows computer in the House support the site without problem. All the other sites I have access, including banks, Amazon, etc. loads normally.

    What/why the Mac of Firefox version would not be able to to connect/load this site?

    The company of people told me that no one else has reported this problem and other people in my company can access the site. And they cannot reproduce the problem.

    My ISP provider could not see anything from their point of view. And access all computers to the modem/router in the House everything without any problems.

    Anyone have any ideas on what would cause this or how to go about troubleshooting?

    Thank you for your time.

    Looks like it's something on the computer. There are cookies that must be removed individually from the Firefox profile.

    To do this, go to the Firefox Menu, tap Preferences, then tap privacy and then delete cookies or cookies see the. You can search the sites that gives you problems and remove them. Restart Firefox.

    It could also be that you add a DNS server for your connection. 8.8.8.8 is google, but I don't know if this would affect given that the server is not found, not that there is no link, that's why it does not sound like a connection problem, but a cache problem. Use the Profile Manager to create and delete profiles Firefox

  • can I erase the disc without any wireless networks

    I have a time capsule which is my wireless router.  I have not used for time machine because he has older backups of Mac and does not place to save my current iMac.  I can erase the disc without any wireless networks?  I do Air Port utility?

    I can erase the disc without any wireless networks?

    Yes

    I do Air Port utility?

    Yes, see the procedure below

    • Open AirPort Utility
    • Click on the image of the Time Capsule
    • Click Edit in the window that appears
    • Click the disks at the top of the next window
    • Click on clear disk
    • Choose the Quick erase option
    • Click clear

    The procedure will take only a minute or two

  • I need to transfer my history of the text and images from my old iPhone to my new iPhone, but have already moved all other data to my new phone via iTunes and spent time to organize.  How do I reset this transfer without any?

    I need to transfer my history of the text and images from my old iPhone to my new iPhone, but have already moved all other data to my new phone via iTunes and spent time to organize.  How do I reset this transfer without any?  I transfer a 5s to itself.

    For your photos, try importing them to your computer and their synchronization then back to the SE.

    Import photos and videos from your iPhone, iPad or iPod touch - Apple Support

    For your texts, they moved with the backup restore?

  • While on a page web, using one of several browsers, it will take off and scroll down without any input from me. Seems to be intermittent but annoying. All solutions?

    While on a page web, using one of several browsers, it will take off and scroll down without any input from me. Seems to be intermittent but annoying. All solutions?

    This could be a case of interference.   Read this document about it.   Think about the suggestion of new electonic or other nearby wireless devices.   I recently read the someone pen wacom being the culprit.

    Potential sources of interference Wi - Fi and Bluetooth - Apple Support

  • I'm working with Gmail and I see that my browser too old! I have also the same without any extension. Please help me. Thank you

    I'm working with Gmail and I see that my browser too old! I have also the same without any extension. Please help me. Thank you

    You have a user agent which is corrupt and which identifies you as: undefined GoogleToolbarBB

    See:

  • Satellite U920T - 10G - touch screen without any function

    Hello together,

    I have been using the nice nice feature now for a few weeks and start to have trouble with him.

    I have the problem that randomly touch screen without any function, I can touch the screen
    but I want to, but without any reaction.

    It starts just besides the requests or anything before, I just browsing in the web site and a second to another.

    If I restart the PC, everything works normally again, I still using the drivers that have been pre-installed and have no changes for the drivers so far.

    Any suggestions, what could cause this problem?

    Kind regards

    Hello

    In my opinion, a process that controls the touch screen hangs or does not answer more and as a result, you can not touch works.

    Recommend reinstalling the driver of Toshiba + Toshiba UE driver page system.
    If this is not enough to try the system recovery and test the device with factory settings.

  • My book pro 15 Mac since April 2014 retina does not work because of problem of logicboard, and without any reason. Fact it is passed to one of you so early? Do you know something about any recall for this problem?

    My book pro 15 Mac since April 2014 retina does not work because of problem of logicboard, and without any reason.  Fact it is passed to one of you so early? Do you know something about any recall for this problem?

    There is no repair program from Apple for any 2014 Mbit/s at the moment.  Have you taken your MBP to a store for a FREE Apple genius bar?

    Ciao.

  • Using Firefox 4 and Windows 7. Whenever I have to start Firefox from a shortcut to a Web site, what happens with the following error "there was a problem sending the command to the program". The requested site is loaded after that. without any problem.

    Using Firefox 4 and Windows 7. Whenever I have to start Firefox from a shortcut to a Web site, what happens with the following error "there was a problem sending the command to the program". The requested site is loaded after that. without any problem.

    If a shortcut is used while Firefox is already open the error will not occur.

    For me, the problem was the FoxClock extension. Once I disabled it, the problem was gone.

    Hope this helps.

    Olivier

  • Credit card information can be saved to the iPhone without any application

    Credit card information can be saved to the iPhone without any application

    To back up the data on an iOS device, the data must be connected to an application. You can put your credit card info in the Notes. You can put it in the field notes in a contact entry. Mind you, I do not recommend one of these unless you have an access code on your phone.

    Perhaps if you explained exactly what you're trying to do, somebody can formulate a sensible response.

Maybe you are looking for

  • Tecra A4 recognize only 512 MB of memory

    I added 512MB DDR RAM, in addition to the original 512 MB, but the laptop does not recognize all of 1 GB, only 512 MB. The two work packages - new is recommended module from Crucial. Any ideas?

  • Satellite P10 crashes when using the USB port

    Hi all I used my Toshiba 1 year without problem. Recently, I have a problem with my USB port. As sson as I have insert any USB device. The system hangs / crashes(I have to swith it off using the power switch to reboot w/o the usb device). I have remo

  • HP p6-2464eo with the startup problem!

    Hello! I read somewhere this problem s with usb 3.0 to start from, but with my computer is usb 2.0, a problem also. It s works fine when the computer is operational in the running, but I want to change my hard drive and I give up soon! I tried to mak

  • How to transfer all the stuff from an old to a new iPad

    I just bought an iPad mini 4 and want to transfer all the data, etc. original iPad mini to it, and then clear the old send to my grandson

  • HP Pavilion G6 2211nr: upgrade CPU?

    Is it possible to upgrade my CPU and maybe the RAM in my pc? IM replacing the hard drive now because of that not being not able to start windows. So I thought that if im replacing something, why not see if I can move others