Extract an a piece of string starting with a number

Hello

I'm new to SQL, I can use some help with the following problem. I need to extract the number of contract of a string, but the position of the contract number and the text inside the string may vary, which means that it is important to link the SELECT statement with the number. Extract only numbers would help too, because the contract number contains letters and other characters. For example, if there is a "Payment for a contract nr 1100/70HE" string, the SELECT statement must be able to extract only '1100/70HE' this string.

Thank you in advance,
Keit

1007555 wrote:
The first three characters of a certain number of contracts are always numbers. If the application needs to find a piece of string, where three characters are numbers. The global chain can look like 'Payment for a contract number 1100/70HE', "Payment of 1100/70HE of the contract", "1100/70HE contract payment" etc. I hope that clarifies it a bit.

SQL> ed
Wrote file afiedt.buf

  1  with t as
  2   (select '"Payment to a contract nr 1100/70HE payment' as str from dual)
  3  select regexp_substr(str,'[0-9]{3}[^ ]+') con
  4* from t
  5  /

CON
---------
1100/70HE
{code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

Tags: Database

Similar Questions

  • my e-mail starts with a number, I can not install my Inbox. Any suggestions?

    I bought an iPhone all nine (the first). My mail to the company (Server/domain) begins with a number, and I can't install it I mean, I can receive emails, but I can't send anything the same mailbox correctly work on android and windows phones. Help, please!

    Your post is a bit confusing. You say that you can not install the account on your phone, but then say you that you receive by email on that account. Have you added the account in settings > Mail, Contacts > calendar? If you did, try to remove and add back. If you mean something else, please explain.

  • How to access a JSON structure key that starts with a number

    I have a strange problem here.  I can access any other JSON structure so I am not able to change it.  The JSON structure keys are named with the characters and numbers like this:

    0198456
    product_id198456
    1Feat Rashaan Houston Tony Loreto
    artistFeat Rashaan Houston Tony Loreto

    So, in other words, there is a key named "0" and a key named "product_id", containing the same key.  Why they did it, I don't know, but they did.

    In one case, the data stored under the key name text is not identical to the digital key named.  I tried to view the data in the digital key like this (it is an array of structures):

    #strStompyJSON.data [1].0 #.

    but I get the following error:

    --

    Found no valid CFML building online 41 in column 31.

    ColdFusion has been looking at the following:

    .0

    --

    When I do the following, it works fine:

    #strStompyJSON.data [1] .product_id #.

    So, it seems that CF does not like to access a variable that begins with a number.  I am able to perform a loop on the structure by using a loop of the collection, and it shows all the keys (including digital) and their values using the following code:

    < cfloop collection = "#strStompyJSON.data [1] # ' item 'key' = > '"
    #key #: #strStompyJSON.data [1] [key] # < br / >
    < / cfloop >

    However, that does not allow me to access specific keys named with a number.  Is it possible that I can access a key that is named more precisely with a number?

    Thank you!

    Mike

    Have you tried the support rating that I proposed in my first answer?  In my tests with your code, it worked without problem.

    Thank you

  • Find the string starts with a string and ending with a year

    Hi all

    I have the following situation.

    I'm in a string TVTdamacus LKK214/342009sstLKK
    I need to select the channel that begin withLKK and end a year. This year can be any year. In this case it is 2009, but it can also be 2012
    In this case the right string would be LKK214/342009
    Does anyone have an idea how I can do this.
    I thank in advance for your help is.

    --------------------------------------------------------------------------------
    Create table test (identification number, name varchar2 (100));

    Insert into test (id, name)
    values (1,'TVTdamacus LKK214/342009sstLKK ');

    Insert into test (id, name)
    values (2,'TVTdamacus LKK24/342012sstLKK ');

    I missed the 'between condition of 20 years' in the above query.

    Fix here...

    SQL> WITH test AS
      2  (
      3      SELECT 1 id,'TVTdamacus LKK214342009sstLKK' name FROM dual UNION all
      4      SELECT 1 id,'TVTdamacus LKK214341999sstLKK' name FROM dual UNION all
      5      SELECT 2 id,'TVTdamacus LKK24/342012sstLKK' name FROM dual UNION all
      6      SELECT 1 id,'TVTdamacus LKK214341989sstLKK' name FROM dual UNION all
      7      SELECT 2 id,'TVTdamacus LKK24344012sstLKK' name FROM dual
      8  )
      9  SELECT
     10      id,
     11      name,
     12      case when to_number(substr(REGEXP_SUBSTR (name, 'LKK[0-9]+[[:digit:]]{4}'),-4))
     13              between extract(year from sysdate)-20 and  extract(year from sysdate)
     14           then REGEXP_SUBSTR (name, 'LKK[0-9]+[[:digit:]]{4}')
     15           else null end newstr
     16  FROM test;
    
            ID NAME                          NEWSTR
    ---------- ----------------------------- -----------------------------
             1 TVTdamacus LKK214342009sstLKK LKK214342009
             1 TVTdamacus LKK214341999sstLKK LKK214341999
             2 TVTdamacus LKK24/342012sstLKK
             1 TVTdamacus LKK214341989sstLKK
             2 TVTdamacus LKK24344012sstLKK
    
  • This query gives the original sequence that increment of original value and start with original number?

    Thank you!

    Select dbms_metadata.get_ddl ('SEQUENCE', 'COURSE_NO_SEQ') of double;

    Hello

    No it will not give the sequence. This u give query will be, how U created the sequence, I mean how u written code for the design of this sequence. That's all...

    After you generate the query, you can use it in another schema, if the sequence is not available with this same name. After you have compiled successfully in other patterns, this sequence will start to give the starting number sequence number...

    See you soon!

  • List of numbers start with a number other than 1?

    Hi all


    I supervised two side by side (since I can't do 1 column 2 text box).

    I need the list numbering from 1 to 5 on the left and 6-10 on the right.

    I can't find a way to change the starting number of the list of numbers. Any ideas how I can do?

    Any help appricated!

    Ordered lists support different numbering schemes and start numbers shifts. Unfortunately Muse doesn't expose all this kind of things, so you need to change the published HTML. Refer to this:

    Ol HTML tag

    Mylenium

  • list starting with the number 6? Help, please

    Is there anyway that I can make a list from one number other than 1? For example 6?

    Best info I could get to- http://www.timrivera.com/tests/ol-start.html

    This seems to work...


    1. It's a

    2. It's two

    3. It's three

  • Determine if the result of the query begins with a number

    I have the results of the query like this

    123PKM
    AAPL
    WB
    9865W
    FC
    QRST

    How can I determine if the result of the query begins with a digit?
    As 123PKM and 9865W do not start with a number.

    But others did not.

    The refind() would make this task very easily. Not tested, but I think that
    It would be the idea.

    #refind('^[0-9]',myQuery.aField,1,false) #.

    ColdFusin documentation in all directions will define completely the
    refind() function capabilities. It will give even some basics
    the syntax of the regular expressions used by this function.

  • Extraction of the bracketed text string data

    I have a bit of SQL to retrieve the text in brackets at the end of a string:
    WITH test_data AS
         (
         SELECT 'Joseph Bloggs (Joe) (THIS)' v1 FROM DUAL UNION ALL
          SELECT 'Robert Holnas (Bob) (THAT)' FROM DUAL UNION ALL
          SELECT 'Mary Mild (THIS)' FROM DUAL UNION ALL
          SELECT 'Jack Jill (THIS)' FROM DUAL
         )
    SELECT v1
        , INSTR(v1, '(') start_bracket_pos
        , INSTR(v1, ')') end_bracket_pos
        , TRIM(SUBSTR(v1,INSTR(v1, '(')+1,INSTR(v1, ')')-INSTR(v1, '(')-1)) current_label
        , (LENGTH(v1) - LENGTH(REPLACE(v1, ')'))) / LENGTH(')') "ct_("
        , (LENGTH(v1) - LENGTH(REPLACE(v1, ')'))) / LENGTH(')') "ct_)"
      FROM test_data;
    Still, it extracts data from the media at the end of the string.

    I was wondering if I can change it to be able to extract the text between for example two sets of brackets - for the above test data, it would be useful to be able to extract the 'Joe' and 'Bob', but also 'CE' and 'WHO' at the end as well. It would be useful to have a column that contains the first support content and the 2nd set of content in another column.

    Is there a switch that I can use for example an INSTR() to return the position of the first open bracket and the 2nd and so on?

    Any advice much appreciated

    Thank you

    A way, using reg exp:

    SQL> WITH test_data AS
      2       (
      3       SELECT 'Joseph Bloggs (Joe) (THIS)' v1 FROM DUAL UNION ALL
      4        SELECT 'Robert Holnas (Bob) (THAT)' FROM DUAL UNION ALL
      5        SELECT 'Mary Mild (THIS)' FROM DUAL UNION ALL
      6        SELECT 'Jack Jill (THIS)' FROM DUAL
      7       )
      8  SELECT v1
      9      , regexp_substr(v1,'\((.*?)\)',1,1,null,1) bracket1
     10      , regexp_substr(v1,'\((.*?)\)',1,2,null,1) bracket2
     11    FROM test_data;
    
    V1                         BRACKET1                   BRACKET2
    -------------------------- -------------------------- --------------------------
    Joseph Bloggs (Joe) (THIS) Joe                        THIS
    Robert Holnas (Bob) (THAT) Bob                        THAT
    Mary Mild (THIS)           THIS
    Jack Jill (THIS)           THIS
    

    The regular expression find something in parentheses (the? makes not greedy, it's important.)
    1 means start over from the beginning of the string.
    Next number means bracket1 "first occurrence", bracket2 is "second occurrence" - you can continue with 3, 4, etc.
    null value uses only the default options for reg exp (here could be option for example for sensitive cases in search).
    Final 1 means that the result is the first 'group' in the reg exp - this only receives us the text in brackets and not the media themselves.

  • How to stop the tab 'Getting started with Mozilla Firefox' to open every time I open FF?

    Everytime I open FF, the tab "Getting started with Mozilla Firefox" opens. I checked and it is not in my list of homepage.

    If I open any additional windows, it does not open.

    But, once I close all the and reopen it again, the tab opens.

    I had a similar problem with some addons (ietab) do the same thing.

    I found the fix for it.

    About: config, filter for 'Start '

    Ones you want to should appear at the bottom.

    Startup.homepage_override_url and startup.homepage_welcome_url

    Double-click on each one and delete the text string. Close and reopen the window to check that it worked.

    As I deleted them both at the same time, I'm not sure who was the culprit. So, I suggest starting by striking first and tests before deleting this one.

  • Is there a way to backup the catalog only not listed in the catalog? "CATALOGUE START WITH" generates double entry.

    The version of DB is 11.1.0.7.

    The 'CATALOGUE START WITH' not only added the backup set that are not in the RMAN catalog, but also added a second copy of files that are already in the catalog.
    The files are not a second copy; they are the same file in the same directory.

    Having two copies of the catalogue, by mistake when you explicitly delete the backups.
    We must add the force clause to avoid the error.
    RMAN > delete backup FORCE tag "off site-1';

    The clause of power ignores any IO error.
    The removal is part of our regular off-site backup script, which returns a false positive error when the clause is omitted.
    I don't want the clause, in order to be informed if the backup set that are supposed to be on the disk is not here, for example, if someone had removed the files manually at the level of the BONE without using rman.

    Is there a way to backup the catalog only not listed in the catalog?
    or maybe delete the copy entry #2 of the catalog?

    Find below an example test scenario:

    RMAN > list backup tag summary "off SITE-1';
    Backup list
    ===============
    S LV TY Device Type delay #Pieces compressed #Copies Tag key
    ------- -- -- - ----------- ------------------ ------- ------- ---------- ---
    12. A DISC 11 JUNE 13 09:41:45 1 1 NO OFF SITE-1
    13. A DISC 11 JUNE 13 09:43:31 1 1 NO OFF SITE-1
    14. A DISC 11 JUNE 13 09:43:33 1 1 NO OFF SITE-1
    15. A DISC 11 JUNE 13 09:43:34 1 1 NO OFF SITE-1

    RMAN > CATALOGUE START WITH "C:\backups\offsite_disk\IBISdatabase\scheduled_offsite";
    the search for all files that match the pattern C:\backups\offsite_disk\IBISdatabase\scheduled_offsite
    ...
    cataloging done
    List of cataloged files
    =======================
    File name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\06OBTJEP_1_1
    File name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\07OBTJI3_1_1
    File name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\08OBTJI5_1_1
    File name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\09OBTJI6_1_1

    RMAN > list backup tag summary "off SITE-1';
    Backup list
    ===============
    S LV TY Device Type delay #Pieces compressed #Copies Tag key
    ------- -- -- - ----------- ------------------ ------- ------- ---------- ---
    12. A DISC 11 JUNE 13 09:41:45 1 2 NONE OFF SITE-1
    13. A DISC 11 JUNE 13 09:43:31 1 2 NONE OFF SITE-1
    14. A DISC 11 JUNE 13 09:43:33 1 2 NO OFF SITE-1
    15. A DISC 11 JUNE 13 09:43:34 1 2 NONE OFF SITE-1

    RMAN > DELETE BACKUP TAG "off SITE-1';
    List backup items
    BP key BS Pc # Cp # status Type room nom_peripherique
    ------- ------- --- --- ----------- ----------- ----------
    24 18 1 1 AVAILABLE DISK C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1 < <-same file
    30 18 1 2 AVAILABLE DISK C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1 < <-same file
    25 19 1 1 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1
    31 19 1 2 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1
    26 20 1 1 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1
    32 20 1 2 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1
    27 21 1 1 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1
    33 21 1 2 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1

    remove the item from backup
    = RECID C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1 backup piece handle = STAMP 24 = 821470356
    remove the item from backup
    = RECID C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1 backup piece handle = STAMP 25 = 821470356
    remove the item from backup
    = RECID C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1 backup piece handle = STAMP 26 = 821470356
    remove the item from backup
    = RECID C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1 backup piece handle = STAMP 27 = 821470357
    6 objects deleted

    RMAN-06207: WARNING: 4 items could not be removed for DISC due channels
    RMAN-06208: status do not match.  Use the OVERLAP command to set status
    RMAN-06210: list of relevant objects
    RMAN-06211: =.
    RMAN-06212: filename/Type object Handle
    RMAN-06213: --------------- ---------------------------------------------------
    RMAN-06214: part C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1 of backup
    RMAN-06214: part C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1 of backup
    RMAN-06214: part C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1 of backup
    RMAN-06214: part C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1 of backup

    Hello

    List of Files Unknown to the Database
    =====================================
    File Name: /oracle/product/10.2.0/db_2/dbs/hc_db10g.dat
    File Name: /oracle/product/10.2.0/db_2/dbs/initdb10g.ora
    File Name: /oracle/product/10.2.0/db_2/dbs/lkDB10G
    File Name: /oracle/product/10.2.0/db_2/dbs/.initTestDB.ora.swp
    File Name: /oracle/product/10.2.0/db_2/dbs/snapcf_db10g.f  
    
    Do you really want to catalog the above files (enter YES or NO)? no
    

    Here you can see the database says 'Unknown files to the Database list' and then asks to added above files. These files are of no use to the RMAN. So I went no.. But the backup in the directory file is cataloged twice already, but watch copy 1 when asked of RMAN. Probably, it might be a bug and it is advised to increase SR with oracle to resolve the problem.

    Thank you!!

  • CHECK THE LOGS OF APPSERVER. THE SITE STARTED WITH INTERNAL DEFAULT SETTINGS, REASON OF: bea.jolt.ServiceException: invalid Session

    Hello

    I install peopletools 8.50 with application MFC 9.0 with Oracle 11 g on Windows 8 (32 bit). Everything went well and I installed with success of the PIA and peoplesoft signon page becomes also open in my browser.

    But the question is when signon page appears in the browser it see the following error:

    CHECK THE LOGS OF APPSERVER. THE SITE STARTED WITH INTERNAL DEFAULT SETTINGS, REASON OF: bea.jolt.ServiceException: invalid Session

    And even I am not able to connect to PIA by using the id of PS.

    I went through several threads about the same question and tried to replace

    psserver = gaurav:9000


    in the file configuration.properties with the IP address which, right now, is:

    # For example: psserver = SERVER1:9000, SERVER2:9010, SERVER3:9020

    # = "Application Server Connection String" sd, ld = "this string represents the failover and the chain for PIA to connect to Application Server load balancing areas.»  For more information, consult the recommendations of PeopleBooks on failover and load balancing.  The format is psserver = AppSrvr:JSLport, where AppSrvr is the fully qualified domain name.   Multiple areas must be separated by commas", tip =" "Format: psserver = AppSrvr:JSLport where AppSrvr is your fully qualified domain name, for example psserver = SERVER1.oracle.com:9000, SERVER2.oracle.com:9010" "

    psserver = 192.168.0.1:9000

    but always without success.

    More for more information, I am able to connect in Data Mover designer both App. and I installed everything on a single computer only.

    There is no error in the APPSRV_0611.LOG file and stderr is empty.

    In stdout, he says:

    The query for the process failed error code = 0 x 80041033Error: WMIExecute query fails.

    It is said in PSRENSRV_0611.LOG:

    8088.7232 [June 11, 2013 13:23:43] (Notice) nssock: listening on 0.0.0.0:7180 (http://gaurav:7180)

    8088.7232 [June 11, 2013 13:23:43] (Notice) nsmain: race of PeopleSoft PSRENSRV 8.50

    8088.772 [June 11, 2013 13:23:43] (Notice) nssock: from

    8088.772 [June 11, 2013 13:23:43] (Notice) nssock: accepting connections

    8088.772 [June 11, 2013 13:35:27] (FATAL) nssock: trigger recv() failed: win32 error code: 10054

    8088.6660 [June 11, 2013 13:35:27] (FATAL) nskn: recv(): "win32 error code: 10054'."

    Likewise in the peoplesoft.log of the Web server, there is no error. PIA_access.log is empty

    In PIA_weblogic.log, there is error for which I share a small part of it:

    # < 11 June 2013 09:40:06 IST > < Info > < J2EE > < gaurav > < PIA > < [pending] ExecuteThread: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1370923806774 > < BEA-160151 > < Registered Library Extension-Name: bea_wls_async_response (JAR). >

    # < 11 June 2013 09:40:08 IST > < Info > < EJB > < gaurav > < PIA > < [pending] ExecuteThread: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1370923808759 > < BEA-010008 > < EJB deployment file: mejb.jar >

    # < 11 June 2013 09:40:09 IST > < Info > < EJB > < gaurav > < PIA > < [pending] ExecuteThread: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1370923809509 > < BEA-010009 > < EJB deployed EJB with JNDI name ejb.mgmt.MEJB. >

    # < 11 June 2013 09:43:36 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924016604 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:43:37 IST > < WARNING > < Socket > < gaurav > < PIA > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1370924017314 > < BEA-000449 > < socket closure as no data read from it during the configured timeout of 5 seconds >

    # < 11 June 2013 09:43:45 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924025978 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:44:28 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924068361 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:44:40 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924080564 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:45:24 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924124860 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:53:11 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924591240 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:53:23 IST > < Info > < ServletContext - > < gaurav > < PIA > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1370924603271 > < BEA-000000 > < ERROR: WebProfile loading internal settings by default due to an Exception during communication with "gaurav:9000" >

    # < 11 June 2013 09:57:28 IST > < opinion > < WebLogicServer > < gaurav > < PIA > < thread - 1 > < < WLS Kernel > > <><>< 1370924848565 > < BEA-000388 > < JVM called WLS closing hook. The server will force shutdown now >

    # < 11 June 2013 09:57:28 IST > < warning > < WebLogicServer > < gaurav > < PIA > < thread - 1 > < < WLS Kernel > > <><>< 1370924848567 > < BEA-000396 > < server shutdown was requested by < WLS core > >

    # < 11 June 2013 09:57:28 IST > < opinion > < WebLogicServer > < gaurav > < PIA > < thread - 1 > < < WLS Kernel > > <><>< 1370924848579 > < BEA-000365 > < server status changed to FORCE_SUSPENDING >

    # < 11 June 2013 09:57:28 IST > < Info > < hats > < gaurav > < PIA > < thread - 1 > < < WLS Kernel > > <><>< 1370924848599 > < BEA-149059 > < Module of peoplesoft application /helloportletapp is STATE_ACTIVE of STATE_ADMIN transition on server PIA. >

    # < 11 June 2013 09:57:28 IST > < Info > < hats > < gaurav > < PIA > < thread - 1 > < < WLS Kernel > > <><>< 1370924848601 > < BEA-149060 > < /helloportletapp Module of the peoplesoft application successfully spent STATE_ACTIVE to STATE_ADMIN on server PIA. >

    and when I start PIA by running 'startPIA.cmd' he read of the news:

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    JoltSessionPool: Domain //192.168.0.1:9000 is not available

    JoltSessionPool: Domain //192.168.0.1:9000 is not available

    java.lang.Throwable

    at psft.pt8.net.NetReqRepSvc.sendRequest(NetReqRepSvc.java:586)

    at psft.pt8.net.NetService.requestService(NetService.java:152)

    at psft.pt8.net.NetReqRepSvc.requestService(NetReqRepSvc.java:349)

    at psft.pt8.net.NetSession.connect(NetSession.java:336)

    to psft.pt8.net.NetSession. < init > (NetSession.java:208)

    at psft.pt8.jb.PPMSession.connectWithBlob(PPMSession.java:173)

    at psft.pt8.jb.PPMSession.connect(PPMSession.java:95)

    at psft.pt8.jb.PPMInstrumentorDBInterface.checkConnect (PPMInstrumentorDB

    Interface.Java:80)

    at psft.pt8.jb.PPMInstrumentorDBInterface.getMonitorURL (PPMInstrumentorD

    BInterface.java:116)

    at psft.pt8.util.PIAPerfUtil.initializePSPerf(PIAPerfUtil.java:378)

    at psft.pt8.util.PIAPerfUtil.reinitializePSPerf(PIAPerfUtil.java:294)

    at psft.pt8.util.PIAPerfUtil.reinitializePSPerf(PIAPerfUtil.java:282)

    at psft.pt8.psp.service (unknown Source)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run

    (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet (StubSecuri

    tyHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute (ServletStubImpl.jav

    one: 292)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter (FilterChainImpl.ja

    will: 56)

    at psft.pt8.psfilter.doFilter(psfilter.java:109)

    at weblogic.servlet.internal.FilterChainImpl.doFilter (FilterChainImpl.ja

    will: 56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationActio

    n.Run(WebAppServletContext.Java:3588)

    to weblogic.security.acl.internal.AuthenticatedSubject.doAs (Authenticate

    dSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:)

    121.)

    to weblogic.servlet.internal.WebAppServletContext.securedExecute (WebAppS

    ervletContext.java:2200)

    at weblogic.servlet.internal.WebAppServletContext.execute (WebAppServletC

    ontext. Java:2106)

    at weblogic.servlet.internal.ServletRequestImpl.run (ServletRequestImpl.j

    AVA: 1428)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Please help me on this issue as well as possible.

    Thanks in advance

    Gerard

    Well thank you understand input Gpotti. I have succesully it is resolved.

  • Regular expression matches the string starts by &amp;

    Hello

    I'm writing a Reg Exp, which removes all string starts by '&' and ends by '; '. In other words, I am trying to remove something similar to:
     & nbsp;  & quot; & lt; & gt;  
    Any help please.
    It does not work:
    select regexp_replace (ename, ' ^ & [a - z] {2,4} [;] $') of PGE;
    Kind regards
    Fateh

    Like this?

    SQL> with t as
      2  (
      3  select 'xyz & nbsp; test' str from dual
      4  )
      5  select regexp_replace(str,'&.*?;') str
      6  from t
      7  /
    
    STR
    ---------
    xyz  test
    
  • Apex listener start with port 8080

    Hi all
    If I want the listener of the apex to start with port 8080.How can I do this?


    -bash-3, $ 2 java-Dapex.images=/home/tomcat/apache-tomcat/webapps/ROOT/i-Dapex.port=8080-jar apex.war
    NEWS: Check out: /apex_4.0.2/apex.war
    See: ' java-jar apex.war - help' for a full range of configuration options
    INFO: Extraction to: / tmp/apex
    SEVERE: method java.lang.System.console with signature (Ljava.io.Console); not found.
    java.lang.NoSuchMethodError: java.lang.System.console method with signature (Ljava.io.Console); not found.
    at ___embedded.___EntryPoint.apexImages(___EntryPoint.java:104)
    at ___embedded.___EntryPoint.main(___EntryPoint.java:91)

    What can be the problem...




    Best regards

    Rafi.

    Published by: Rafi (Oracle DBA) August 12, 2011 03:36

    Hey Rafi,

    great to hear you got it working now!
    Please mark this thread as a response if your problem is resolved.

    Thank you

    Udo

  • Why my DVD does not start with the film and not on the menu?

    HI -.

    I'm just starting to use yet.

    I import my film as a timeline, my PSD as a Menu, link the button in the menu to the timeline and tie the end to the Timeline action to return to the Menu.  I get no error, when I check prior to construction.

    But when I play the DVD, the menu is entirely ignored.  The movie just started.  End action works and I can navigate the Menu using the remote control, but I want the disc to start with the Menu.

    What Miss me?

    TIA your instruction.

    JL

    Hello

    In this case, first of all, I would check my first piece of the project. You can check the first play in the drive properties in the properties panel.

    Click on the disk icon in the window of the chart and look at the properties of the disc in the properties panel.

    If you want your menu to play first you insert the disc in the drive, then this menu must be set as the first piece of theatre.

    I hope this works.

    Thank you

    Ramesh.

Maybe you are looking for