What types of instructions SQL BI Publisher DO does support?

Hello

The following T - SQL script works OK on MS - SQL Server 2005, but is rejected by BI Publisher (10g)

Yes, this may seem strange: this code actually precedes the actual query select, while she prepares a few temporary tables for her.
I need this to check conditions... (it's for reporting Primavera 8.1)

The script runs without problem on SQL Management Studio Query Panel...
But its setting in a datamodel "SQL Query" at RANDOM (10g), it returns an error: can not generate automatic layout (and cannot 'see')

Could someone tell if the used instructions are (all) compatible with BI Publisher? (10g)
It seems that there are some Beeping cannot parse. (see log error details)

------------------------start----------------------------
Select * into #tmp_prj from pxrptuser.p6project
Select * into #tmp_act from pxrptuser.p6activity
ALTER TABLE NOCHECK CONSTRAINT #tmp_act ALL

create the table #TMP_MILES (mname varchar (255))
INSERT INTO #TMP_MILES (mname) values ('first string')
INSERT INTO #TMP_MILES (mname) values ('second string')
INSERT INTO #TMP_MILES (mname) values ("third string")
INSERT INTO #TMP_MILES (mname) values ('fourth string")
INSERT INTO #TMP_MILES (mname) values ('fifth string")
INSERT INTO #TMP_MILES (mname) values ('sixth string")
/ * using the cursor * /.
declare @cur_store varchar (255)
Set @cur_store = "
declare MonCursor CURSOR FAST_FORWARD for
Select mname in #TMP_MILES
OPEN MonCursor
THEN EXTRACT MyCursor
IN @cur_store
WHILE @FETCH_STATUS = 0
BEGIN

DECLARE @LoopVar int
SET @LoopVar = (SELECT MIN (objectid) OF #tmp_prj)
Then @LoopVar is not null
BEGIN
otherwise there is (select P.objectid, A.projectobjectid from #tmp_prj P, #tmp_act A
where P.objectid=@LoopVar and A.projectobjectid = P.objectid and A.name=@cur_store)
insert into #tmp_act (objectid, projectobjectid, name, wbsobjectid, calendarobjectid, isnewfeedback, autocomputeactuals, percentcompletetype, type, durationtype, review status, status, id, islongestpath, RPT_CURRENT_FLAG, EndDate, baselinefinishdate)
values (654654, @LoopVar, @cur_store, 654654, 654654, 'Y', 'Y', 'Delalande', 'fff', 'zzz', 'aaa', 'sss', 'xxx', 'n', 'F', NULL, NULL)
-print @cur_store
SET @LoopVar = (SELECT MIN (objectid) #tmp_prj TP WHERE @LoopVar < TP.objectid)
END
-Select P.id, P.objectid, B.SID, A.finishdate P, #tmp_act A #tmp_prj where (A.projectobjectid = P.objectid and A.name=@cur_store)
THEN the EXTRACTION OF MonCursor
IN @cur_store
END

CLOSE MonCursor
DEALLOCATE MonCursor
drop table #TMP_MILES

/ * This is the select query, use the tables 'tmp_': also works very well on the query from SQL Management Studio panel...*/

drop table #tmp_prj
drop table #tmp_act
------------------------------------end-------------------------------

Here is the error log:

french text only means: "the statement didn't return the result" (which is essentially...)
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxSTARTxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
[011812_101509915] [] [EXCEPTION] com.microsoft.sqlserver.jdbc.SQLServerException: the instruction did not return the result set*.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:170)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:392)
to com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$ PrepStmtExecCmd.doExecute (SQLServerPreparedStatement.java:338)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4026)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1416)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:185)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:160)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeQuery(SQLServerPreparedStatement.java:281)
at oracle.apps.xdo.dataengine.XMLPGEN.getDefaultStructure (unknown Source)
at oracle.apps.xdo.dataengine.DataProcessor.setDefaultTemplate (unknown Source)
at oracle.apps.xdo.dataengine.DataProcessor.initTemplate (unknown Source)
at oracle.apps.xdo.dataengine.DataProcessor.writeDefaultLayout (unknown Source)
at oracle.apps.xdo.servlet.resources.ResourceServlet.createAutoLayout(ResourceServlet.java:288)
at oracle.apps.xdo.servlet.resources.ResourceServlet.service(ResourceServlet.java:144)
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(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:100)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

