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

Tags: Database

Similar Questions

  • I want to find the string "EMP1" procedures have this chain of the package

    Hi team,

    I have a package, the package, it has 70 technical acts, I want to find the string "EMP1" what procedures to have this channel under this package.
    If I use dba_source its name from package edition only. not to say about wise procedures in this package.
    can you please help here to find procedure under the package names because I analysis for all of the schema.

    Thanks in advance.

    Thanks and greetings
    Vincent

    Hello

    You can use the pl/sql program to do this by giving the name of the package as an input. It won't like your exact expectations. But of course, it will help you.



    DECLARE

    CURSOR c1 IS

    SELECT *.

    From all_source b

    WHERE upper (b.text) like '% EMP1% '.

    AND b.name = & nom_package

    ONLINE ORDERING;

    CURSOR c2 (ln_line NUMBER) IS

    SELECT *.

    From all_source one

    WHERE b.SID = & nom_package

    AND (UPPER (a.TEXT) LIKE '% FUNCTION %') OR UPPER (a.TEXT) LIKE '% PROCEDURE % '.

    AND a.line<=>

    ORDER BY desc line;

    lv_source all_source % rowtype;

    BEGIN

    I'm in c1 LOOP

    --

    OPEN c2 (i.line);

    Get INTO lv_source c2;

    dbms_output.put_line (' procedure ' | lv_source.) Line: ' text: ' | lv_source. (Text);

    CLOSE C2;

    --

    END LOOP;

    END;

    /




    Concerning

    Patrick Reddy.K

  • Lightroom works only with reduced funktionality. Develop module is not available.  Adobe can not find the license associated with my Adobe why identification code? Every month I pay an amount for PS and LR...

    After the upgrade to Windows 10 Lightroom works only with reduced funktionality. Develop module is not available.  Adobe can not find the license associated with my Adobe why identification code? I bought the license more than 1 year ago. Every month I pay an amount for PS and LR, and for the past 4 months I can't work. Russian support team cannot solve this problem and sent me here.

    Thank you! I reset my password, the problem was in it.

  • I upgraded from Dreamweaver CS4 to CS6. but now "a Technical error occurred - cannot connect to the host. I spent hours with the technician of the host and we can't find the error. I reinstalled DW4 and it connects to accommodate perfectly. Anyone else se

    I upgraded from Dreamweaver CS4 to CS6. but now when I want to download, I "MFP error - cannot establish a connection to the host. I spent hours with the technician of the host and we can't find the error. I reinstalled DW4 and it connects to accommodate perfectly. Anyone else seen this problem?

    Mac OS 10.8.5

    DW6 error code.png
    None of these issues are causing the error in DW CS6. We double-checked all of them and we did everything right. Also I have exactly the same SiteSetup in DW CS4 and that works perfectly well. Might need to factor 6 which did not exist in the 4? Something that is not in the SiteSetup but in a hidden dialog box?

    I can also download my host using Fetch, a third party FTP. And like I said that DW CS4 works very well. So the problem is not with my host, sound with DW CS6 in particular.

    You are most likely missing something fairly simple (some goofy box cache you in some menus random). The best way to solve this problem, without playing 20 questions...

    1 open the site in DWCS4 and go to Site > Manage Sites > export to create a your site settings .ste file.

    2. close DWCS4 and open DWCS6

    3. go to the Site > Manage Sites > Import to import the .ste file to create a new site at DWCS6

    This will create an exact copy of your CS4 settings in CS6. If it still does not work, let know us and someone should have another idea for you.

  • I'm trying to extract the strings and load them into a text-helpplease file

    I'm trying to extract the strings and load them into a file text without space between them - see below

    p_csa = ISCC M4 DP

    where p_csa is a tring to load into a text file



    Code:

    SELECT SUBSTR (p_csa, 0, 0) INTO v_telco FROM DUAL;
    SELECT SUBSTR (p_csa, 1, 4) INTO v_comp FROM DUAL;
    SELECT SUBSTR (p_csa, 5.3) INTO v_csa_prefix FROM DUAL;
    SELECT SUBSTR (p_csa, 8, 4) INTO v_csa_type FROM DUAL;

    fileidinvoice: = UTL_FILE. FOPEN (c_data_location, filenameinvoice, 'W');
    fileidlog: = UTL_FILE. FOPEN (c_data_location, filenamelog, 'W');

    UTL_FILE. PUT_LINE)
    fileidinvoice, v_telco | » '|| v_comp | "|" | v_csa_prefix: "| v_csa_type);


    -the content of the file-

    ISCC M4 DP

    =====================
    I want to remove the space between the chain above for the content of the file should look like this:

    -the content of the file-

    GCSIM4DP

    Hello

    976253 wrote:
    I'm trying to extract the strings and load them into a file text without space between them - see below

    p_csa = ISCC M4 DP

    where p_csa is a tring to load into a text file

    Code:

    SELECT SUBSTR (p_csa, 0, 0) INTO v_telco FROM DUAL;

    Is it always NULL?

    SELECT SUBSTR (p_csa, 1, 4) INTO v_comp FROM DUAL;

    You don't need the double table much in PL/SQL. You can simply say

    v_comp := SUBSTR (p_csa, 1, 4);
    

    Almost all integrated single-row functions work in PL/SQL. (NVL2 is the only one I know who does not work in PL/SQL).

    SELECT SUBSTR (p_csa, 5.3) INTO v_csa_prefix FROM DUAL;
    SELECT SUBSTR (p_csa, 8, 4) INTO v_csa_type FROM DUAL;

    fileidinvoice: = UTL_FILE. FOPEN (c_data_location, filenameinvoice, 'W');
    fileidlog: = UTL_FILE. FOPEN (c_data_location, filenamelog, 'W');

    UTL_FILE. PUT_LINE)
    fileidinvoice, v_telco | » '|| v_comp | "|" | v_csa_prefix: "| v_csa_type);

    What are you trying to do here? For example, what you're trying to put between c_comp and v_csa_prefix?

    -the content of the file-

    ISCC M4 DP

    =====================
    I want to remove the space between the chain above for the content of the file should look like this:

    -the content of the file-

    GCSIM4DP

    If you don't want space, then only concatenate all the spaces in the string before you write it and REPLACE allows you to delete all the spaces that have been copied from p_csa. For example:

    UTL_FILE.PUT_LINE ( fileidinvoice
                , REPLACE ( v_telco || v_comp
                                        || v_csa_prefix
                              || v_csa_type
                       , ' '
                       )
                );
    

    I guess you need the v_comp of separate variables, the v_csa_prefix and the v_csa_type for something.

    I hope that answers your question.
    If this isn't the case, after a complete script that people can run to recreate the problem and test their ideas. Display the results you want (in other words, the contents of the file created).
    Always say what version of Oracle you are using (for example, 11.2.0.3.0).
    See the FAQ forum {message identifier: = 9360002}

  • 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.

  • How can I find the music marked with an exclamation point in my itunes library?

    How can I find the music marked with an exclamation point in my itunes library?

    Hello there rdgernnr!

    I certainly don't want to find the songs that show the "!" and get them to play correctly. If you have not yet done it, read this article: If you see an exclamation point next to your items in iTunes - Apple Support

    More precisely:

    Correct the path of the media file

    Follow these steps to help find the correct location of the file iTunes media:

    1. In iTunes on your Mac or PC, select the song, album, movie, or television show that has the exclamation next to him.
    2. In the MenuBar at the top of your screen, computer or at the top of the iTunes window choose Edition > read the information.
      If you are using Windows and you don't see the menu bar, Learn how to turn it on.
    3. When you see a message asking if you want to locate the file, click search.
      • If you know the location of the file, point to it iTunes and try to read your content.
      • If you do not know the location of the file, search for it:
        Mac: Press ⌘ and space control your keyboard, and then type the name of the movie title, app, song, album or artist.
        Windows: Press the Windows on your keyboard, and then type the name of the movie title, app, song, album or artist. If your keyboard does not have a Windows key, press the Escape (Esc) and control (Ctrl) on your keyboard.
      • If the file is on a network drive or external, plug on the volume of disk or external network.
      • If you find your objects in the trash or recycle bin, restore them to their previous location:
        Mac: Control-click or right-click on the item and choose put back.
        Windows: Right-click on the item and choose restore.
    4. Once you retrieve the file, use Get new Info to locate the file, and then point iTunes to the correct location.

    See you soon!

  • Firefox 8.01 - automatically load the "Getting started with Mozilla... page.

    Firefox 8.01 - whenever I starts, it loads automatically the "Getting started with Mozilla...» "the my home page Tab. How can't we open the tab "Getting started...". » ?

    Hi ricklord303,

    You should take a look at the Knowledge Base How to set the home pagearticle.

    There are the steps in this article to reset your preferences on the default home page. I would try everything first to clear all strangeness. If it works, you can try to set your homepage again to your personal preferences.

    If this does not work you should look at this article on this specific issue and Preferences not savedarticle.

    Hope this helps!

  • Can not find the button start or the taskbar (Windows XP)

    I can't find the button start or the taskbar on my computer.   I ran antivirus program and in the process must have hidden these.  How can I post because I can't go to the start menu.  Unable to access by pressing ESC or in safe mode.

    Hello

    Here is some additional information...

    1. Right-click the Notification area, and then select "Properties".
    2. Open the tab of taskbar, uncheck the box marked "Hide inactive icons".
    3. Click 'OK' to save the changes and exit the Properties window.

    Hope this information is beneficial.

    Thank you

    Aaron
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • If I work for an hour or more first the cursor starts to behave correctly and then the program gets stucked

    my pc is stuck. I doubt that the fan provided within the system does not work. The problem is if I work for an hour or more first the cursor starts to behave correctly and then the program gets stucked and the pc needs a forced closure. And where the driver is placed at the bottom is very hot.

    Original title: Stucks

    Hello

    In addition to becoming the fan if it does not, if it is a desktop computer, clean the inside with a can of compressed air.

    If it's a laptop, check the vents for hair, dust, etc. and do not use a laptop when it is based on material surfaces: bedspreads, blankets, etc.

    If the problem persists, if this is a laptop (as you say only pc, no office or laptop), take it to a local computer and reliable repair shop and get them to open and clean the dust inside...

    Here is an interesting discussion about the reasons of your problem (IF your laptop):

    http://PC-trickandsolution.blogspot.com.au/2011/07/fix-laptop-overheating-shutdown-problem.html

    NB: > however 9 out of 10 cases of overheating are caused by obstruction of the air flow.

    See you soon.

  • I want to create a Web site where people can choose a date and time and click on search, and it will find the photo of my HARD drive and show them on the page, is that poosible? If so could somone tell me how I will pay?

    I want to create a Web site where people can choose a date and time and click on search, and it will find the photo of my HARD drive and show them on the page, is that poosible? If so could somone tell me how I will pay?

    On your local HARD drive? N ° on your web server? Course

    How do you know php? There are exif function that can read EXIF headers on your images. You can use it in conjunction with the functions of file system scanning of the images on your web server. If you have thousands of images, you want to index the results in a database rather than search the real-time file system.

  • I want to develop an application Live TV for BlackBerry PlayBook. Please guide where can I find the specifications such as width, height, and icon sizes and design factors etc.

    I want to develop an application Live TV for BlackBerry PlayBook. Please guide where can I find the specifications such as width, height, and icon sizes and design factors etc.

    Guideleines of the user and the specifications on the sizes of icons etc to BlackBerry PlayBook OS Applications

    OK, I downloaed the pdf below for UI guiderlines

    UI_Guidelines_BlackBerry_PlayBook_Tablet_2_1.PDF

    Ok

  • I can't find the serial numbers for my CS3 and Photoshop CS5 on the page my Adobe products. I registered these past two years

    I can't find the serial numbers for my CS3 and Photoshop CS5 on the page my Adobe products. I registered these past two years. Kenneth Robison

    Contact adobe support by clicking on this link then "still need help" as soon as it appears, https://helpx.adobe.com/contact.html

  • How to find the path of reports to PDF and send them via JAVA?

    Hi expert,

    We have created many reports of OBIEE, how to find the way of reports to PDF and send them via JAVA?
    Catalog/shared /..., but it is a binary file that is not sent to the customers.

    Hey kobe,.

    You can try this:

    http://satyaobieesolutions.blogspot.com/2012/07/setting-up-iBOT-to-save-report-to.html

  • Impossible to download youtube videos, they start for a while and end abruptly.

    Original title: download

    When I download videos from youtube, they start for a while and end abruptly. How can I solve this problem?

    YouTube videos are not intended to be downloaded.  Do you mean while you play them they break? This could mean that there is not enough bandwidth to stream video for you in real time.

Maybe you are looking for