ERP requires a dedicated server to Oracle Database access?

Recently, I checked a database that had a problem due to CPU and memory constraints. When checking the database, I have seen that the server will run in dedicated server mode. I figured that it was the cause of the problem and proposed to change this shared server mode. But according to admin app that won't help and also for the ERP Oracle database must be dedicated mode. Because I'm not admin app I just wanted to ask - is it true? How to configure ERP is not to request a dedicated database service.

Thanks in advance

Hello

In the following document, the text in the comments mentioned that most of the EBS clients need not use MTS. This means that it can be used.

Parameters to initialize database for Oracle E-Business Suite Release 12 (Doc ID 396009.1)

Kind regards

Bashar

Tags: Oracle Applications

Similar Questions

  • Migration from SQL Server to Oracle database

    I have 2 questions:

    1. we intend to convert our sql server databases oracle OLTP databases. I tried to use SQL Developer to migrate a database of small sql server to oracle (size 5 GB) database. It was fine. When I tried to migrate to a different database (size 90G), it takes too much time. The problem with sql developer is I can not pick and choose tables. 250 paintings, I need to migrate tables abt 80 (the size will be abt 50 G). What is everyone can share their experiences, as appropriate, converting databases of size average sql server for oracle databases? other options?

    2. I intend to convert the sql server ddl to oracle ddl. I have tested bcp out and use sql loader to import the data. Right now I am manually creating the oracle tables sql server tables. I use http://download.oracle.com/docs/cd/E11882_01/gateways.112/e12069/apa.htm#BABCIIDI to convert the code. Are there other ways better to convert sql DDL DDL Oracle Server?

    Thanks in advance

    DDLS must be converted manually. Oracle is not SQL-Server.

    If for example, you have the option of partitioning, you should consider using the partitioning index and when it is possible. Not all tables must be hash tables. Do postpone you creation of segment or not? What type of tablespace? Set yourself free percentages and allows you to manage when the data block is on the free list and how much is reserved in the block of data to update rows in this block?

    There are many considerations to be taken with regard to the physical database design.

    Using BCP and SQL * Loader sound good. SQL * Loader is fast and scalable - use it to load up to 3.6 million lines every 60 seconds. Direct and parallel charges will give the best performance in this regard (assuming that the underlying table structure and use supports this approach).

  • SQL Server-> conversion Oracle database FDM

    Anyone has any experience in the conversion from SQL Server to Oracle for FDM? (11.1 oracle now supports).

    My thought would be to re - treat all files of importation rather than try a conversion of database type.

    Thoughts?

    Thank you

    -John

    John,

    FDM has always support Oracle DB as a repository.

    To convert the SQL Server DB to an Oracle DB server, you have to re-create the metadata for the application at hand. Currently, the feature export to XML of FDM does not take into account differences in filing structures and cannot be used.

    You must then re-import all files or continue on creating this day with impatience.

    Thank you.

  • Required for the installation of Oracle Database 11 g 2 on windows server 2008

    Hello

    I'm looking for progressive oracle support, but I am unable to find a note that details install requirements of Oracle 11 g 2 database on 32-bit platform of windows server 2008. Anyone know where to find the requirements? I need so I can prepare the documentation available to migrate our database servers.

    Thank you

    Hello

    they can be found in the installation guide: [url http://download.oracle.com/docs/cd/E11882_01/install.112/e10843/reqs.htm#i1011417] requirements Oracle under Windows.

    Herald tiomela
    http://htendam.WordPress.com

  • Oracle Database 11 g Linux dependencies

    I'm going to install Oracle Enterprise Edition 11 g 2 today on a server that I have in my office. The idea is to understand and become familiar with Oracle 11g and the RDBMS in general. As I review the documentation for installation under Linux, there is a section entitled "^"BOLD"^ 2 requirements pre-installation of the Oracle database ^"BOLD"^", I'm confused about whether I do or that you do NOT need a GUI to install Oracle 11 g 2. I play a 'minimum' Red Hat Enterprise Linux 5.8 (64-bit) Setup so there is no desktop environment such as Gnome or KDE on this server. I don't want to keep unnecessary packages and libraries for a graphical interface which will be never seen / used.

    Can someone tell me short and sweet it is possible / acceptable / normal to install Oracle Enterprise Edition 11 g 2 on a Linux server that can perform at the runtime level '3', which is the command line only, and do not install any GUI / Windows X packages?

    You can perform an installation in silent mode using answer files - no GUI is necessary - see this link from the same guide installation including the link you posted above - http://docs.oracle.com/cd/E11882_01/install.112/e24321/app_nonint.htm#BABFEECI

    HTH
    Srini

  • Interlink with Sql server and Oracle

    Hello

    We have some data in SQL Server.
    We need to link SQL Server and Oracle Database. To make reports in Oracle Apex.

    Please someone guide me to interconnect with Oracle database

    Kind regards
    Thérèse

    Therese,
    You can find more information on gateways in this available in My Oracle Support note-

    Note to master for the Oracle Gateway (Doc ID 1083703.1) products

    Kind regards
    Mike

  • Oracle database Enterprise edition and standard edition one

    Hello
    is it possible to install on the same server, separate oracle database Enterprise edition and standard edition, once 11 GR 2?

    Best regards
    Jean-Marc

    Published by: jmniard on March 12, 2011 05:19

    NO.

    Listener is a specific node resource, so you should have 1 single earphone (ranging from the upper version of DB House) on a server and it will be.

  • How to migrate from SQL server to oracle 11g

    Hello
    I have a lot of tables in sql server, and I want to connect them in oracle

    Welcome to the forum,

    Hello
    To create a link Oracle with SQL Server follow these steps:
    1. install Oracle ODBC drivers on the server (your Oracle database local) who will have access to the remote SQL Server database by using the database link.

    2. configuration of the ODBC connection on the local Oracle using the Windows ODBC Data Source Administrator database

    3 test pilots to verify ODBC connectivity is made to the SQL Server database.

    4. make sure that your global_names parameter is set to False.

    5. configure Oracle heterogeneous services by creating an initodbc.ora file in the Oracle database.

    7 change the Listener.ora file.

    SID_NAME is the DSN for the remote database.
    ORACLE_HOME is the real path to the file at Oracle.
    PROGRAM says Oracle heterogeneous services.

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = Cas30C) - enter the DSN on this line
    (ORACLE_HOME = c:\oracle10gdb)--Inscrivez your Oracle home
    (Program = hsodbc)) )

    8. change the Tnsnames.ora file. It's accessed by users Oracle database installation connect for ODBC drivers

    (DESCRIPTION =
    (ADDRESS_LIST =
    (Address = (PROTOCOL = TCP)
    (HOST =
    -(X server)
    (PORT = 1521))) -Enter the port on which the server x installing Oracle
    -is listening
    (CONNECT_DATA = (SID = Cas30c)) - enter the name of the DSN
    (HS = OK)-enter this value. He indicates to Oracle to use transfer services
    )

    9 recharge the listener on a local Oracle database

    10. create a link of database on the local Oracle installation that accesses the heterogeneous connection, which, in turn, connect to SQL Server.

    11 execute SQL Select Server from the Oracle installation using the database link

    Thank you
    BelMan :)

  • Hyperion 11.1.1.3 and Oracle database on separate computers, no matter what experience?

    Hello

    Anyone who has experience installing Hyperion 11.1.1.3 (and paths) on Windows 2003 Server with Oracle Database 11 g installed on a separate machine?

    Is there a known problem?

    Thank you very much

    Robo

    Hello

    Well install the Oracle database is located on a separate server installation of hyperion, it is quite common.
    As long as there is a good connection between the machines, you should be fine.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Silently installation of Oracle Database 12 c on Ubuntu 14.04. Server

    Hello everyone,

    I try to install the Oracle database 12 c on a headless Ubuntu 14.04 server, using the silent mode of the Oracle Universal Installer with a response file (see attachment). As this Linux distribution does not seem to be officially supported, I followed the instructions, I found in this tutorial, http://tutorialforlinux.com/2014/10/01/how-to-install-oracle-12c-database-for-ubuntu-14-04-trusty-lts-64bit-linux-easy-guide/and was able to install the database software. During installation, as described in the tutorial, I have to change some files makefile in the target installation directory, then click on 'Retry' to continue the installation. Because I need to perform a silent installation, the "Retry" button does not appear and the Installer continues just to complete the installation with the promising message "Oracle 12 c database installation has succeeded.", despite several mistakes of links that I find in the log files. So, I make the suggested changes makefile after installation and retrigger the binding process manually (called "repeat all"), which looks after all ends correctly that I can now run "sqlplus" etc. In addition, I ran the script of post-installation (one of them as a root user), as requested by the installer.

    However, now I find the system without a data base of departure, even though I have it set up in the answer file that I gave to the Oracle Universal Installer. Without doubt, routines important installation required for the configuration of the database have been ignored by the errors of liaison took place. To be complete, they are linking errors I find in the configuration log file (and that I solved it by changing the files makefile and running 'repeat all' after installation):

    Error in invoking target 'all_no_orcl' of makefile ' / home/oracle/app/oracle/product/12.1.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. [...]

    Error invoking the "utilities" in the makefile target ' / home/oracle/app/oracle/product/12.1.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. [...]

    Error in invoking target 'install' of makefile ' / home/oracle/app/oracle/product/12.1.0/dbhome_1/network/lib/ins_net_server.mk'. [...]

    Error in invoking target 'irman ioracle' of makefile ' / home/oracle/app/oracle/product/12.1.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. [...]

    Can I rerun the Universal Oracle install from the point where the binding process has failed, i.e., without crushing the makefile changes that I had to perform in the oracle home directory?

    Or is there a way to tell the silent installer to suspend Setup error (giving me the opportunity to resolve the problem immediately) and delivers a 'Retry' to continue the installation from there?

    For development purposes, I need a database of startup clean and fully configured, including pre-installed packages (especially Oracle Spatial).

    Thank you very much for your suggestions!

    Thank you for your answers, I now get a solution to the problem.

    @12cdb: RPM Installation was not an option because it is not recommended on Ubuntu.

    @Srini Vernon-Oracle: I am aware that a Ubuntu system is not an environment supported for installation of database Oracle, as mentioned in my question. There are reasons why the passage to another distribution is not an option in my setup, that's why I asked for advice.

    The solution is the following:

    -Install the database in "Software only" mode (silent, using a response file).

    -Fix the linker errors as described in the tutorial.

    -Recreate a link.

    S ' ensure that the kernel is properly configured as described on this page: http://docs.oracle.com/database/121/LADBI/app_manual.htm#LADBI7866

    -Use "dbca" silently with a response file to create the database.

    Best regards

    Christoph

  • Options of the Web server for the Installation of the APEX on Oracle Database 10g

    Hello. We are installing an APEX on a test server that runs the Oracle 10 g 10.2.0.4.0 database. As I understand it there are two Web Server Options:

    (1) oracle HTTP Server (Apache)
    (2) oracle Application Express listener

    Do both of these jobs for Oracle Database 10 g 10.2.0.4.0? I thought I remember reading somewhere that only the Oracle Application Express listener only works with version 11 database or higher.

    Do both of these jobs for Oracle Database 10 g 10.2.0.4.0?

    Yes.

    I thought I remember reading somewhere that only the Oracle Application Express listener only works with version 11 database or higher.

    No, only the restriction (except 10 g XE) applies to the third option of web server that you have not mentioned: Embedded PL/SQL Gateway (EPG), such as discussed in your previous thread: + {: identifier of the thread = 2201975} +.

    Requirements for the listener of the APEX

    {forum: id = 858} forum

  • Copying or cloning of a local of the Oracle database on a remote server

    Hello

    I'm NOT a database administrator. A requirement came as I had to take the role of the database administrator. The problem is like this...

    I have an oracle 10 g 2 (development) database on a Windows 2003 server locally (in India). I need to copy or clone this Oracle database to another server located remotely (USA) Windows 2003.

    How can I do this? Well, I did a websearch and discovered various methods such as RMAN DUPLICATE and so on. I do not understand RMAN - I'm not an administrator.

    Please give me the operation step by step I have to do to solve my problem.

    Thanks in advance for your help and support.

    Renj
    ----------

    So you don't want to make the effort to understand RMAN, you don't want to copy the data manually, what else? Refuse this work activity.

    Nicolas.

  • 10.2.0.5 Oracle database link (Linux - x 86) for MS SQL Server 2012 (x 64)

    Please guys, I really need your help on this issue.

    I tried using freetds driver but when I use db link I get this error:

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    [Generic connectivity using ODBC] [S1000] [9013] error General nvITrans_BeginT - rc = - 1. Please see the log file for more details.

    ORA-02063: preceding 2 lines MIXERI

    To cite that I can connect to the remote sql server through isql tool with no problem at all. I study a lot and I found no solution for this error, so to this end, I will try to find another alternative way.


    Is there another way to manage the communication link between the system of 2 DB db?

    Thank you

    Hello

    S erro coming from the ODBC side then you can try the following-

    1. change the listener.ora LD_LIBRARY_PATH for-

    (ENVS=LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/db/oracle/10.2.0/lib)

    stop and start the listener.

    2. don't you get the error even if you delete the entry-

    HS_FDS_SQLLEN_INTERPRETATION = 32

    3. get a debugging bridge route-

    -Comment the entry
    HS_FDS_TRACE_FILE_NAME = /db/oracle/10.2.0/hs/admin/MIKSERI.trc

    then the tracks go to the location by default with default names-

    /DB/Oracle/10.2.0/HS/log

    -set the level of the trace-

    HS_FDS_TRACE_LEVEL = DEBUG

    -start a new session of SQLPLUS, run select, close the session.

    -Download the trace from somewhere, it can be displayed by our care.

    It can also be an idea to install and use the 11.2.0.5 last DG4ODBC gateway that is certified with RDBMS 10.2.0.5 and available at My Oracle Support you.

    Patch 13390677: 11.2.0.4.0 PATCH SET FOR ORACLE DATABASE SERVER

    which must be installed in a new and separate ORACLE_HOME.

    Kind regards

    Mike

  • Need help in the migration of windows 2003 server Oracle database server 2012

    Hello

    My environment is oracle database 9i in windows server 2003, we want to move to Windows 2012 since the end of support for windows 2003.

    Please give me a plan, what no need to make the first database upgrade or upgrade of windows, what are the things will have to be considered at the level of Oracle database?

    Any help would be appreciated.

    Thank you

    Lherault

    Hello

    Given the version of your database is 9.2.0.8 and you want to upgrade to 11.2.0.4 and 9i database is running with log mode archive

    I have plan.

    (1) your database 9i working with the log mode archive Server 2003

    (2) you can take backup of Database 9i with RMAN

    (3) you can restore the backup to the base in 2008 (by using 11.2.0.4 software)

    (4) when the recovery is complete, you can open the database with resetlogs option upgrade.

    change the upgrade of open database resetlog.

    (5) once the database is open, you can run 'Upgrade PROCESS'

    (6) it should complete your upgrade in 2008

    If you think, restoration and recovery will take time, so you can install physics Eve with 11.2.0.4 version in 2008 for the Database 9i.

    During failover, you can recreate the controlfile and open the database ' change the upgrade of database open resetlog. "

    you will need to check the compatibility with the help from under documents

    Reference list Oracle database upgrade (Doc ID 730365.1)

    Note 551141.1 : Server Upgrade/Downgrade Compatibility matrix data base

  • Synchronize two schemas from database on a linux server using Oracle GoldenGate

    I followed this guide ( http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/goldengate/12c/OGG12c_Installation/index.html?cid=9167 & ssid = 0 ) and for two different databases running on the same instance of database schemas.


    What I have now is a Linux server with two Oracle database schemas.
    I have access through my Linux virtual machine. I want to do the synchronization possible between them.

    I use Oracle GoldenGate to make this possible. What should I do now? Goldengate is must be installed in the server too? I'm totally new to this situation. Can someone give me at least the major steps before going to the more comprehensive study?

    Well understood. This helped.

    Install Oracle GoldenGate Linux to synchronize two schemas from database on a single server

Maybe you are looking for

  • How do I customize my email

    How do I customize my page of email with the standard word ending, hours etc. etc., or borders

  • Satellite P20-304: error reading disk

    When I turn on my laptop it seems to say an error message: "a disk read error has occurred. Press ctrl + alt + delete to restart» I did it several times. I also used the recovery cd, but it was useless. Anyone know what to do?

  • Can not stop cryptographic services to rename the Catroot2 folder.

    Hello I recently bought Halo 2 for WIndows Vista and tried to run it on my pc, which uses windows 7 Home premium. Since I installed the game, whenever I play it stops, saying that "Games for Windows Live could not... etc" I looked up the solution on

  • MG6120 - cannot scan error "cannot communicate with scanner.

    Hi, I have a Mac Book Pro with OS 10.10.5 (Yosemite).  I have the Canon MG6120 printer.  Since I updated to Yosemite, I'm more able to scan using the MP Navigator ex software  I get the following error message: "Cannot communicate with the scanner. C

  • Wallpaper of Windows - low quality!

    Recently, I just created a new desktop background, nice and simple using Photoshop. I used a gradient on the background (Radial). When I saw in the photo gallery, she was amazing. However, when installing like wallpaper, I saw waves little change of