>
# < 18 Jan. [2012 10: 15 THIS > < HTTP > < VXP > < AdminServerBIP1 > < error > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1326878109915 > < BEA-101017 > < [path of the module: xmlpserver ServletContext@14316901[app:xmlpserver: / xmlpserver spec-version: 2.5]] Root cause of ServletException.
Oracle.Xml.Parser.v2.XMLParseException: end tag does not match the start tag 'group '.
at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
at oracle.xml.parser.v2.NonValidatingParser.parseEndTag(NonValidatingParser.java:1368)
at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1313)
at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:292)
at oracle.apps.xdo.dataengine.DataProcessor.getSQLRTFLayout (unknown Source)
at oracle.apps.xdo.dataengine.DataProcessor.writeDefaultLayout (unknown Source)
at oracle.apps.xdo.servlet.resources.ResourceServlet.createAutoLayout(ResourceServlet.java:288)
at oracle.apps.xdo.servlet.resources.ResourceServlet.service(ResourceServlet.java:144)
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(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:100)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxERRORLOG ENDxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

The script is running on SQL Server 2005. But there is an error on the NOSE.

Your ideas and/or messages is much appreciated...!
Thank you!

Model data BEEP is expected at this only DML and DDL statements and your script is to combine the two.
In addition even he accepts only and analysis queries DML ONE by data model.
If you want several DML, then you must define several data models.

If your entire script will never run at the BEEP.

If you want to run the process before / after the report is run, then you can call datatrigger using data templates in the data model.
Read here: http://docs.oracle.com/cd/E12844_01/doc/bip.1013/e12187/T421739T434255.htm#3503342

concerning
Jorge
p.s. If your question has been answered then please mark my answer in the form * "Correct" * or * "useful."

Tags: Business Intelligence

