Obiee 11g upgrade issue for date format

Hi,
I am facing a date format issue with obiee 11g report. This statement cast(cast(current_date as char) as timestamp) is failing with "not a valid month" error in obiee 11g. This worked fine with obiee 10g.
I am basically trying to set the date to 12:00:00 am of the sysdate. Below is what I am trying to achieve:
timestampadd(sql_tsi_hour, 1, cast(cast(current_date as char) as timestamp)))
the above statement fails in obiee 11g.
Thanks for your help,
AP

I dont think you need any functions to get the required output, try to set the date format as below
[FMT:timeStampShort]
If helps mark
Thanks
Edited by: Srini VEERAVALLI on Apr 23, 2013 4:18 PM
I think with format and then the below should work with no issues.
timestampadd(sql_tsi_hour, 1,current_date)
I think you are wasting time by posting here, just do it. You no need any ones permissions to do it ;)
Edited by: Srini VEERAVALLI on Apr 24, 2013 8:55 AM

Similar Messages

  • Issue with Date Format

    Hi All,
    I m facing an issue with Date format in the prompt. I have used date presentation variables in my column formula as shown below:
    FILTER("SKU Order Details"."Fulfilled Quantity" USING Time."Calendar Date" <= DATE '@{todate}{2900-01-01}')
    The report returns data when I don't select any date range for start & end date prompts on the page. But when I select the start & end date values in the prompt, I m getting the following error:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46047] Datetime value 10/22/2009 12:00:00 AM from 10/22/2009 12:00:00 AM does not match the specified format. (HY000)
    I included the following formulas for start & end date prompts:
    Start Date prompt: case when 1=2 then License."Ips Creation Date" else cast ('1.1.1900' as date) end
    End Date prompt: case when 1=2 then License."Ips Creation Date" else cast ('1.1.2900' as date) end
    Can you please help me resolve the issue.
    Thanks,
    Kartik

    Hi Nico,
    I tried putting the format that you mentioned, I m getting an error message.
    My prompts have the following formula :
    Start: case when 1=2 then License."Creation Date" else cast('1.1.1900' as DATE) end
    End: case when 1=2 then Time."Calendar Date" else cast('1.1.2900' as DATE) end
    My column formula has the following syntax:
    FILTER("SKU Order Details"."Fulfilled Quantity" USING Time."Calendar Date" between DATE '@{start}{1900-01-01}' AND DATE '@{end}{2999-01-01}')
    Error Message:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46047] Datetime value 11/17/2009 from 11/17/2009 does not match the specified format. (HY000)
    Can you please let me know if something needs to be changed.
    Thanks,
    Kartik

  • 11g Upgrade Issues and Questions

    Hi,
    I am upgrading database from 9.2.0.6 to 11g in EBS, Apps version is 11.5.10.2.
    I have performed 11.1.0.7 patch set installation tasks & Apply additional 11.1.0.7 RDBMS patches
    Now my query is that I have to copy InitSID.ora from 9i to 11g before or after database Upgrade(using DBUA)?
    When I have to set Database Initialization Parameters for Oracle Applications Release 11i before or after database Upgrade(using DBUA)?
    Regard's
    GSM

    Hi,
    The output of utlu111i.sql script is as below before upgrade.We have to make any modification before upgrade.If yes where I have to do the changes.
    SQL> @utlu111i.sql
    Oracle Database 11.1 Pre-Upgrade Information Tool 04-09-2010 12:55:26
    Database:
    --> name: PROD
    --> version: 9.2.0.8.0
    --> compatible: 9.2.0
    --> blocksize: 8192
    --> timezone file: V4
    Logfiles: [make adjustments in the current environment]
    --> The existing log files are adequate. No changes are required.
    Tablespaces: [make adjustments in the current environment]
    --> SYSTEM tablespace is adequate for the upgrade.
    .... minimum required size: 8052 MB
    --> ODM tablespace is adequate for the upgrade.
    .... minimum required size: 10 MB
    --> APPS_UNDOTS1 tablespace is adequate for the upgrade.
    .... minimum required size: 299 MB
    --> APPS_TS_TX_DATA tablespace is adequate for the upgrade.
    .... minimum required size: 2322 MB
    --> APPS_TS_QUEUES tablespace is adequate for the upgrade.
    .... minimum required size: 70 MB
    --> OLAP tablespace is adequate for the upgrade.
    .... minimum required size: 16 MB
    Update Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    WARNING: --> "compatible" must be set to at least 10.1.0
    Renamed Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    -- No renamed parameters found. No changes are required.
    Obsolete/Deprecated Parameters: [Update Oracle Database 11.1 init.ora or spfile]
    --> "optimizer_max_permutations"
    --> "row_locking"
    --> "undo_suppress_errors"
    --> "max_enabled_roles"
    --> "enqueue_resources"
    --> "sql_trace"
    --> "background_dump_dest" replaced by "diagnostic_dest"
    --> "user_dump_dest" replaced by "diagnostic_dest"
    --> "core_dump_dest" replaced by "diagnostic_dest"
    Components: [The following database components will be upgraded or installed]
    --> Oracle Catalog Views [upgrade] VALID
    --> Oracle Packages and Types [upgrade] VALID
    --> JServer JAVA Virtual Machine [upgrade] VALID
    --> Oracle XDK for Java [upgrade] VALID
    --> Real Application Clusters [upgrade] INVALID
    --> OLAP Analytic Workspace [upgrade] UPGRADED
    --> OLAP Catalog [upgrade] VALID
    --> Oracle Text [upgrade] VALID
    --> Oracle XML Database [install]
    --> Oracle Java Packages [upgrade] VALID
    --> Oracle interMedia [upgrade] VALID
    --> Spatial [upgrade] VALID
    --> Data Mining [upgrade] VALID
    --> Oracle OLAP API [upgrade] UPGRADED
    Miscellaneous Warnings
    WARNING: --> Passwords exist in some database links.
    .... Passwords will be encrypted during the upgrade.
    .... Downgrade of database links with passwords is not supported.
    WARNING: --> Deprecated CONNECT role granted to some user/roles.
    .... CONNECT role after upgrade has only CREATE SESSION privilege.
    WARNING: --> Database contains stale optimizer statistics.
    .... Refer to the 11g Upgrade Guide for instructions to update
    .... statistics prior to upgrading the database.
    .... Component Schemas with stale statistics:
    .... SYS
    .... OLAPSYS
    .... MDSYS
    .... ODM
    WARNING: --> Database contains INVALID objects prior to upgrade.
    .... The list of invalid SYS/SYSTEM objects was written to
    .... registry$sys_inv_objs.
    .... The list of non-SYS/SYSTEM objects was written to
    .... registry$nonsys_inv_objs.
    .... Use utluiobj.sql after the upgrade to identify any new invalid
    .... objects due to the upgrade.
    .... USER APPS has 3 INVALID objects.
    WARNING: --> Database contains schemas with objects dependent on network
    packages.
    .... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
    .... USER APPS has dependent objects.
    .... USER MDSYS has dependent objects.
    SYSAUX Tablespace:
    [Create tablespace in the Oracle Database 11.1 environment]
    --> New "SYSAUX" tablespace
    .... minimum required size for database upgrade: 500 MB
    PL/SQL procedure successfully completed.
    SQL> spool off
    Thank's
    Regards
    GSM

  • Input Value long enough for date format ,Error in executing parallel query

    Hi,
    My Table: ANML( ID, STATUS,B_DATE,B_MONTH,B_YEAR, DEATH_DATE)
    status 1 for alive and 2 for dead.
    i wrote a view to get age.
    as
    create or relace view view1 as
    select top."ID",top."STATUS",top."DOB",top."DEATH_DATE",top."ANML_AGE",top."DAYSDIFF",
    CASE
    WHEN anml_age < 1
    THEN 'D'
    ELSE 'M'
    END age_unit,
    CASE
    WHEN anml_age < 1
    THEN TO_CHAR (daysdiff || ' Day(s)')
    WHEN anml_age < 12
    THEN TO_CHAR (anml_age || ' Month(s)')
    WHEN MOD (anml_age, 12) = 0
    THEN TO_CHAR (ROUND (anml_age / 12, 0) || ' Year(s) '
    ELSE TO_CHAR ( ROUND (anml_age / 12, 0)
    || ' Year(s) '
    || MOD (anml_age, 12)
    || ' Month(s)'
    END age_string
    from
    (SELECT a.*,
    CASE WHEN status IN ( 1)
    THEN FLOOR(MONTHS_BETWEEN(TRUNC(SYSDATE),dob))
    WHEN death_date IS NOT NULL AND status IN (2)
    THEN FLOOR(MONTHS_BETWEEN(death_date,dob))
    END anml_age,
    CASE WHEN status IN (1)
    THEN FLOOR(TRUNC(SYSDATE)-TRUNC(dob))
    WHEN death_date IS NOT NULL AND status IN (2)
    THEN FLOOR(TRUNC(death_date) - TRUNC(dob))
    END daysdiff
    from (
    SELECTanml.id, status,
    TO_DATE ( DECODE (b_date,
    NULL, 1,
    b_date
    || '-'
    || DECODE (b_month,
    NULL, 1,
    b_month
    || '-'
    || b_year,
    'dd-mm-yyyy'
    ) DOB,
    death_date
    FROM anml
    WHERE b_year IS NOT NULL
    ) a) top
    when i tried to fetch all values from view its working fine.
    But when i tried to fetch values based on condition like as follows,
    select * from view1 where anml_age > 20 and anml_age<30
    I am getting error like:
    Input Value long enough for date format and Error in executing parallel query
    Please tell me wht is wrong.

    Here is your formatted code
    create or relace view view1 as
    select top."ID",top."STATUS",top."DOB",top."DEATH_DATE",top."ANML_AGE",top."DAYSDIFF",
    CASE
    WHEN anml_age < 1
    THEN 'D'
    ELSE 'M'
    END age_unit,
    CASE
    WHEN anml_age < 1
    THEN TO_CHAR (daysdiff || ' Day(s)')
    WHEN anml_age < 12
    THEN TO_CHAR (anml_age || ' Month(s)')
    WHEN MOD (anml_age, 12) = 0
    THEN TO_CHAR (ROUND (anml_age / 12, 0) || ' Year(s) '
    ELSE TO_CHAR ( ROUND (anml_age / 12, 0)
    || ' Year(s) '
    || MOD (anml_age, 12)
    || ' Month(s)'
    END age_string
    from
    (SELECT a.*,
    CASE WHEN status IN ( 1)
    THEN FLOOR(MONTHS_BETWEEN(TRUNC(SYSDATE),dob))
    WHEN death_date IS NOT NULL AND status IN (2)
    THEN FLOOR(MONTHS_BETWEEN(death_date,dob))
    END anml_age,
    CASE WHEN status IN (1)
    THEN FLOOR(TRUNC(SYSDATE)-TRUNC(dob))
    WHEN death_date IS NOT NULL AND status IN (2)
    THEN FLOOR(TRUNC(death_date) - TRUNC(dob))
    END daysdiff
    from (
    SELECTanml.id, status,
    TO_DATE ( DECODE (b_date,
    NULL, 1,
    b_date
    || '-'
    || DECODE (b_month,
    NULL, 1,
    b_month
    || '-'
    || b_year,
    'dd-mm-yyyy'
    ) DOB,
    death_date
    FROM anml
    WHERE b_year IS NOT NULL
    ) a) top

  • Parsing Issue in Filter For Date Format

    Hi Folks,
    I am having Parsing Issue on "Key Date" Object in Universe. See the Error and Code below for your review
    Error: Parse Failed: Exception: DBD, The value entered is not valid. It must adhere to one of the following formats.
    YYYYMMDD
    DD.MM.YYYYState:N/A
    Code:
    <OPERATOR VALUE="AND"><OPTIONAL><FILTER KEY="0I_DAYIN"><CONDITION OPERATORCONDITION="Between"><CONSTANT TECH_NAME="@Prompt('Day Interval From','A','Calendar Day\LovDay IntervalBase',mono,primary_key)"/><CONSTANT TECH_NAME="@Prompt('Day Interval To','A','Calendar Day\LovDay IntervalBase',mono,primary_key)"/></CONDITION></FILTER></OPTIONAL><FILTER KEY="0P_KEYDA"><CONDITION OPERATORCONDITION="Equal"><CONSTANT TECH_NAME="@Prompt('Key Date','D',,mono,free)"/></CONDITION></FILTER></OPERATOR>
    This universe is created by someone else and client need to modify it with a calendar but i did not modify it yet however its already giving me the hard time. Kindly advise, any kind of help will be appreciated
    Thanks

    Hi,
    With the information provided I cannot for sure get to the error but here is what I would check.
    Firstly, I was wondering if the 5th parameter in the @Prompt can be Primary_Key. I thought it would be either free or constrained.
    Secondly, please the LOV values for the @ prompt are being populated from 'Calendar Day\LovDay IntervalBase'. So I would check the date format being used there.
    Third, the To and From dates are alphaneumeric and not dates, so I am not sure how the comparision would happen.
    Hope this helps.
    Regards,
    Madhur

  • Issue with Date Format for Presentation Variables

    Hi,
    I am using dashboard prompts to capture begin date and end date in presentation variables. The dates selected from calendar are in the format mm/dd/yyyy.
    In Asnwers I need to get a count of days between begin and end dates. I am using the column formula as shown:
    TIMESTAMPDIFF(SQL_TSI_DAY, DATE '@{pBeginDate}', DATE '@{pEndDate}')
    When ever I run the report from dashboard I get the following error:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46046] Datetime value 1/1/2005 does not match the specified format. (HY000)
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT "Transaction Dates"."Transaction Date", TIMESTAMPDIFF(SQL_TSI_DAY, DATE ''1/1/2005'', DATE ''1/2/2006'' FROM "Dates"')}
    SQL Issued: SELECT "Transaction Dates"."Transaction Date", TIMESTAMPDIFF(SQL_TSI_DAY, DATE '1/1/2005', DATE '1/2/2006') FROM "Dates"
    Can anyone help me to reolve this date format issue?
    Thanks,
    Aravind

    Hi,
    see this below links
    Issues with Prompts calender date
    Regards
    Naresh

  • OBIEE 11g Refresh GUIDs for Presentation Services

    Hi Friends,
    I am facing problem while trying to refresh the GUIDs for the Presentation services during migration from DEV to QA
    When I migrated RPD and Catalog from DEV to QA, the user weblogic was not able to login. So I modified the NQSConfig.INI file to make the below change
    FMW_UPDATE_ROLE_AND_USER_REF_GUIDS = YES*
    and restarted the BI Servers. Now weblogic is able to login. So far good.
    But When I login using weblogic and open 'My Dashboard' I get the following error access denied for user to path /users/weblogic/_portal/dashboard layout*
    Reading the Oracle Documentation I see that the refresh of GUIDs need to be done for Presentation services as well. http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10543/privileges.htm#CHDHGAAH
    However I am not able to find *<ps:Catalog>* in the Instanceconfig.xml file. I can only see a similar one like below
    *<Catalog>*
    *<UpgradeAndExit>false</UpgradeAndExit>*
    *</Catalog>*
    Where should I add the below? I went ahead and put it just below the above. So that my file looks like below. Is this correct?
    *<Catalog>*
    *<UpgradeAndExit>false</UpgradeAndExit>*
    *</Catalog>*
    *<ps:Catalog xmlns:ps="oracle.bi.presentation.services/config/v1.1">*
    *<ps:UpgradeAndExit>false</ps:UpgradeAndExit>*
    *<ps:UpdateAccountGUIDs>UpdateAndExit</ps:UpdateAccountGUIDs>*
    *</ps:Catalog>*
    After saving the instanceconfig.xml , I used opmnctl to stop the Pre.Ser. Stop was successful But I am not able to start the ps. Why is that? Is it a problem with my new entry in Instanceconfig.xml?
    Checking the log files, clearly says its the content of instanceconfig.xml causing the issue.
    ----Log entry--
    [Util Logger] Exception occurred:
         Severity:Fatal
         Type:class saw::Exception const *
         File:C:\ADE\aime_bi\bifndn\analytics_web\main/project/webutil/configreaderinstance.cpp
         Line:540
         Message:Invalid settings in config file: Bad config instance '\\?\C:\Middleware4\instances\instance6\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml'!
    Any help would be highly appreciated.
    --Joe
    Edited by: bimetrics on Oct 28, 2011 5:06 PM

    Hi,
    i hope u r version You don't need the ps: part either
    If your using obiee11.1.1.3. the instansconfig.xml file it will show like this (ps: part either ) and obiee11.1.1.5. no more that ps: part in the instanceconfig.xml file
    *<UpgradeAndExit>false<UpgradeAndExit>*
    *<UpdateAccountGUIDs>UpdateAndExit<UpdateAccountGUIDs>*
    then
    set it to *<UpdateAccountGUIDs>none</UpdateAccountGUIDs>* and then restart the services
    Refer obiee11.1.1.3.0 version of guide...all r similar except ps: part.
    http://varanasisaichand.blogspot.com/2011/08/refresh-user-guids-obiee-11g.html
    http://gerardnico.com/wiki/dat/obiee/migration
    Thanks
    Deva
    Edited by: Devarasu on Oct 29, 2011 9:45 AM

  • OBIEE 11g Upgrade BI Publisher Repository failure

    When running the ua for the BI Publisher Repository failure, it ends up with the following errors in the log :
    [2012-04-26T16:10:33.883+02:00] [xdo] [ERROR] [] [oracle.xdo] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] Can not decrypt: key or secret is null
    [2012-04-26T16:10:33.883+02:00] [xdo] [WARNING] [] [oracle.xdo] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] java.lang.NullPointerException
    [2012-04-26T16:10:33.883+02:00] [xdo] [WARNING] [] [oracle.xdo] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] oracle.xdo.XDOException: java.lang.NullPointerException
    [2012-04-26T16:10:33.883+02:00] [Framework] [ERROR] [UPGAST-00138] [upgrade.Framework] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] exception de mise à niveau
    [2012-04-26T16:10:33.884+02:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] Cause : Une exception de mise à niveau inattendue s'est produite., action : Pour plus de détails, reportez-vous au message d'erreur secondaire.
    [2012-04-26T16:10:33.884+02:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] UPGCMP-01001: Exception de mise à niveau inattendue
    [2012-04-26T16:10:33.884+02:00] [Framework] [ERROR] [] [upgrade.Framework] [tid: 13] [ecid: 0000JRizHjMCCwCzzC6UO01FaLQo000004,0] oracle.xdo.XDOException: java.lang.NullPointerException
    Could some help please ?

    Hi I faced the similar issue while upgrading from 10 g to 11g. It took a while for me to resolve the issues.
    Please do the steps mentioned here EXACTLY to resolver your upgrade issue..
    http://obieelive.blogspot.com/2012/06/upgrading-bi-publisher-101341-to-obiee.html
    Cheers.

  • OBIEE 11g - Customized Message for No result On all Reports

    Hi,
    The default messages displayed is getting displayed when a report returns no data in OBIEE 11g. I am aware of that, we can overide the default message with our Custom message at "Analysis" level. but it is very painful to do.
    I am looking for a file where we can override the default messages with our custom message at one place.
    Also, I have gone through the below link for this but it has change at the language level. I tried to change it at language "l_en" level but it did not work.
    can anyone suggest for 11g?
    http://obiee10grevisited.blogspot.com/2012/02/customized-message-for-no-result-on-all.html
    Edited by: Nagen on May 6, 2013 4:36 PM

    Hi Nagen,
    Using a custom message should also work in 11g. Refer to this link for setting up custom messages in 11g.
    http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/
    Thanks,
    Gaurav

  • Issue with Date format - ABAP to XML

    Dear Users,
    We are currently facing an issue with the date formats in XML.
    We have a system (.Net), which has a webservice that we are calling for information from SAP. We created a Proxy class in SAP from the WSDL file and have attempted to use the method that gets us required information based on the Timestamp passed from SAP. However, the timestamp that the INPUT structure uses has a data element XSDDATETIME_Z.
    All we can send from SAP is a simple TIMESTAMP, but the .Net system doesn't accept it since it wants the timestamp in XML format i.e. <dd-mm-yyyy>T<hh:mm:ss>Z. SAP documentation says that the field should automatically do conversion from ABAP to XML format, but that doesn't happen. We don't want to build a string from Timestamp in the XML format and send it out since we might surely miss out on the different cases involved.
    Can anyone please suggest a way for us to send the date out in the required XML format?
    Many thanks!

    Hi Vijay,
    Look at the below sample code and it works fine, i guess there is something wrong in your code or conversion, post the actual code if you are still not able figure it out with the below example.
    DATA: l_xml_string TYPE string,
          l_dat_time TYPE xsddatetime_z.
    CALL FUNCTION 'CACS_DATE_GET_TIMESTAMP'
    EXPORTING
       I_DATE                         = sy-datum
       I_TIME                         = sy-uzeit
    IMPORTING
       E_TIMESTAMP                    = l_dat_time
    EXCEPTIONS
       DATE_NOT_FILLED_BUT_TIME       = 1
       DATE_HAS_NO_VALID_FORMAT       = 2
       OTHERS                         = 3.
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL TRANSFORMATION id
      SOURCE root = l_dat_time
      RESULT XML l_xml_string.
    IF sy-subrc EQ 0.
    write: l_xml_string.
    ENDIF.
    Regards,
    Chen

  • Issue in Date Format in Production

    Hi ,
    I have written for Invoice Prining SAP SCript for F.62.
    In developemt and Quality system Date format is coming" MM/DD/YYYY" But in Production system it is showing "YYYY/DD/MM'.
    I have checked the Program aslo, which is also same in every server and checked the User Profile also, which is showing 'MM'DD'YYYY'.
    I am trying to get the solution, what may be the reason for the same.
    Rgds
    Mohit

    HI Mohit,
    if possible provide your sap script printing code. so that we will analyse the issue.
    For time beeing try  to use below code during Invoice Prining
    DATA: year(4),
          mnth(2),
          day(2),
          l_v_date  TYPE sy-datum.
    CLEAR: date,
           year,mnth,day.
    CLEAR: year,
           mnth,
           day,
           l_v_date.
        year = g_wa_head1-lfdat+0(4).
        mnth = g_wa_head1-lfdat+4(2).
        day  = g_wa_head1-lfdat+6(2).
    CONCATENATE mnth '/' day '/' year INTO date.
    regards
    sudheer

  • OBIEE 11g upgrade wizard & installation on linux 64bit

    Hi,
    Is it that on Linux 64 bit machine, i should install OBIEE 11g in "Software Only" mode, only then upgrade wizard works correctly, if i need to do "Software Only" should i be installing weblogic server independently? or at high level what are steps to be followed.
    Thanks,
    Sree

    Hi Sree,
    What you are mentioning here is relevant for Windows 64 bits environment where you have to install the software only after installing web logic standalone.
    The installer for Linux 64bit will install all the components for you except of course the RCU that you need to downlaod and install first.
    Please refer to this link for more details about the installation
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10539/c4_installing.htm#CIHDJGIH
    NB: Devlopement tools (Admin tool or catalog manager..) don't exisit for Linux, so you have to use windows for development
    Regards
    Adil
    PS: Please don't forget to close the thread and assign points when your question is answered

  • NEED ALTER TABLE ALTER COLUMN FOR DATE FORMAT

    Need something like this :
    ALTER TABLE ABC
    ALTER COLUMN DATE1 AS (DD/MM/YYYY)
    need to appear in this format (29/03/2014) in the table.
    also needs to be recorded in DB in that format.

    changed system date format, works. Thanks!
    You should always store values as dates itself in date/datetime related field in SQLServer
    The formatting can very easily be done in your front end (presentation layer) using format function
    Even in T-SQL you can use CONVERT or FORMAT functions to get the date values in the format you want
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page
    I don't follow you? Anyway, Olaf Helper's answer was the solution.
    SQL Server has a data type called DATETIME. To correctly query dates, it is easier to use this as it allows the SQL engine to do all the calculations for you, also the canonical format for dates in any database language is YYYY-MM-DD, this ensures correctly
    tiered dates that are stored in the right order. The way you store data and the way you display it should be kept as two seperate entities. This is the ISO standard and has been thoroughly investigated ...alot to say the least. This is where the term "front-end"
    and "back-end" developers come from, and also the distinction between server-side and client-side scripting.
    To cut a long story short, take the advice of the multiple professionals here, and follow standards otherwise you'll find yourself stuck, or worse, your legacy code will make someone tear their hair out.

  • OBIEE 11g installation Issue - Demo Cert in production mode

    Hello All, I installed OBIEE 11g along with Weblogic 10.3.5 on Linux 64 bit server. I searched entire <<MW_HOME>> folders and changed PRODUCTION_MODE to false in all possible .sh files. However, the error doesn't go away.
    Is there any other location, I need to check for this flag?
    Also, when I login to WebLogic console, Domains --> Configuration --> General .. I still see Production mode = true.
    Thanks in advance for your help and assistance.
    Demo trusted CA certificate is being used in production mode: [
    Version: V3
    Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
    Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: Sun RSA public key, 512 bits
    modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
    public exponent: 65537
    Validity: [From: Thu Mar 21 12:12:27 PST 2002,
                   To: Tue Mar 22 13:12:27 PDT 2022]
    Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
    SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
    Key_CertSign

    Hi Vagic
    Did you get any clue on this problem? I'm facing the same warning and I'm not sure if that's releant or not.
    Thank you

  • OBIEE 11g - Upgrading Simple Install to Enterprise Install.

    Hi Experts,
    I have a OBIEE 11g instance in Simple Install. Is there a way to Upgrade the same Instance to Enterprise Install without Uninstalling and Reinstalling.
    Thanks
    Swami

    no you cant upgrade from simple to enterprise..you have to do a full install

Maybe you are looking for

  • Data size bigger than max size for this type

    First, I'd like to thank you for release 1.2.1, it works like a charm! Keep up the good work. Here are my questions: 1. When parsing a stored procedure, I get the message "Data size bigger than max size for this type". Can you tell me what causes thi

  • Unable to send mails to outlook from sap system through workflow

    Hi , Iam unable to send mails to outlook from sap system through work flow .Actually we r able to send mails from sap inbox to outlook successfully.But when trying with workflow we r not able to send.Please guide me that is  there any configurations

  • Smart form in another window

    Hi all, Can it be possible to display Smart Form in another window rather than main screen (screen of report calling to that smart form). please let me know. regards, vikas.

  • Process chains controlled by events!

    Hi Friends. I have one process chain at APO side and want to execute another process chain at BI side only when the process chain at APO side gets executed successfully. Since <b>APO and BI are two different systems</b>, how can i trigger the process

  • Simple File Item

    Hi, I am new to portal development, and i need to add some links in a page , so that clicking the link download a file, i used a simple file item, but i need to know how to prevent the user from downloading if he is a public user and hasn'y yet logge