Query using link help?

I'm quite new in the world of SQL and I'm having a problem with an application using binding. I use SQL Developer (3.1.07).
If I run the query with no binding, everything works fine. Normal occasions I have run this query on the day I want my totals and I get my desired results:

HIS SELECTION. CRAFTS, nvl (SUM (SA. (LABORHRS), 0) ' loaded hours. "
SOL_SCHEDULEBASELINEWOASGMNT SA
LEFT JOIN SOL_SCHEDULEBASELINE ON SB SB. BASELINEID = SA. BASELINEID
WHERE SB. DATECODE = "DAILY".
AND TO_CHAR (SB. FROMDATE, "MON-DD-YYYY") = TO_CHAR (SYSDATE, ' DD-MON-YYYY "")
AND TO_CHAR (SB. TODATE, 'DD-MON-YYYY') = TO_CHAR (SYSDATE, ' DD-MON-YYYY "")
AND TO_CHAR (SA. SCHEDULEDATE, "MON-DD-YYYY") = TO_CHAR (SYSDATE, ' DD-MON-YYYY "")
Sa.craft group
sa.craft asc order

BOATS loaded hours
---------- -------------------
CONTROL.     24
12 MM
MT 6


BUT * I want to enter my own date rather than use sysdate. This will be for when I get bored of running this for a day, wonder for the values of an earlier date, etc...
The value will always be the same for all three date fields (SB. FROMDATE, SB. TO DATE, SA. SCHEDULEDATE)
I modified the request here and the query still works very well at this stage: (I use April 1, 2012 to my link...)

HIS SELECTION. CRAFTS, nvl (SUM (SA. (LABORHRS), 0) ' loaded hours. "
SOL_SCHEDULEBASELINEWOASGMNT SA
LEFT JOIN SOL_SCHEDULEBASELINE ON SB SB. BASELINEID = SA. BASELINEID
WHERE SB. DATECODE = "DAILY".
AND SB. FROMDATE =: DDMONYYYY
AND SB. TODATE =: DDMONYYYY
AND TO_CHAR (SA. SCHEDULEDATE, "MON-DD-YYYY") = TO_CHAR (SYSDATE, ' DD-MON-YYYY "")
Sa.craft group
sa.craft asc order

BOATS loaded hours
---------- -------------------
CONTROL.     24
12 MM
MT 6

Now I change my request to what follows, I get a different result:

HIS SELECTION. CRAFTS, nvl (SUM (SA. (LABORHRS), 0) ' loaded hours. "
SOL_SCHEDULEBASELINEWOASGMNT SA
LEFT JOIN SOL_SCHEDULEBASELINE ON SB SB. BASELINEID = SA. BASELINEID
WHERE SB. DATECODE = "DAILY".
AND SB. FROMDATE =: DDMONYYYY
AND SB. TODATE =: DDMONYYYY
AND SA. SCHEDULEDATE =: DDMONYYYY
Sa.craft group
sa.craft asc order

BOATS loaded hours
----------- ------------------
CONTROL.     10

All columns have a Date data_type.
As soon as I change SA. SCHEDULEDATE of

AND TO_CHAR (SA. SCHEDULEDATE, "MON-DD-YYYY") = TO_CHAR (SYSDATE, ' DD-MON-YYYY "")

TO

PAM SCHEDULEDATE =: DDMMYYYY

He keeps the results I need back.

Why is this? Does anyone have an idea of what's going on here? Any help would be GREATLY appreciated!
Thank you

Hello

Welcome to the forum!

I'm not very familiar with SQL Developer. Should bind variables DATE? Other Oracle products; in them, you must use VARCHAR2 variables, like this (which works in SQL * more):

VARIABLE  ddmonyyyy     VARCHAR2 (11)
EXEC     :ddmonyyyy := '01-Apr-2012';

SELECT        SA.CRAFT
,        NVL (SUM (SA.LABORHRS), 0)     as "Loaded Hours"
FROM             SOL_SCHEDULEBASELINEWOASGMNT        SA
LEFT JOIN      SOL_SCHEDULEBASELINE              SB   ON   SB.BASELINEID = SA.BASELINEID
WHERE     SB.DATECODE                       = 'DAILY'
AND        TO_CHAR (SB.FROMDATE,     'DD-MON-YYYY') = :ddmonyyyy
AND        TO_CHAR (SB.TODATE,       'DD-MON-YYYY') = :ddmonyyyy
AND        TO_CHAR (SA.SCHEDULEDATE, 'DD-MON-YYYY') = :ddmonyyyy
GROUP BY  sa.craft
ORDER BY  sa.craft     ASC
;

It's very similar to your original query, where you have used TO_CHAR on all your DATE columns.

Moreover, it would be more effective liaison conve\rt variable of a DATE, rather than convert the DATE on each row of a VARCHAR2. In other words, replace the comparisons as

AND        TO_CHAR (SA.SCHEDULEDATE, 'DD-MON-YYYY') = :ddmonyyyy

with

AND        SA.SCHEDULEDATE >= TO_DATE (:ddmonyyyy, 'DD-MON-YYYY')
AND        SA.SCHEDULEDATE <  TO_DATE (:ddmonyyyy, 'DD-MON-YYYY') + 1

If is a coding more. It is up to you to decide if the efficiency improvement is worth.

Published by: Frank Kulash, April 1, 2012 20:31

Tags: Database

Similar Questions

  • XPath query using DONKEY with AIR3.9 for iOS app

    We build an app for iOS using AIR 3.9 where we load and parse the xml document so that we can read the path of images and download stuff on iOS device. To resolve this issue, we found a solution using XCode via DONKEY where query using XPath such as 'PerformXPathQuery', 'PerformXMLXPathQuery', 'xmlReadMemory"etc.. The code runs and when build Simulator itself on mac computer. But when we're packing DONKEY with AIR 3.9, it gives the error that says that: -.

    Error occurred during the application of packaging:

    For architecture armv7 httpd Undefined symbols:

    "_xmlReadMemory", referenced from:

    _PerformXMLXPathQuery in libnet.example.download.a (ExampleLib.o)

    LD: symbol not found armv7 architecture

    Compilation failed during execution: ld64

    I tried connecting binary with libraries such as 'libxml2.dylib', 'libxml2.2.dylib' and libz.dylib + added header files libXML to the header in the build properties search path, but had no help.

    our AIR 3.9 platform xml looks like: -.

    " < platform xmlns =" http://ns.Adobe.com/air/extension/3.9 ">

    < > 4.0.0 sdkVersion < / sdkVersion >

    < linkerOptions >

    < option > - ios_version_min 4.2 < / option >

    < option > - frame UIKit < / option >

    < option > - framework Foundation < / option >

    < option > - framework CoreText < / option >

    < / linkerOptions >

    < / platform >

    can anyone suggest where we are going wrong!

    Thanks in advance

    Found the solution, it was missing the framework connects to the xPath library in platform.xml

    follow the instuctions from the link below: -.

    http://forums.Adobe.com/thread/1037904

    Thanks to the adobe team

  • I click on start and go to help and Support application, but a pop-up appears «Microsoft compilation error code 800A03EE, can be used to help and support...» Help

    "When I open start and click Help and support, it opens the page, but when I click on one of the options, as the information systems, troubleshooting or Ant other option a square small pop-up appears with the following message" Windows Script Host

    Script: C:\windows\help\oem\scripts\Launch.jse

    Online: 1845

    Char: 3

    Error: Expected ') '

    Code: 800A03EE

    Sourse: Microsoft JScript Compilation error

    For this reason pop until I can't use the help and support that came with the HP Pavilion notebook PC

    HOW THIS CAN BE SOLVED? Help please

    Will search for your answer

    Hi Petey61,

    ·         Did you do changes on the computer before the show?

    ·         Why you try to open the help and support?

    Follow the suggestions below for a possible solution:

    Method 1: Try the SFC (System File Checker) scan on the computer.

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

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

    Method 2:

     

    Step 1: Create a new user account.

    Follow the link below to create a new user account and check if the problem persists.

     

    http://Windows.Microsoft.com/en-us/Windows-Vista/create-a-user-account

    If the problem is resolved, the fix for the damaged user account.

    Step 2: Difficulty of damaged user account.

    Follow the steps in the below link to fix a corrupted user account.

    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

    It will be useful.

  • Query using progressive relaxation take more time for execution

    HI gurus,

    I'm creating a query using the context and the progressive relaxation index

    I had started using progressive relaxation after obtaining the forum entries {: identifier of the thread = 2333942}. With the help of progressive relaxation takes more than 7 seconds for each request. Is there a way we can improve the query performance?
     create table test_sh4 (text1 clob,text2 clob,text3 clob);
    
    begin
       ctx_ddl.create_preference ('nd_mcd', 'multi_column_datastore');
       ctx_ddl.set_attribute
           ('nd_mcd',
            'columns',
            'replace (text1, '' '', '''') nd1,
             text1 text1,
             replace (text2, '' '', '''') nd2,
             text2 text2');
       ctx_ddl.create_preference ('test_lex1', 'basic_lexer');
       ctx_ddl.set_attribute ('test_lex1', 'whitespace', '/\|-_+');
       ctx_ddl.create_section_group ('test_sg', 'basic_section_group');
       ctx_ddl.add_field_section ('test_sg', 'text1', 'text1', true);
       ctx_ddl.add_field_section ('test_sg', 'nd1', 'nd1', true);
       ctx_ddl.add_field_section ('test_sg', 'text2', 'text2', true);
       ctx_ddl.add_field_section ('test_sg', 'nd2', 'nd2', true);
     end;
    
    create index IX_test_sh4 on test_sh4 (text3)   indextype is ctxsys.context   parameters    ('datastore     nd_mcd   lexer test_lex1 section group     test_sg') ;
    
    alter index IX_test_sh4 REBUILD PARAMETERS ('REPLACE SYNC (ON COMMIT)') ;-- sync index on every commit. 
    
    
    SELECT SCORE(1) score,t.* FROM test_sh4 t WHERE CONTAINS (text3,  '
    <query>
    <textquery>
    <progression>
    <seq>{GIFT GRILL STAPLES CARD} within text1</seq>
    <seq>{GIFTGRILLSTAPLESCARD} within nd1</seq>
    <seq>{GIFT GRILL STAPLES CARD} within text2</seq>
    <seq>{GIFTGRILLSTAPLESCARD} within nd2</seq>
    <seq>((%GIFT% and %GRILL% and %STAPLES% and %CARD%)) within text1</seq>
    <seq>((%GIFT% and %GRILL% and %STAPLES% and %CARD%)) within text2</seq>
    <seq>((%GIFT% and %GRILL% and %STAPLES%) or (%GRILL% and %STAPLES% and %CARD%) or (%GIFT% and %STAPLES% and %CARD%) or (%GIFT% and %GRILL% and %CARD%)) within text1</seq>
    <seq>((%GIFT% and %GRILL% and %STAPLES%) or (%GRILL% and %STAPLES% and %CARD%) or (%GIFT% and %STAPLES% and %CARD%) or (%GIFT% and %GRILL% and %CARD%)) within text2</seq>
    <seq>((%STAPLES% and %CARD%) or (%GIFT% and %GRILL%) or (%GRILL% and %CARD%) or (%GIFT% and %CARD%) or (%GIFT% and %STAPLES%) or (%GRILL% and %STAPLES%)) within text1</seq>
    <seq>((%STAPLES% and %CARD%) or (%GIFT% and %GRILL%) or (%GRILL% and %CARD%) or (%GIFT% and %CARD%) or (%GIFT% and %STAPLES%) or (%GRILL% and %STAPLES%)) within text2</seq>
    <seq>((%GIFT% , %GRILL% , %STAPLES% , %CARD%)) within text1</seq>
    <seq>((%GIFT% , %GRILL% , %STAPLES% , %CARD%)) within text2</seq>
    <seq>((!GIFT and !GRILL and !STAPLES and !CARD)) within text1</seq>
    <seq>((!GIFT and !GRILL and !STAPLES and !CARD)) within text2</seq>
    <seq>((!GIFT and !GRILL and !STAPLES) or (!GRILL and !STAPLES and !CARD) or (!GIFT and !STAPLES and !CARD) or (!GIFT and !GRILL and !CARD)) within text1</seq>
    <seq>((!GIFT and !GRILL and !STAPLES) or (!GRILL and !STAPLES and !CARD) or (!GIFT and !STAPLES and !CARD) or (!GIFT and !GRILL and !CARD)) within text2</seq>
    <seq>((!STAPLES and !CARD) or (!GIFT and !GRILL) or (!GRILL and !CARD) or (!GIFT and !CARD) or (!GIFT and !STAPLES) or (!GRILL and !STAPLES)) within text1</seq>
    <seq>((!STAPLES and !CARD) or (!GIFT and !GRILL) or (!GRILL and !CARD) or (!GIFT and !CARD) or (!GIFT and !STAPLES) or (!GRILL and !STAPLES)) within text2</seq>
    <seq>((!GIFT , !GRILL , !STAPLES , !CARD)) within text1</seq>
    <seq>((!GIFT , !GRILL , !STAPLES , !CARD)) within text2</seq>
    <seq>((?GIFT and ?GRILL and ?STAPLES and ?CARD)) within text1</seq>
    <seq>((?GIFT and ?GRILL and ?STAPLES and ?CARD)) within text2</seq>
    <seq>((?GIFT and ?GRILL and ?STAPLES) or (?GRILL and ?STAPLES and ?CARD) or (?GIFT and ?STAPLES and ?CARD) or (?GIFT and ?GRILL and ?CARD)) within text1</seq>
    <seq>((?GIFT and ?GRILL and ?STAPLES) or (?GRILL and ?STAPLES and ?CARD) or (?GIFT and ?STAPLES and ?CARD) or (?GIFT and ?GRILL and ?CARD)) within text2</seq>
    <seq>((?STAPLES and ?CARD) or (?GIFT and ?GRILL) or (?GRILL and ?CARD) or (?GIFT and ?CARD) or (?GIFT and ?STAPLES) or (?GRILL and ?STAPLES)) within text1</seq>
    <seq>((?STAPLES and ?CARD) or (?GIFT and ?GRILL) or (?GRILL and ?CARD) or (?GIFT and ?CARD) or (?GIFT and ?STAPLES) or (?GRILL and ?STAPLES)) within text2</seq>
    <seq>((?GIFT , ?GRILL , ?STAPLES , ?CARD)) within text1</seq>
    <seq>((?GIFT , ?GRILL , ?STAPLES , ?CARD)) within text2</seq>
    </progression>
    </textquery>
    <score datatype="FLOAT" algorithm="default"/>
    </query>',1) >0 ORDER BY score(1) DESC

    Progressive relaxation works best when you select only a limited number of lines. If you retrieve ALL the rows that satisfy the query, then every step of easing should run without worrying.

    If you collect - say - the first 10 results, then if the first step in the relaxation gives 10 results so there is no need to execute the next step (actually, due to the internal buffering, which won't be exactly true but he is theoretically correct).

    The easiest way to proceed is to reformulate the query in the form

    SELECT * FROM)
    (Score select (1) SCORE, t.* FROM test_sh4 t WHERE CONTAINS (Text3, '))


    ...


    (1) > 0 ORDER BY score (1) DESC
    )
    WHERE ROWNUM<=>

    You have discovered that wildcards don't work too well, unless you use SUBSTRING_INDEX. I encourage you to avoid completely if possible, or push down much lower in the progressive relaxation. Usually, GIFT % is a useful term (matches GIFTS, GIFTED, etc.), DON % is generally more effective.

    There are a lot of steps in your progressive relaxation. It you want to reduce the number of steps, you can change:

    ((GIFT and percent of the GRID and STAPLES % and CARD %)) in Text1
    ((GIFT and percent of the GRID and STAPLES % and CARD %)) in Text2

    TO

    ((CADEAU % et % de la GRILLE et AGRAFES % et CARTE %) * 2) within Text1 ACCUM ((GIFT and percent of the GRID and STAPLES % and CARD %)) in Text2

    I don't know if it would have performance benefits - but it is worth trying to see.

  • I use the helper downloader (ver. 2.2) when you save a video of WWII, during the reading period, I get some equidistant points from the screen and Flash

    I use the helper downloader (ver. 2.2)
    When you save a video of WWII on my Windows 7 Desktop, during the period of the video, I get points at equal distance between the screen and flashing arrow as well. What is the problem with my download?

    [email protected]

    Which may be caused by a problem with the codec that is used by this video and who is not taken care of correctly.

    You can open this video in another video player to see if it works there?

    What kind of video is it?

  • Opening links in a new tab will also load the link on the problem of temporamental currnt tab that comes and goes. Sometimes using links from google as well.

    Opening links in a new tab will also load the link on the problem of temporamental currnt tab that comes and goes. Sometimes using links from google as well. Never had this problem before. Also the SafeSearch feature on google has itself locked on strict, not too much problem, but has happened at the same time my links and tabs not working like I want.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • System restore calendar is empty, cannot set new points and cannot use Windows help.

    Original title: registry problem affecting system restore etc.

    The system restore calendar is empty, I can't put new points, and I can't use Windows help because I can not type in the dialog box. If the problem is described in the doc #313853, the solution he proposed did not. Defeating my cleanups registry also seems not to help. Any suggestions?

    To all of you who have tried to help me with this problem, I recently came across a solution - I had to reinstall Internet Explorer, which I think had been compromised by my registry cleaner. I never use, so it didn't occur to me that there is something wrong with it. But that seems to have fixed all the problems.

  • In XP, try to use Guided Help get message 'guided help can be downloaded right now.

    I use Windows XP sp3 32-bit. I want to use Guided Help. But it shows a message that, ' guided help can be downloaded right now. Now, how can I download and use guided help?

    Hi RiponMajumder,

    Which edition of XP are you using?

    You must be logged on to Windows by using an administrator account to install and use Guided Help, and you need to run Windows XP Home Edition, Windows XP Professional, Windows XP Media Center Edition or Windows XP Edition Tablet PC.

  • I use Windows Vista and you want to use a help file (.hlp).

    I use Windows Vista and you want to use a help file (.hlp). There should be a program to allow this, but I can't find the download button. http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=6EBCFAD9-D3F5-4365-8070-334CD175D4BB&displaylang=en

    Please advise or suggest another location

    Thank you

    Hello

    Be sure to get one that fits your version of Windows.

    I can not open Help files that require the Windows Help program (WinHlp32.exe)
    http://support.Microsoft.com/kb/917607

    Windows Help program (WinHlp32.exe) for Windows 7
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=258AA5EC-E3D9-4228-8844-008E02B32A2C&displaylang=en

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • to use the help of a friend (distance) the configuration steps should I take?

    Hello

    use the help of a friend remotely, configuration steps I have to take?

    1. I see nothing in the services to enable

    2. I don't see anything in the windows firewall so that it

    3. what one thing I see in the computer properties in the Advanced section, I can help vink (enable) of distance.     Wil only be this option enough to get help from a friend or remotely?

    My second question is

    I know there are third party software to make contact with the client computer (remote assistance).

    are there any simple quiet easy to use for customers and third party free software, if so wat is the name of it?

    Thank you

    Johan

    Hi Johan

    You can use built-in Windows 7 Remote Assistance.

    What is Windows Remote Assistance? :

    http://Windows.Microsoft.com/en-us/Windows/what-is-Windows-remote-assistance#1TC=Windows-7

    There are also third-party products.

    Access, manage and support computers remotely:

    https://secure.LogMeIn.com/

    TeamViewer:

    http://www.TeamViewer.com/en/index.aspx

    Concerning

  • New Acrobat XI Pro said that my serial number is not valid.  I typed exactly as it is on the box.  It was new/never used.  Help?

    New Acrobat XI Pro said that my serial number is not valid.  I typed exactly as it is on the box.  It was new/never used.  Help?

    Serial numbers are not ON the box where anyone can see and fly

    Find your http://helpx.adobe.com/x-productkb/global/find-serial-number.html serial No.

  • Using Linked clones with a data disc?

    We expect on the creation of our BASE image with a 50 GB C:\ drive.  For the moment, we will not use Thinapp, so the few apps we need for our people call center will be installed on the base image. We also plan to use the profile unit of Liquidware Labs and will use linked Clones.  My question is, do I have to create a data disc (D:\) to install Apps or just expand the C:\ drive?

    If the user data (documents, computers of desktop, thems and local profiles) will store locally and needed to preserve for the future and use the redirection of the user's data and set separate drive for this.

    In the case where the user data is Vagabond (stored and shared in the Center), then do not use that feature, simply create a bigger drive C.

  • SPARQL query using varying paths

    Hello

    I have a chart in Oracle I like to do query using Jena 2.6.4 and OracleJenaAdaptor 11.2.0.3

    IND:123: ind:124 hasA
    IND:124: ind:125 Hilmi
    IND:125: hasC ind:126
    IND:123: coward ind:127

    Is there a way to build a sparql query to return all the ind: without 'hard-conding"the full property name? Something in these lines (note that this query doesn't really work).

    Select *.
    where {ind:123 (: has *) +? x}

    Thank you.

    Hello

    If you have created a virtual model before, then will do the following. Note that I am assuming that the virtual model is created based on two 'my_asset', 'my_model' models and modules OWLPRIME.

    Piece attached attachment = Attachment.createInstance (new String() {"my_model"},
    (New String() {"OWLPRIME"}, InferenceMaintenanceMode.UPDATE_WHEN_COMMIT, QueryOptions.ALLOW_QUERY_INVALID_AND_DUP).

    Chart GraphOracleSem = new GraphOracleSem (oracle, "my_asset", room attached, true);
    graph.performInference ();

    Thank you

    Zhe

  • Adobe PDF link Helper is missing

    Adobe PDF link Helper is missing in a user's browser. It is not disabled - just not there

    How can I get that back?

    Win7x64

    Adobe Reader 9

    Grade converter

    IE9

    Please and thank you.

    I solved the problem myself. Apparently Adobe Reader does not work with THE 64-bit. Once I open 32-bit IE plugin (see above) was there (and disabled), but NOT in the 64-bit version - it has not even show as disabled in the 64-bit version, he was not right there.

  • Problems during deployment using the HELP

    Hi all

    We receive the following errors while deploying a xxxposite using the HELP.

    /Oracle/product/middleware/AIA/infrastructure/install/aid/AIAInstallDriver.XML:72: the following error occurred during the execution of this line:
    /Oracle/product/middleware/AIA/infrastructure/install/aid/AIAExecuteDriver.XML:79: the following error occurred during the execution of this line:
    /Oracle/product/middleware/AIA/infrastructure/install/aid/AIAExecuteDriver.XML:58: the following error occurred during the execution of this line:
    /Oracle/product/middleware/AIA/aia_instances/AIA_DEV/tmp/AIDExecuteDP_temp_760097272.XML:6: the following error occurred during the execution of this line:
    /Oracle/product/middleware/AIA/infrastructure/install/aid/lib/AIDConfigurationLibraryTasks.XML:379: not provided valid values for jdbc-url, user name, password for datasource tag in participatingapplications. Ebiz.db.EBIZ01

    It's the xxxmand that I am running

    ant -f AIAInstallDriver.xml-DDeploymentPlan=/oracle/product/Middleware/AIA/util/DeploymentPlanGenerator/POProviderDP.xml-DPropertiesFile=/oracle/product/Middleware/AIA/aia_instances/AIA_DEV/config/AIAInstallProperties.xml


    I don't know if the Nomenclature and generated RFP has the correct values, and if AIAInstallProperties have been changed correctly.

    They are pasted below,

    BOM.xml
    ------------
    <? XML version = "1.0" encoding = "UTF - 8"? >
    < svcdoc:BOM xmlns = "http://xmlns.oracle.xxx/sca/1.0" xmlns: XS = "http://www.w3.org/2001/XMLSchema" xmlns:wsp = "http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:orawsp = "http://schemas.oracle.xxx/ws/2006/01/policy" xmlns:ui = "http://xmlns.oracle.xxx/soa/designer/" xmlns:svcdoc = "http://xmlns.oracle.xxx/Services/Documentation/V1" xsi:noNameSpaceSchemaLocation = "AIAPIP.xsd" projectCode = "BAERPSOA" xmlns: xsi = "http://xmlns.oracle.xxx/Services/Documentation/V1" > "
    < svcdoc:xxxposite revision = "1.0" name = "PurchaseOrderListEbizProvider" >
    < svcdoc:ServiceSolutionxxxponentAssociation >
    < svcdoc:GUID > def61380-d651-4fd7-87de-054e45eea195 < / svcdoc:GUID >
    < / svcdoc:ServiceSolutionxxxponentAssociation >
    < svcdoc:service name = "createpurchaseorderlistebizproviderservice_ep" >
    < svcdoc:ImplementationDetails >
    Ebiz < svcdoc:ApplicationName > < / svcdoc:ApplicationName >
    < svcdoc:BaseVersion > 1.0 < / svcdoc:BaseVersion >
    < svcdoc:DevelopedBy > BAEIS < / svcdoc:DevelopedBy >
    < svcdoc:OracleCertified > Yes < / svcdoc:OracleCertified >
    < svcdoc:ArtifactType > TransportAdapter < / svcdoc:ArtifactType >
    < svcdoc:ServiceOperation >
    process < svcdoc:Name > < / svcdoc:Name >
    < / svcdoc:ServiceOperation >
    < / svcdoc:ImplementationDetails >
    < / svcdoc:service >
    < svcdoc:reference name = "InsertPurchaseOrderListEbizProviderDBAdapterService" >
    < svcdoc:ArtifactType > TransportAdapter < / svcdoc:ArtifactType >
    < svcdoc:ServiceOperation >
    Insert < svcdoc:Name > < / svcdoc:Name >
    < / svcdoc:ServiceOperation >
    < svcdoc:TransportDetails >
    < svcdoc:DBAdapter >
    OracleDB < svcdoc:ResourceProvider > < / svcdoc:ResourceProvider >
    < svcdoc:ConnectionFactory > EI/DB/APPS < / svcdoc:ConnectionFactory >
    Ebiz < svcdoc:ApplicationName > < / svcdoc:ApplicationName >
    < svcdoc:XAEnabled > True < / svcdoc:XAEnabled >
    < svcdoc:ResourceTargetIdentifier > EBIZ01 < / svcdoc:ResourceTargetIdentifier >
    < svcdoc:ResourceName > BAPO_SOA_PO_HEADERS_STAGE < / svcdoc:ResourceName >
    < svcdoc:ResourceName > BAPO_SOA_PO_LINES_STAGE < / svcdoc:ResourceName >
    < svcdoc:ResourceName > BAPO_SOA_PO_DIST_STAGE < / svcdoc:ResourceName >
    < / svcdoc:DBAdapter >
    < / svcdoc:TransportDetails >
    < / svcdoc:reference >
    < svcdoc:reference name = "PurchaseOrderAPICall" >
    < svcdoc:ArtifactType > TransportAdapter < / svcdoc:ArtifactType >
    < svcdoc:ServiceOperation >
    < svcdoc:Name > procedure < / svcdoc:Name >
    < / svcdoc:ServiceOperation >
    < svcdoc:TransportDetails >
    < svcdoc:DBAdapter >
    OracleDB < svcdoc:ResourceProvider > < / svcdoc:ResourceProvider >
    < svcdoc:ConnectionFactory > EI/DB/APPS < / svcdoc:ConnectionFactory >
    Ebiz < svcdoc:ApplicationName > < / svcdoc:ApplicationName >
    < svcdoc:XAEnabled > True < / svcdoc:XAEnabled >
    < svcdoc:ResourceTargetIdentifier > EBIZ01 < / svcdoc:ResourceTargetIdentifier >
    < svcdoc:ResourceName > BAPO_SOA_STD_IMPORT_K.BAPO_SOA_VALIDATE_HEADERS_P < / svcdoc:ResourceName >
    < / svcdoc:DBAdapter >
    < / svcdoc:TransportDetails >
    < / svcdoc:reference >
    < / svcdoc:xxxposite >
    < / svcdoc:BOM >

    DP
    ---
    < DeploymentPlan xxxponent = "BAERPSOA" version = "3.0" >
    < PreInstallScript >
    < if >
    < is equal to arg1 = "${oer.server.publishtooer}" arg2 = "true" / > ""
    < do >
    < copy todir = "${AIA_INSTANCE} / Infrastructure/cycle of life/Install/PIPHarvest" >
    "< file="${AIA_HOME}/Infrastructure/LifeCycle/AIAHarvester/HarvesterSettings.xml fileset "/ >
    < filterchain >
    < expandproperties / >
    < / filterchain >
    < / copy >
    < for param = 'file' >
    < path >
    < fileset dir = "${AIA_INSTANCE} / Infrastructure/cycle of life/Install/PIPHarvest" >
    < name = "*.xml" / >
    < / fileset >
    < / path >
    < sequence >
    "{" {< OEREncrypt sourceFile="@{file}" destinationFile="@{file}" / >
    < / sequential >
    < / for >
    < / may >
    < /if >
    < / PreInstallScript >
    <>configurations
    < Target server EndpointConfigurator = 'pips. BAERPSOA"dir =" ${AIA_HOME} ">
    < / EndpointConfigurator >
    < Datasource = 'APPS' jndiLocation name = "jdbc/APPS" action = "crΘer" database = 'participatingapplications. Ebiz.db.EBIZ01 ' xa-enabled = "true" wlserver = "pips." BAERPSOA "/ >"
    < UpdateMetadata wlserver = 'pips. BAERPSOA">
    < fileset dir = "${AIA_HOME} / AIAMetaData" >
    < name = "" Ebiz/ApplicationObjectLibrary/AIAxxxponents / * "/ >"
    < name = "" Ebiz/ApplicationConnectorServiceLibrary/AIAxxxponents / * "/ >"
    < / fileset >
    < / UpdateMetadata >
    < ManagedServer wlserver = 'pips. Action BAERPSOA' = 'stop' failonerror = "true" / >
    < Connection-instance-jndi DbAdapter = ' ist/DB/APPS' datasource jndi = ' jdbc/APPS' xa-enabled = "true" action = "crΘer" wlserver = "pips. BAERPSOA "/ >"
    < ManagedServer wlserver = 'pips. Action BAERPSOA' = 'start' failonerror = "true" / >
    < / configuration >
    <>deployments
    < xxxposite xxxpositeName = "PurchaseOrderListEbizProvider" xxxpositedir = "${AIA_HOME} / xxxposites/PurchaseOrderListEbizProvider" revision = "1.0" wlserver = "pips. Action BAERPSOA"="deploy"/ >
    < / deployments >
    < PostInstallScript >
    < / PostInstallScript >
    < / DeploymentPlan >


    AIAInstallProperties
    --------------------------
    <? XML version = "1.0" encoding = "UTF-8"? >
    Properties of <>
    < aiainstance >
    < aiaHome > / oracle/product/Middleware/AIA < / aiaHome >
    < name > AIA_DEV < / name >
    < javahome > / oracle/product/jdk16 < / javahome >
    < remote_install > false < / remote_install >
    < domain_root > / oracle/product/Middleware/user_projects/domains/base_domain < / domain_root >
    < mwHome > / oracle/product/Middleware < / mwHome >
    < soaHome > / oracle/product/Middleware/Oracle_SOA1 < / soaHome >
    standard of < aiainstalltype > < / aiainstalltype >
    false < isencrypted > < / isencrypted >
    < / aiainstance >
    < fp >
    < version > 11.1.1.3.0 < / version >
    < Server >
    xxx.xxx.xxx.xxx < adminhostname > < / adminhostname >
    < > 7001 adminport < / adminport >
    base_domain < domain_name > < / domain name >
    < username > * < / username >
    password <>* < / password >
    < servertype > server < / servertype >
    < soaserver > soa_server1 < / soaserver >
    xxx.xxx.xxx.xxx < soaserverhostname > < / soaserverhostname >
    < soaserverport > 8001 < / soaserverport >
    < / Server >
    < db >
    < aia >
    < jdbc-url * < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < createschema > true < / createschema >
    system of < sysusername > < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > aia_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    < / aia >
    < mds >
    < url jdbc - > * < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < / mds >
    < sr >
    < url jdbc - > * < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < createschema > true < / createschema >
    < sysusername > * < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > aia_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    </SR >
    < jms >
    > jdbc url < jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD < / jdbc-url >
    < user name > AIA_DEV_JMSUSER < / name >
    password <>* < / password >
    < createschema > true < / createschema >
    < sysusername > * < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > aia_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    < / jms >
    < xref >
    > jdbc url < jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < createschema > true < / createschema >
    < sysusername > * < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > aia_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    < / xref >
    < aialifecycle >
    > jdbc url < jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521/SOAD < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < createschema > true < / createschema >
    < sysusername > * < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > aia_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    < / aialifecycle >
    < /dB >
    < /FP >
    < rel >
    < Server >
    < publishtooer > false < / publishtooer >
    < oerurl / >
    < user name / >
    password <>* < / password >
    < / Server >
    < / rel >
    < participatingapplications >
    < BAERPSOA >
    < Server >
    xxx.xxx.xxx.xxx < adminhostname > < / adminhostname >
    < > 7001 adminport < / adminport >
    base_domain < domain_name > < / domain name >
    < username > * < / username >
    password <>* < / password >
    < servertype > server < / servertype >
    < soaserver > soa_server1 < / soaserver >
    xxx.xxx.xxx.xxx < soaserverhostname > < / soaserverhostname >
    < soaserverport > 8001 < / soaserverport >
    < / Server >
    < db >
    < aiademoparticipatingapp >
    > jdbc url < jdbc:oracle:thin:@sbuxtdb4.xxx.xxx.xxx:1571/FINDL < / jdbc-url >
    < username > * < / username >
    password <>* < / password >
    < createschema > true < / createschema >
    < sysusername > * < / sysusername >
    < syspassword > * < / syspassword >
    < role > SYSDBA < / role >
    < defxxxlttablespace > apps_ts_data < / defxxxlttablespace >
    < temptablespace > TEMP < / temptablespace >
    < / aiademoparticipatingapp >
    < /dB >
    < / BAERPSOA >
    < / participatingapplications >
    < pips >
    < BAERPSOA >
    < version > 11.1.1.3.0 < / version >
    < Server >
    xxx.xxx.xxx.xxx < adminhostname > < / adminhostname >
    < > 7001 adminport < / adminport >
    base_domain < domain_name > < / domain name >
    < username > * < / username >
    password <>* < / password >
    < servertype > server < / servertype >
    < soaserver > soa_server1 < / soaserver >
    xxx.xxx.xxx.xxx < soaserverhostname > < / soaserverhostname >
    < soaserverport > 8001 < / soaserverport >
    < / Server >
    < / BAERPSOA >
    < / pips >
    < / properties >

    Published by: Raj Anish on December 12, 2011 13:52

    Hi Anish,

    You must set the following in AIAInstallerProperties.xml for ' participatingapplications. Ebiz.db.EBIZ01' by DeploymentPlan.


    ..........

              

    JDBC:Oracle:thin:@[IP]:[port]/[SID]
    [username]
    [password]


              

    ............

    Then try to redeployment.
    Rgds,
    Mandrita.

Maybe you are looking for

  • 23PC Pavilion: Pavilion 23

    Have a message that indicates a component of the operating system has expired.  With the error code 0xc0000605 and request recovery tools, which I have not where can I get them?

  • Problem of chickens and eggs A1364

    Since yesterday I have an A1364 Airport Extreme (4th Gen) connected to a (rider road Brighthouse) Motorola SB6141 cable modem. If I turn on the modem, then the router, I get the internet on the computer cable, but no wifi on the laptop. If I turn on

  • Error - Local only by trying to connect to the Internet

    Original title: Local only solution! Ive had this problem of 'local only' with vista for months and evryone think they know how to fix it. Ive tried everything and finally found the fix perament! IM, buying a mac. Microsoft even has not addressed thi

  • Windows 7 drivers for Lenovo 3000 N100, MT 0768-A49

    Hello I'm looking for Power Manager and software updates of the for Windows 7 fingerprint reader for my Lenovo 3000 N100, MT 0768-A49. Any help much appreciated. Thanks, Larry

  • new hard drive and reinstall vista professional

    My laptop hard drive crashed and I replaced it with a new hard drive, tried to install the new hard drive with the recovery system (for Toshiba) disc and get the error "not found operating system"... Any suggestions much appreciated advice. Cannot af