Similar Questions

  • BlackBerry smartphones what type and size of memory card the "BOLD" support?

    I would like to replace the 1 GB memory card that comes with my "BOLD" with a larger size. What type of card, should I try to get, and what is the maximum size supported? I have been informed of stories contradictory on what I should look for any help would be appreciated. Thank you

    You are welcome!

    Here is a link to the Wiki entry that gives a good discussion on SD cards...

    http://en.Wikipedia.org/wiki/Secure_Digital_card

    So, this coupled with the information of KB of RIM, would say that BB must be compatible with SDHC cards... because they are (according to the level of the OS) compatible with SD cards 4 GB in size (for vs SD SDHC cutoff point.

    See you soon!

  • What type of resource request the independent auditor does create?

    Hi all -

    I wonder what kind of load of the resource is consumed by separating the listener off the coast of the database. I guess I was under the impression that the listener is not really do much at all the others that handle connections and calls to the database. Is - this reason to assume that the majority of the consumption of resources is in fact still on the database or the listener play a role more impact?

    The question will determine what kind of processing power would be necessary for a server that hosts only the listener. Because it is not really something that changes in the environment, I wonder if it is really necessary to have several virtual machines setup in order to welcome the listener. On that same note, separates the listener on a really separate machine remove any request for conversion of the database?

    Thanks :)

    Hello

    It seems you mixed up to the listener to the database with the APEX listener. The listener of the APEX is not an alternative to the listener of the database (you need even when you use the earpiece of the APEX), but may be an alternative web server for the built-in PL/SQL gateway (EPG, to aid internal XDB HTTP Server of the database) or Oracle HTTP Server (OHS) host your instance of APEX.

    As well as ALEX points out, he will need just as much resources as one of the other web servers. How it will be depends on your use case. Yet once, there no immediate connection with the database listener.

    -Udo

  • What format of subititle Prepremier Pro CS 6 does support?

    I use the first CS 6 Pro. It supports to import subtitles .srt or another format of subtitle?

    If not, is-last version of the first Pro CC support?

    Thank you.

    This link is help for CS6.

    http://help.Adobe.com/archive/en/Premiere-Pro/CS6/premiere_pro_reference.PDF

    Type in the search: tie closed files of legend (CS5.5 and later versions)

    If I understand correctly it doesn't support that mcc and SCC.

  • What versions of browsers are more recent Eloqua does support?

    At one point, the latest version of Firefox has not played so well with Eloqua, so I am wary of my Firefox update, in case this happens again.

    I was looking to see where we are on what version is supported by Eloqua but what I can't find is very old son.

    Can someone tell me?

    Thank you!
    Cheli

    PS. It would be great if this info was always in the same place then we can examine always there for the latest and best.

    Cheli based on your request at the top of this thread, you can now follow these updates in a place that will be always updated releases are pushed out:

    The specified item was not found.

    I still recommend checking the Release Notes not only this information but also for lists of known and fixed issues, and, most important, the new features that will make your modern marketing automation even more successful.

    See you soon.

  • How to detect the SQL type to avoid SQL injection

    Hello

    I work in a company of gsm and we develop a program for analysis of trends. Users of this program can write SQL statements. I want to write sql statements specific as my program input statement (SELECT... from...). Instructions to SELECT most. I have dynamic SQL and PL/SQL blocks in my program. I get user-defined SQL statements and execute dynamic Sql code.

    Here's the problem: I need to understant what type of SQL, they give as my program input parameter to avoid wrong operations (DELETE, TRUNCATE, DROP...)

    First of all I thought to the RegExp to understant if a SELECT SQL or SQL DELETE...

    Is there a recommended on this problem? Oracle has any procedure to detect?

    Thank you

    Hi a_yavuz,

    We had to solve the same problem while we work a project that receives user sql statements, we check the sql as follows:

    lb_bool: = regexp_like (upper (pv_sql),'^ (-() * *(SELECT|))) (WITH)');

  • What type of modem do I need connect my AirPort Extreme to BT infinity

    What type of modem do I need connect my AirPort Extreme to BT infinity

    The question is not really what kind of modem you need... it is rather one of 'approved' modems which provides the BT will be compatible with the AirPort Extreme.

    Unfortunately, the AirPort Extreme and other Apple routers are designed to work with standard DSL and cable type connections.  The fiber is a new ball game, and Apple has not yet learned all the rules for the new game.

    Your best bet would be to publish a list of 'approved' BT here modems and then ask other users who might have the same product and an AirPort Extreme about their experience.

    You can also just ask BT what product they would recommend to work with the AirPort Extreme.  They tell you that they will not support you if you are using the Apple product, so maybe it's something to consider as well.

  • Not sure what type (Variant) to wire in Datasocket read to a waveform.

    Hello

    I have an accelerometer attached to a housing NI USB-6008 and I try to send the readings taken with it to the server datasocket, (see attached files).  I'm not sure what information and variables are necessary to be wired data read vi (Variant) type so that it displays the information on a waveform graph.

    The accelerometer is just by the way an analog voltage.

    Any help appreciated.

    Hi Ultramar,

    How Datasocket got out before the dynamic data Type was created, it doesn't have full support for this type of data. There is an easy solution that you can apply, which converts the DDT into a table 1 d of waveforms. Screw seal (in the zip file) will show you how to proceed.

    You will also need to add an element named 'test' for Datasocket Server Manager, I've included a settings file, you can import into the DS Server Manager.

    Finally, you will need to run the DS server and you will get the communication.

    I wish to indicate that the 6008 is not the best map to read the values of acccelerometer, but the above steps will allow you to send the data. You will need to change the physical hardware DAQ channel in the publisher.vi DS because I modified the DAQ assistance to work with my setup of the computer.

    Concerning
    JamesC
    NIUK and Ireland

    It only takes a second to rate an answer

  • What type of video card to get?

    I have a HP Pavilion a6742p-b PC.

    The integrated graphics are fine for general use, but several games, which I installed refused to run without a graphics caqrd more capable, with more memory etc.

    What type of game card should I do my shopping for this computer? (AGP, PCI-express, etc.).

    I would like to have the dual monitor support if possible. Thank you for any information.

    Charlesb in Texas.

    Thanks, old_geekster, that is great information!

    Dig around for a beefier PS which will suit and hang, max out the RAM to 8 MB and are looking for a PCIexpress card who likes the motherboard.

    I'm happy enough if I can be just a few years behind the curve on the game, a lot of my favorite games back to the last century. -So, is not ready to make the last commands is OK for this machine. Hit capacity so that it can run two monitors and manage more games seems simple enough, and given that I will seek for the video material of last generation, that should offset some of the heftier power load.

    I take a bit of the Pavilion. My trusty old XP machine was destroyed by a weather event, so I did office stuff at home on an old Athlon 400 MHz with 500 MB of RAM and Win98 for too long. Once I have reproduced all data and software on the HP, the old Win98 machine will return to retirement closet once again, with honor, if not with regret.

    Should I publish my experiences pursuing this topic?  I'm a little new here, so I don't know what is appropriate.

    Charlesb

    Message edited by charlesb on 12/03/2009 09:26
  • What type of DVD should I buy to burn my Windows Movie Maker movie? Also, I have Windows DVD Maker, but no DVD burner. What should I buy?

    I created a movie in Movie Maker.  I bought some DVD + r's - the correct burn the movie on?  Also, I don't have a burner, I thought that I did, I can only burn a CD what should I buy?  I don't have a Windows DVD authoring program.

    Hi rondah,.

    Welcome to the Microsoft community newsgroups.

    The type of recordable DVD, you need to use depends on your DVD burner, as well as on your DVD player. Some DVD burners can burn only to certain types of DVD recordable. For example, with some DVD burners, you can only record to DVD + R discs or DVD + RW or DVD-R or DVD - RW discs, while some other DVD burners will let you burn on all of these recordable DVD types.

    As long as your DVD burner supports burning to these types of discs, you can use Windows DVD creation to burn a DVD using one of the following types of recordable and re-recordable DVD media: DVD + R, DVD + RW, DVD - R, DVD - RW, and DVD - ROM. These recordable or rewritable DVDs can be either simple single laminate or single sided double layer.

    You should also consider the device you're using to play the DVD once you have engraved, if possible. Some DVD players and DVD - ROM drives play only certain types of DVD. To determine what types of DVDs your DVD player or DVD - ROM drive can play, see the documentation that came with your device or go to the manufacturer's Web site.

    For more information on which is a DVD burner and why do I need one? Visit this link: http://windows.microsoft.com/en-US/windows-vista/What-is-a-DVD-burner-and-why-do-I-need-one

    For more information on the DVD-Video burning / publish a movie in Windows Movie Maker / Windows DVD Maker

    1: burn a DVD-video disc

    2: DVD-video burning: frequently asked questions

    3: Demo: create a DVD-video disc

    4: change Windows DVD Maker DVD-Video settings

    5: solving problems with creating a DVD-video using Windows DVD creation

    6: which CD or DVD format should I use?

    7: disc burning: frequently asked questions

    8: publish a movie in Windows Movie Maker

    9: work with projects in Windows Movie Maker

    Let me know if it works. Good luck!

    Hope this information is useful.

    Thank you and best regards,

    KKS Vijay

    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • What type of LKM, IKM modules are used in the scenario of perticular?

    Hello

    I doubt, what types of modules are used in the scenario of perticular. For example, I created the FILE interface of FILE FLAT DISH.

    for this I imported LKM FILE SQL and IKM SQL to ADD the FILES of modules. Executed successfully.

    I want to know on "what kind of modules are I have to import, when I try to connect a DB to different DB, flat file DB, flat file to DB etc.

    Please send me any document.

    Thank you and best regards,

    A.kavyakumari.

    Have a look on the following document, a bit old but still is a good overview of most of the widely used available KMs

    http://www.Oracle.com/technetwork/TestContent/oracledi-km-reference-130306.PDF

  • Type of collection SQL % BULK_ROWCOUNT

    Hello

    My goal is to create a procedure that takes as a SQL parameter % BULK_ROWCOUNT and count the number of rows inserted.

    PROCEDURE count_rows (IN rows_in?)

    AS

    l_counter NUMBER: = 0;

    BEGIN

    FOR indx IN rows_in. FIRST... rows_in. LAST LOOP

    l_counter: = l_counter + rows_in (indx)

    END LOOP;

    DBMS_OUTPUT. Put_line (l_counter);

    END;

    Someone knows what to put instead of?.

    Thank you!

    34MCA2K2 wrote:

    It is after all an array of positive integers. You can create a nested table as below & use it.

    No, you can't. Two types of PL/SQL associative array are not same types even thogh they have identical definitions:

    SQL > declare
    2 type type1 is table of the index by pls_integer pls_integer;
    3 type type2 is table of the index by pls_integer pls_integer;
    4 v_type1 type1;
    5 v_type2 type2.
    6 start
    7 v_type2: = v_type1;
    8 end;
    9.
    v_type2: = v_type1;
    *
    ERROR on line 7:
    ORA-06550: line 7, column 16:
    PLS-00382: expression is of the wrong type
    ORA-06550: line 7, column 5:
    PL/SQL: Statement ignored

    SQL >

    So, without knowing the name of type SQL % BULK_ROWCOUNT, we can create procedure. And since Oracle tells us not type name, this cannot be done. Well, technically, it can, but it is better to the purpose:

    SQL > CREATE OR REPLACE
    2 PROCEDURE count_rows (rows_in IN sys. OdciNumberList)
    3 AS
    4 l_counter NUMBER: = 0;
    5 BEGIN
    6 FOR indx IN rows_in. FIRST... rows_in. LAST LOOP
    7 l_counter: = l_counter + rows_in (indx);
    8 END OF LOOP;
    9 DBMS_OUTPUT. Put_line (l_counter);
    10 END;
    11.

    Created procedure.

    SQL > DECLARE
    2 TYPE NumList IS TABLE OF NUMBER;
    3 depts NumList: = NumList (30, 50, 60);
    4 v_counts sys. OdciNumberList: = sys. OdciNumberList();
    5 BEGIN
    FORALL j IN FIU FIRST 6... FIU LAST
    7 REMOVE from emp_temp WHERE department_id = depts (j);
    8 BECAUSE I IN the FIRST ministries... FIU LAST LOOP
    9 v_counts.extend;
    10 v_counts (i): = SQL % BULK_ROWCOUNT (i);
    11 END OF LOOP;
    12 count_rows (v_counts);
    13 END;
    14.
    56

    PL/SQL procedure successfully completed.

    SQL >

    SY.

  • Send String [] [] type of pl/sql function in App.module procedure

    Hello
    I use jdveloper 11.1.1.3.0

    I have a pl/sql procedure. entry type argument is array (TAR) 2 Dimensions:

    types:
    create or replace TYPE ARRAYWEB in the varray (160) of VARCHAR2 (200);
    create or replace TYPE TAR as the ARRAYWEB table;

    Procedure:
    PROCEDURE of translations (info in TAR)

    I want to send the String [] [] type to this procedure from a function in the Application module:

    1: string [] [] str;

    2: CallableStatement plsqlBlock = null;

    3: string declaration = "BEGIN testi(:1); END; « ;

    4: plsqlBlock is getDBTransaction () .createCallableStatement (statement, 0);.

    5: plsqlBlock.setArray (1, str); Get the error

    6: plsqlBlock.executeUpdate ();

    but in line 5 I do not know what type should I use and this type (Array) does not work

    Habib

    Maybe this can help: http://www.devx.com/tips/Tip/22034

    Dario

  • What wrong with this sql?

    What wrong with my sql? When I try to run a plain explain command against it. I get it that perfectly well... If the syntax was wrong, I won't get the plan to explain it, then why am I getting an error number invalid? What is the data? I'm on 10.2.0.3

    Published by: S2K on August 18, 2009 10:21

    Check out this site that has a lot of regular expressions submitted by users: [Library of regular expressions | http://regexlib.com/DisplayPatterns.aspx?cattabindex=2&categoryId=3]

    Then you should do something like you posted:

    WHERE REGEXP_LIKE(RSLT_QTY,)
    
  • How do I know what type of hardcore is used?

    Hi all
    I'm a newbie dba. I was doing a bit of study on the optimizers. Can someone help me to find out what type of optimizer based on CSSTidy is currently used in my database. Is there both table where I can ask questions and whether it is a RBO or a CBO.
    I have another doubt. some body help me please with the difference between the use of "in" and "exist" in a select query.
    Thank you!

    OPTIMIZER_MODE is a level parameter Instance (in initSID.ora or spfileSID.ora file) that you can view with an OPTIMIZER PARAMETER SHOW
    (or by querying V$ PARAMETER).

    Individual sessions can also define specific settings that influence the optimizer with ALTER SESSION command while the SQL statements can include advice (from a large number of tips available) that influence the optimizer.

    IN and EXISTS are semi-join operations. If you use one or the other used depends on which table would be the best driver. However, apparently since the 9i, the optimizer is smart enough to transform queries.

Maybe you are looking for

  • How can I get the favorite folders to show up?

    In my folder on the left side list, display all records. I know I can get TB to view just my "Favorites" folders by going to display. Files, but it seems I can't * be * show just the Favorites, * or * everything. I would like the display to look like

  • Can't see the old records of local e-mail after El Capitan upgraded...

    So I upgraded my Mac to El Capitan friends and it's really messed up with Apple Mail!  I have others have looked at this problem, but don't seem to be getting anywhere. All my old email files stored locally, well, half has disappeared. I have re-inst

  • HP Pavilion: remove media player album art

    I started Windows Media Player and clicked on my music folder.  Media Player immediately started downloading album art for all my music.  I found the setting to prevent that from happening in the future, but it's already too late for music, I cuurent

  • fingerprint t440s deployment manager

    Hi all Please help me - can someone tell me where all the different parameters for the fingerprint 8.01.11 Manager pro are stored? I can't find the settings in the registry. I want to customize the settings of the hundrets of t440s we want to give ou

  • HP Pavilion Notebook 15-p020ca: HP Pavilion p020ca 15, will not capture 5.0 GHz signals

    So my laptop to get signal from my d-link router which was 5.0 GHz, but now it doesn't. It has only been a few days he did this, and I've updated all the drivers. Again is not to choose this signal, what do I do? I really need to use 5.0 GHz as there