Database Version for 9iAS ???

We are evaluating wich version of the DB use with 9iAS, Standard or Enterprise.
We do mostly need reads of the database, but have at least two applications that need replication with other DB's - that could be a point for Enterprise version.
What are the advantages of use each version ??
Thanks
null

In my opinion for 9iAS itself it does not matter whether you use Enterprise or Standard edition of backend database.

Similar Messages

  • Database version for APEX 4

    Hello,
    can I find official informtion on www.oracle.com over the requirements for the APEX 4?
    I am looking for the minimum the database version for APEX4.
    Is there no statement directly from Oracle? I could only find information about the new features of APEX 4, but no requirements for it.
    Greetings
    Michael

    Hello Dimitri,
    Thid is very intersting but I do not understand why I have on any version of Apex export the same error:
    name: ora-20001_error_import_apex_application.txt
    THIS ISSUES IS GENBERATED WITH ALL VERSIONS OF APEX.... 2.1 TO 3.2.1
    script generated by the "export" SCRIPT WITH apex321 version 3.2.1.00.11 base: oracele xe 10g 10.2.1.0:
    os: windows 7 ultimate
    f100......sql
    AT THE END OF THE SCRIPT THE FOLLWING STATEMENTS ARE GENERATED:
    begin
    execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';
    end;
    error generated:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-01756: une chaîne entre apostrophes ne se termine pas correctement <pre>begin execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||''''; end;</pre>
    Error installing application.
    Return to application.
    ONE SOLUTION BUT ....
    PUT COMMENTS LIKE -- AT THE BEGINNING OF THE STATEMENTS:
    -- begin
    -- execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';
    -- end;
    but does not resolve the problem!
    Any answers from apex-evangelists GURUS?
    MFOConsulting
    [email protected]

  • Database version for Headstart 9i

    The requirements for Headstart 9i mention that database version 9.2.0.1 is required. Does this only apply to the version of the repository database or also for the target database in which the application is run? For the time being we want to use our application on a 8.1.7 database.

    Hello Dimitri,
    Thid is very intersting but I do not understand why I have on any version of Apex export the same error:
    name: ora-20001_error_import_apex_application.txt
    THIS ISSUES IS GENBERATED WITH ALL VERSIONS OF APEX.... 2.1 TO 3.2.1
    script generated by the "export" SCRIPT WITH apex321 version 3.2.1.00.11 base: oracele xe 10g 10.2.1.0:
    os: windows 7 ultimate
    f100......sql
    AT THE END OF THE SCRIPT THE FOLLWING STATEMENTS ARE GENERATED:
    begin
    execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';
    end;
    error generated:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-01756: une chaîne entre apostrophes ne se termine pas correctement <pre>begin execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||''''; end;</pre>
    Error installing application.
    Return to application.
    ONE SOLUTION BUT ....
    PUT COMMENTS LIKE -- AT THE BEGINNING OF THE STATEMENTS:
    -- begin
    -- execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';
    -- end;
    but does not resolve the problem!
    Any answers from apex-evangelists GURUS?
    MFOConsulting
    [email protected]

  • Database version for Business Intelligence module

    Hi,
    We are considering deploying the business intelligence module of Apps 11ir3.
    My question is what versions of discoverer (4i, 9i), what versions of database (8.1.7, 9.0.1, 9.2.0), and what version of OWB (??, 9.02, 9.03, 9.04) can be used to implement this?
    Our current DWH runs on DB 9.0.1.3, OWB 9.03, Discoverer 9i, we are thinking about migrating to DB 9.2.0, OWB 9.0.4 fro the extra functionality offered by both.
    My concern is: can we then integrate Business Intelligence modules in that combo?
    Thanks for any input,
    Wilco Oosterom

    You might want to try the development forums, this forum is for the company Business Objects SAP bought last year.

  • Has anybody done a database version for flexstore

    I was wondering if somebody has done DB version of
    specifically this version of flexstore in flex 2.0
    http://examples.adobe.com/flex2/inproduct/sdk/flexstore/flexstore.html
    Specifically the UI gets really crawls if you have even 600
    items because it loads the entire XML, and the view loads
    everything without some form of paging. Obviously this can be
    resolved through some of paging such as reading first 10 etc or
    querying and getting appropriate data from DB based on filters etc.
    So in that context, I would greatly appreciate if you
    somebody can share what they have done.

    OK, friends, the project is up and SourceView is enabled.
    Just keep in mind that I did this purely for study purposes,
    so see the original readme for Flextore and the comments in the
    original sample project code files. There are things in there that
    are not necessarily best practices.
    In the unlikely event that you want a copy of the database
    file, just let me know by email directly and I will be glad to send
    it to you; I cannot give you access to that in my shared web
    server.
    Happy Fourth,
    Carlos
    [email protected]

  • Database version for compaq 4.0d

    Can someone tell me what kind of oracle database I can use on compaq 4.0d?
    thanks
    pedro

    Hello Dimitri,
    Thid is very intersting but I do not understand why I have on any version of Apex export the same error:
    name: ora-20001_error_import_apex_application.txt
    THIS ISSUES IS GENBERATED WITH ALL VERSIONS OF APEX.... 2.1 TO 3.2.1
    script generated by the "export" SCRIPT WITH apex321 version 3.2.1.00.11 base: oracele xe 10g 10.2.1.0:
    os: windows 7 ultimate
    f100......sql
    AT THE END OF THE SCRIPT THE FOLLWING STATEMENTS ARE GENERATED:
    begin
    execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';
    end;
    error generated:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-01756: une chaîne entre apostrophes ne se termine pas correctement <pre>begin execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||''''; end;</pre>
    Error installing application.
    Return to application.
    ONE SOLUTION BUT ....
    PUT COMMENTS LIKE -- AT THE BEGINNING OF THE STATEMENTS:
    -- begin
    -- execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';
    -- end;
    but does not resolve the problem!
    Any answers from apex-evangelists GURUS?
    MFOConsulting
    [email protected]

  • Minimum Database Requirement for 9iAS?

    Can I run Portal 3.0 on an Oracle 8.1.5 Database?

    ann
    Oracle 8.1.6.2 is the minimum. This release addressed issues on the Windows NT platform related to the stability of Apache and use of UTL_HTTP.

  • OWB 10gR2 and 11gR2 integrate which with oracle database versions

    I request a clear definite reply as I need to suggest the client to upgrade their production databases. I did try searching on the oracle sites, but did not get any sure answer.
    Question:
    The client has databases on 8i, 9i & 10g. Will OWB 10gR2 support these data sources?
    If not, either I will have to ask clients to upgrate 8i & 9i to oracle 10g or have them upgrade the same and also have them upgrade to OWB 11gR2.
    So, please confirm support of database versions for both OWB 10gR2 & OWB 11gR2.
    Thanks much!

    I already had the 'Release notes' link for both 10g and 11g which you provided.
    The issue is when I launch the URL, I am taken to https://support.oracle.com/CSP/ui/flash.html.
    Here I've to submit and register Sun Contract Number or Oracle Support Identifier. I don't have these details.
    Isn't there a simple way to get the valid information on platform-specific requirements?
    I mean this should be given easily on Oracle site.
    Thanks much!

  • OATM minum database version

    Hi,
    What is the minimum database version for migrating to OATM. I'm sure we can do this on 9i version. But i just want confirmation or proof of document.
    Regards

    Hi user;
    Yes, but did not find about which versionIf you check Note: 418225.1 - OATM FAQ which is mention Hussein Sawwan the db version is mention Oracle 9i,there is no specific db version but r11 comes default Oracle 9.2.0.6
    Regard
    Helios

  • Selective XML Index feature is not supported for the current database version , SQL Server Extended Events , Optimizing Reading from XML column datatype

    Team , Thanks for looking into this  ..
    As a last resort on  optimizing my stored procedure ( Below ) i wanted to create a Selective XML index  ( Normal XML indexes doesn't seem to be improving performance as needed ) but i keep getting this error within my stored proc . Selective XML
    Index feature is not supported for the current database version.. How ever
    EXECUTE sys.sp_db_selective_xml_index; return 1 , stating Selective XML Indexes are enabled on my current database .
    Is there ANY alternative way i can optimize below stored proc ?
    Thanks in advance for your response(s) !
    /****** Object: StoredProcedure [dbo].[MN_Process_DDLSchema_Changes] Script Date: 3/11/2015 3:10:42 PM ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    -- EXEC [dbo].[MN_Process_DDLSchema_Changes]
    ALTER PROCEDURE [dbo].[MN_Process_DDLSchema_Changes]
    AS
    BEGIN
    SET NOCOUNT ON --Does'nt have impact ( May be this wont on SQL Server Extended events session's being created on Server(s) , DB's )
    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
    select getdate() as getdate_0
    DECLARE @XML XML , @Prev_Insertion_time DATETIME
    -- Staging Previous Load time for filtering purpose ( Performance optimize while on insert )
    SET @Prev_Insertion_time = (SELECT MAX(EE_Time_Stamp) FROM dbo.MN_DDLSchema_Changes_log ) -- Perf Optimize
    -- PRINT '1'
    CREATE TABLE #Temp
    EventName VARCHAR(100),
    Time_Stamp_EE DATETIME,
    ObjectName VARCHAR(100),
    ObjectType VARCHAR(100),
    DbName VARCHAR(100),
    ddl_Phase VARCHAR(50),
    ClientAppName VARCHAR(2000),
    ClientHostName VARCHAR(100),
    server_instance_name VARCHAR(100),
    ServerPrincipalName VARCHAR(100),
    nt_username varchar(100),
    SqlText NVARCHAR(MAX)
    CREATE TABLE #XML_Hold
    ID INT NOT NULL IDENTITY(1,1) PRIMARY KEY , -- PK necessity for Indexing on XML Col
    BufferXml XML
    select getdate() as getdate_01
    INSERT INTO #XML_Hold (BufferXml)
    SELECT
    CAST(target_data AS XML) AS BufferXml -- Buffer Storage from SQL Extended Event(s) , Looks like there is a limitation with xml size ?? Need to re-search .
    FROM sys.dm_xe_session_targets xet
    INNER JOIN sys.dm_xe_sessions xes
    ON xes.address = xet.event_session_address
    WHERE xes.name = 'Capture DDL Schema Changes' --Ryelugu : 03/05/2015 Session being created withing SQL Server Extended Events
    --RETURN
    --SELECT * FROM #XML_Hold
    select getdate() as getdate_1
    -- 03/10/2015 RYelugu : Error while creating XML Index : Selective XML Index feature is not supported for the current database version
    CREATE SELECTIVE XML INDEX SXI_TimeStamp ON #XML_Hold(BufferXml)
    FOR
    PathTimeStamp ='/RingBufferTarget/event/timestamp' AS XQUERY 'node()'
    --RETURN
    --CREATE PRIMARY XML INDEX [IX_XML_Hold] ON #XML_Hold(BufferXml) -- Ryelugu 03/09/2015 - Primary Index
    --SELECT GETDATE() AS GETDATE_2
    -- RYelugu 03/10/2015 -Creating secondary XML index doesnt make significant improvement at Query Optimizer , Instead creation takes more time , Only primary should be good here
    --CREATE XML INDEX [IX_XML_Hold_values] ON #XML_Hold(BufferXml) -- Ryelugu 03/09/2015 - Primary Index , --There should exists a Primary for a secondary creation
    --USING XML INDEX [IX_XML_Hold]
    ---- FOR VALUE
    -- --FOR PROPERTY
    -- FOR PATH
    --SELECT GETDATE() AS GETDATE_3
    --PRINT '2'
    -- RETURN
    SELECT GETDATE() GETDATE_3
    INSERT INTO #Temp
    EventName ,
    Time_Stamp_EE ,
    ObjectName ,
    ObjectType,
    DbName ,
    ddl_Phase ,
    ClientAppName ,
    ClientHostName,
    server_instance_name,
    nt_username,
    ServerPrincipalName ,
    SqlText
    SELECT
    p.q.value('@name[1]','varchar(100)') AS eventname,
    p.q.value('@timestamp[1]','datetime') AS timestampvalue,
    p.q.value('(./data[@name="object_name"]/value)[1]','varchar(100)') AS objectname,
    p.q.value('(./data[@name="object_type"]/text)[1]','varchar(100)') AS ObjectType,
    p.q.value('(./action[@name="database_name"]/value)[1]','varchar(100)') AS databasename,
    p.q.value('(./data[@name="ddl_phase"]/text)[1]','varchar(100)') AS ddl_phase,
    p.q.value('(./action[@name="client_app_name"]/value)[1]','varchar(100)') AS clientappname,
    p.q.value('(./action[@name="client_hostname"]/value)[1]','varchar(100)') AS clienthostname,
    p.q.value('(./action[@name="server_instance_name"]/value)[1]','varchar(100)') AS server_instance_name,
    p.q.value('(./action[@name="nt_username"]/value)[1]','varchar(100)') AS nt_username,
    p.q.value('(./action[@name="server_principal_name"]/value)[1]','varchar(100)') AS serverprincipalname,
    p.q.value('(./action[@name="sql_text"]/value)[1]','Nvarchar(max)') AS sqltext
    FROM #XML_Hold
    CROSS APPLY BufferXml.nodes('/RingBufferTarget/event')p(q)
    WHERE -- Ryelugu 03/05/2015 - Perf Optimize - Filtering the Buffered XML so as not to lookup at previoulsy loaded records into stage table
    p.q.value('@timestamp[1]','datetime') >= ISNULL(@Prev_Insertion_time ,p.q.value('@timestamp[1]','datetime'))
    AND p.q.value('(./data[@name="ddl_phase"]/text)[1]','varchar(100)') ='Commit' --Ryelugu 03/06/2015 - Every Event records a begin version and a commit version into Buffer ( XML ) we need the committed version
    AND p.q.value('(./data[@name="object_type"]/text)[1]','varchar(100)') <> 'STATISTICS' --Ryelugu 03/06/2015 - May be SQL Server Internally Creates Statistics for #Temp tables , we do not want Creation of STATISTICS Statement to be logged
    AND p.q.value('(./data[@name="object_name"]/value)[1]','varchar(100)') NOT LIKE '%#%' -- Any stored proc which creates a temp table within it Extended Event does capture this creation statement SQL as well , we dont need it though
    AND p.q.value('(./action[@name="client_app_name"]/value)[1]','varchar(100)') <> 'Replication Monitor' --Ryelugu : 03/09/2015 We do not want any records being caprutred by Replication Monitor ??
    SELECT GETDATE() GETDATE_4
    -- SELECT * FROM #TEMP
    -- SELECT COUNT(*) FROM #TEMP
    -- SELECT GETDATE()
    -- RETURN
    -- PRINT '3'
    --RETURN
    INSERT INTO [dbo].[MN_DDLSchema_Changes_log]
    [UserName]
    ,[DbName]
    ,[ObjectName]
    ,[client_app_name]
    ,[ClientHostName]
    ,[ServerName]
    ,[SQL_TEXT]
    ,[EE_Time_Stamp]
    ,[Event_Name]
    SELECT
    CASE WHEN T.nt_username IS NULL OR LEN(T.nt_username) = 0 THEN t.ServerPrincipalName
    ELSE T.nt_username
    END
    ,T.DbName
    ,T.objectname
    ,T.clientappname
    ,t.ClientHostName
    ,T.server_instance_name
    ,T.sqltext
    ,T.Time_Stamp_EE
    ,T.eventname
    FROM
    #TEMP T
    /** -- RYelugu 03/06/2015 - Filters are now being applied directly while retrieving records from BUFFER or on XML
    -- Ryelugu 03/15/2015 - More filters are likely to be added on further testing
    WHERE ddl_Phase ='Commit'
    AND ObjectType <> 'STATISTICS' --Ryelugu 03/06/2015 - May be SQL Server Internally Creates Statistics for #Temp tables , we do not want Creation of STATISTICS Statement to be logged
    AND ObjectName NOT LIKE '%#%' -- Any stored proc which creates a temp table within it Extended Event does capture this creation statement SQL as well , we dont need it though
    AND T.Time_Stamp_EE >= @Prev_Insertion_time --Ryelugu 03/05/2015 - Performance Optimize
    AND NOT EXISTS ( SELECT 1 FROM [dbo].[MN_DDLSchema_Changes_log] MN
    WHERE MN.[ServerName] = T.server_instance_name -- Ryelugu Server Name needes to be added on to to xml ( Events in session )
    AND MN.[DbName] = T.DbName
    AND MN.[Event_Name] = T.EventName
    AND MN.[ObjectName]= T.ObjectName
    AND MN.[EE_Time_Stamp] = T.Time_Stamp_EE
    AND MN.[SQL_TEXT] =T.SqlText -- Ryelugu 03/05/2015 This is a comparision Metric as well , But needs to decide on
    -- Peformance Factor here , Will take advise from Lance if comparision on varchar(max) is a vital idea
    --SELECT GETDATE()
    --PRINT '4'
    --RETURN
    SELECT
    top 100
    [EE_Time_Stamp]
    ,[ServerName]
    ,[DbName]
    ,[Event_Name]
    ,[ObjectName]
    ,[UserName]
    ,[SQL_TEXT]
    ,[client_app_name]
    ,[Created_Date]
    ,[ClientHostName]
    FROM
    [dbo].[MN_DDLSchema_Changes_log]
    ORDER BY [EE_Time_Stamp] desc
    -- select getdate()
    -- ** DELETE EVENTS after logging into Physical table
    -- NEED TO Identify if this @XML can be updated into physical system table such that previously loaded events are left untoched
    -- SET @XML.modify('delete /event/class/.[@timestamp="2015-03-06T13:01:19.020Z"]')
    -- SELECT @XML
    SELECT GETDATE() GETDATE_5
    END
    GO
    Rajkumar Yelugu

    @@Version : ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Microsoft SQL Server 2012 - 11.0.5058.0 (X64)
        May 14 2014 18:34:29
        Copyright (c) Microsoft Corporation
        Developer Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor)
    (1 row(s) affected)
    Compatibility level is set to 110 .
    One of the limitation states - XML columns with a depth of more than 128 nested nodes
    How do i verify this ? Thanks .
    Rajkumar Yelugu

  • Installation error message for Oracle Database software for version 10g

    Would someone be able to advise why I keep getting the following error message whilst installing Oracle trial Database software for version 10g Release 2 Standard Edition, Standard Edition One, and Enterprise Edition? Link listed below : -
    http://www.oracle.com/technology/software/products/database/oracle10g/index.html
    Error message "Cannot create directory"C:\oracle\product\10.2.0\db_7\cfgtoollogs\dbca\projemp"
    Below is the 12 steps that I go through, please advise what I'm doing wrong : -
    1. (Operations) default is Create a database
    2. (Database templetes) default is general purpose
    3. (Database Identification) projemp.local for Global database name & projemp for SID
    4. (Management options) default is "Configure the database with Enterprise manager, also the options button has been clicked for "Use database control for database management"
    5. (Database Credentials) the options button has been clicked for "Use the same password for all accounts" so I've set up a new password, was that correct?
    6. (Storage options) the options button is clicked for "File System - use the file system for database storage.
    7. (Database file locations) the options button is clicked for "Use database file locations for template" Is this option correct? Other options are Use common location for all database files or use Oracle-managed files?
    8. (Recovery configuration) the options button is clicked for "Specify flash recovery area
    9. (Database content) nothing has been selected, the only option is "Sample schemas" should that be clicked?
    10. (Initialization parameters) the options button is clicked for "Typical- allocate memory as a % of the total physical memory
    11. (Database storage) no options available
    12. (Creation options) the options button has been selected for "Create Database"
    Click finish
    I then get a screen stating General purpose, click OK then I get the following error message as stated at the start of this e-mail ""Cannot create directory"C:\oracle\product\10.2.0\db_7\cfgtoollogs\dbca\projemp".
    Regards
    Phil

    855880 wrote:
    I have been trying to install the "Oracle Database software for version 10g Release 2 Standard Edition, Standard Edition One, and Enterprise Edition" about six times with no success.Do you realize you just mentioned 3 different and distinct products? So which one are you installing?
    >
    I've gone through my courses instructions as listed above (1-12) and end up with the following error message"C:\oracle\product\10.2.0\db_7\cfgtoollogs\dbca\projemp".What course?
    >
    I've removed the software from my computer using control panel, programs & features then uninstall once but the other five times the software hasn't been listed. Whilst the Oracle was on my task bar I was able to install using Start > Programs > Oracle - HOME-NAME > Database Administration > Database Configuration Assistant.No you didn't. Database Configuration Assistant does not remove software. It can remove a database. As I mentioned before, there is a difference between the software and the objects that software manages. Deleting an Excel spreadsheet is not the same as deleting Microsoft Office. Deleting an Oracle database with Database configuration assistant is not the same as removing the Oracle software.
    >
    Now that oracle is not on my task bar I've unzipped the link below, clicked on db, Disk1, setup, changed the Database password (is that correct?) install and I get the following error message "Check complete. The overall result of this check is: Failed<<<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses;
    However, before you can do this, you must configure the Microsoft LoopBack Adaptor to be the primary network adapter on the system. See the installation Guide for more details on installing the software on systems configured with DHCP."
    So what did you do with the above error message? Did you follow up on what it said? Did you read the very fine Installation Guide that comes with the software? Did you read the section on networking considerations where it discussed DHCP assigned addresses and installing the loopback adapter?
    http://www.oracle.com/technology/software/products/database/oracle10g/index.html
    Ok, that link takes us to the download page, which does not shed any light at all on your problems
    I'm using Windows Vista Home Premium, 32 bit operating system, and my computer is saying I have 142 GB free space.
    If you read the installation manual that came with the downloaded software, you'd have seen in the prerequisites that Home editions of Windows are NOT listed as supported platforms, whereas Business, Enterprise, and Ultimate editions specifically ARE listed as supportd.
    Hope this is some help.And
    I'm not to clever on computers so would you be able to advise how I get to the command window to issue the SET command please?
    Also I've no idea what OS user I am, I'm taking an on-line Oracle course and been advised to install "Oracle Database software for version 10g Release 2 Standard Edition, Standard Edition One, and Enterprise Edition"
    How do I find out if I'm part of an Administrator, ORA_DBA group ?
    Can you walk me through how to create the directory from command line please?Ok, given the above statements from you, I'm not even sure where to begin. I don't want to be cruel, but this self-admitted lack of even the most rudimentary knowledge by someone attempting to learn about Oracle is truly astounding. What course are you taking? Why are you taking this course?

  • The SYSVAL table entry for the database version (16) does not match the required version

    We upgraded from Tidal Enterprise Scheduler (TES) 5.31 to 6.1 on fresh Windows x64 2008 R2 servers.  I did a fresh install but our DBA restored a copy of our database from pre-prod which was at 5.31.  I get the error below.  Note, SQL went from 2005 to 2012 during this upgrade.  Do I need to change a value in this table to reflect the SQL change?
    [04/29 12:47:14:198]:TIDAL Enterprise Scheduler: version 6.1.0.133
    [04/29 12:47:14:198]:Java version: 1.8.0
    [04/29 12:47:14:198]:Java Virtual Machine version: 25.0-b70
    [04/29 12:47:14:198]:Start Time : 04/29/14 12:47:14:198
    [04/29 12:47:14:198]:----------------------------------------------------------------------------
    [04/29 12:47:14:198]:Database URL :jdbc:sqlserver://SQL2012-Host:1433;responseBuffering=adaptive
    [04/29 12:47:14:198]:Database Driver :com.microsoft.sqlserver.jdbc.SQLServerDriver
    [04/29 12:47:14:198]:Maximum number of log files = 100
    [04/29 12:47:14:198]:Added a LogFile called 'RegularFile'
    [04/29 12:47:14:198]:LogManager: setting default log
    [04/29 12:47:14:214]:Retrieved a LogFile called 'RegularFile'
    [04/29 12:47:14:495]:MessageBroker: Instantiated TcpTransportServer (URI = tcp://0.0.0.0:6215)
    [04/29 12:47:16:975]:Retrieved a LogFile called 'RegularFile'
    [04/29 12:47:17:272]:The SYSVAL table entry for the database version (16) does not match the required version (23). Shutting down.
    [04/29 12:47:20:282]:
    [04/29 12:47:20:282]:
    [04/29 12:47:20:282]:Shutting down the application

    I had this error last night while applying a patch to 6.0. However in my case the version was 21 versus a required version of 23.
    As far as i know 6.1 is not compatible with the 5 db schema, so you will need an update / migration plan for the db also.

  • SAP DEMO Database for SAP b1 Version for HANA

    I was wondering if anyone can Help. I have installed the SBODEMO database on SAP B1 version for SAP Hana. V9.0 PL4 and then upgraded to PL9HF (901.00 to 902.001) the SBOCOMMON upgraded ok but SBODEMO database failed on the pre upgrade checks with "Parameter type error in stored procedure SBO_SP_TranasctionNotification and refers to Note 134078. I logged it with SAP and they have said uninstall the SBO DEMO database and then reinstall. Can anybody provide details on how to do this as there are no uninstaller just for the DEMO db as it was installed during the SAP B1 server installation.

    Hi Nathan,
    You can uninstall using uninstall.bin typically located in /opt/sap/SAPBusinessOne. If you deleted /opt/sap/SAPBusinessOne or the uninstall fails you can use the command shown below.
    //Check for B1 rpm files
    rpm -q -a | grep B1
    //remove B1 rpm files
    rpm -q -a | grep B1 | xargs rpm -e
    After uninstalling I would recommend deleting the directory (rm -rf  /opt/sap/SAPBusinessOne).
    Best regards,
    Duncan

  • Alter table script for wrong database version

    When we generate an alter table script by connecting to a database, the scripts that get generated are for database version 7.3.
    Furthermore we cannot update the field "oracle version" for the database we created.
    When we choose a database version from the pulldown box and try to save it, the field is blank again.
    We are on Designer 9 on a oracle 10g database and we try to alter the table in a oracle 10g database.

    I had this error last night while applying a patch to 6.0. However in my case the version was 21 versus a required version of 23.
    As far as i know 6.1 is not compatible with the 5 db schema, so you will need an update / migration plan for the db also.

  • Minimun database version required for oracle application 12.1.3

    We are palnning to upgrade from our current applications version 12.0.4 to 12.1.3
    We understand it will done in 2 phases ie 12.0.4 - 12.1.1 and 12.1.1 to 12.1.3
    but our current database version is 10.2.0.4
    My question here is can we upgrade applications to 12.1.3 without upgrading database?
    or shall we upgarde atleast to 10.2.0.5 first and then proceed with applications upgrade and then plan for database upgrade to 11g release 2 later.
    Please suggest me with proper approach.To upgrade my current environment with oracle application 12.0.4 with database 10.2.0.4 to oracle apllications 12.1.3
    Thanks in advance
    pavan

    We infact are upgrading even our database to 11.2.0.3, but database upgrade will be done by other organisation as our client has outsoursed database support to other organisation.
    We have to do only application upgrade from 12.0.4 to 12.1.3, however we have access to database to upgrade it to 10.2.0.5 if required, So my question here is can we proceed upgrading application to 12.1.3 without upgrading the database. (can i use 10.2.0.4 database with 12.1.3)Please see your other thread, I have already answered you.
    Thanks,
    Hussein

Maybe you are looking for

  • Email Bursting Maximum emails

    Hi Guys, Can anybody let me know what is the maximum limit of emails we can sedn via email bursting at one time? Is precalculation server is being used in doing email bursting or not for query brodcast? Pls advise. We are planning to implement email

  • Bills Payable Processing

    Hi Gurus, Can you please let me know the Menu path or T-code which can be used to post bills payables for vendor and then clear open items from Special Account to Bank clearing.  My understanding is, If i create an invoice with payment method created

  • How to import Video without a firewire!

    I have a Canon PowerShot SD750 brand new. I installed the software and was able to upload photos and film but I could not import it from a file into imovie HD. I was told not to install the regular software when I was at the Apple store so I took it

  • HT1414 i give up.  ive tried to update my wife's iphone.  each time after an hour or two, i get a message that it is cancelling the backup.  it wont update.

    well, i finally made it thru the maze that is apple security, matched all the password rules, and never using the same password twice only to be shut down again when i tried to update my wife's iphone.  after two hours i get a message that says its c

  • Elements 13 slide show

    Elements 13      How can I customize slideshow i.e. transitions, text fonts, photo frames, backgrnd. & font color?  Like Elements 12.