Proposal Setup infrastructure - Oracle database, LDAP, Weblogic Server, part operational

Hello Experts!

First of all, until I opened this topic I tried to search for similar positions that can hold at least part of the necessary information for me. This topic is that most related to the architecture of the whole system in the sense of the application that contains a part of database (oracle with data models database), the operational part (unix scripts called from the web interface), weblogic server where MS Java application runs and the last part is LDAP Setup for supported LDAP grups.

Currently confirmed architecture is for me unacceptable from the point of view of dorsal because everything would be installed on the same physical server (physical machine). From my point of view, there should be at least 3 physical separate servers:

(1) Server database where the Oracle database is installed (say ommit backup and disaster at this stage recovery)

(2) operation of servers shared between several applications to manage operational tasks and application configurations

(3) separate server for Weblogic server, the LDAP server and Java application is

Given that 2 points are obvious to me and I provided them with really simplified form then 3. is not entirely clear to me mainly due to the fact that I am the architect of solution for datawarehausing, not for applications based on J2EE.  Under the following link:

webloic Oracle server needs a server infrastructure

I just read to support failover and balancing I should have two different boxes physical and Weblogic software installed on each of them. I know not so so many separate for the 3rd point above mentioned how boxes I need. I would appreciate if you can share your thoughts on this subject by considering the following points:

-scalability (1000 users at the same time)

-further development

-maintenance

-installation costs

If you can guide also links to cover this topic, I'd be more than happy

Thanks in advance!

Kind regards

Bolo


Hi Bolo

Here's WDM of Oracle Identity management includes the installation of OID:

Content

I'm sorry for the confusion.

I meant "General guidelines of architecture of say that you should keep the boxes", for example: LDAP must be in another box of WLS, also database must be in a different area, this isn't really something related to Oracle products, it is only related to the definitions of architecture.

WebLogic Server at the end being that a java application is running in the virtual machine JAVA, WLS should run in the same box as the JVM as it comes to a unit in terms of functionality.

Best regards

Luz

Tags: Fusion Middleware

Similar Questions

  • ORA-01079: ORACLE database was not properly created, operation canceled

    Hi all
    On Oracle Database 10g Enterprise Edition Release 10.2.0.1.0

    My problem is that I have to delete the database as the same is not created correctly.
    To do this, I get the error when I try to mount the database below.

    ORA-01079: ORACLE database was not properly created, operation canceled

    Also, when I started the database by specifying the file pfile, he threw out saying error
    ORA-00202: control file: ' D:\ORACLE_10G\DATABASE\CTL1SAMPLEDB. ORA'

    When I specified control_files clause in init.ora, that I was getting above error, so I tried to remove the same but still facing the same error.

    Can someone help me solve the problem...?

    Thank you

    ROCs Rossy says:
    Hi all
    On Oracle Database 10g Enterprise Edition Release 10.2.0.1.0

    My problem is that I have to delete the database as the same is not created correctly.
    To do this, I get the error when I try to mount the database below.

    ORA-01079: ORACLE database was not properly created, operation canceled

    Also, when I started the database by specifying the file pfile, he threw out saying error
    ORA-00202: control file: ' D:\ORACLE_10G\DATABASE\CTL1SAMPLEDB. ORA'

    When I specified control_files clause in init.ora, that I was getting above error, so I tried to remove the same but still facing the same error.

    Can someone help me solve the problem...?

    Thank you

    You should be able to do the following on the command line windows

    oradim -delete -sid sampledb
    

    then remove the D:\ORACLE_10G\DATABASE\ of the file system folder (assuming that there are only records your db in there.
    Finally, delete the D:\ORACLE_10G\ADMIN\SAMPLEDB folder structure assuming it exists.

    Niall Litchfield
    http://www.orawin.info

  • Client Oracle for Oracle database 10g and Windows 2003 operating system...

    Hi all
    I need an Oracle Client for Oracle database 10g and Windows 2003 operating system.
    I searched www.oracle.com it there as much of products so basically that I got confused.
    Could you guide me please?

    Hello

    Here is the link: download (Oracle Database 10g Release 2 (10.2.0.1.0) customer - 10201_client_win32.zip (475,090,051 bytes) (cksum - 946434250)).

    Oracle Database 10g Release 2 (10.2.0.1.0)
    http://www.Oracle.com/technology/software/products/database/Oracle10g/htdocs/10201winsoft.html

    Kind regards
    Hussein

  • Install PT8.53 with Linux question: setup.sh can't recreate WebLogic Server PIA

    People,

    Hello. I install PeopleTools 8.53 with the server database Oracle 11 GR 1 material and OS Oracle Linux 5. Data Mover Bootstrap and application designer can connect to the instance of database successfully. About PIA, Oracle Database Server and Application Server Tuxedo11gR1 runs correctly. But when to start WebLogic Server in the opt/PT8.53/webserv/PT853/bin directory, I get an error message like below:

    [user@userlinux bin] $./startPIA.sh

    Its output:

    Try to start WebLogic Server PIA
    No activity will be connected to this window.
    Activity on the server will be connected to /opt/PT8.53/webserv/PT853/servers/PIA/logs/PIA_*
    PID for WebLogic Server PIA is: 5462

    In the direcctory /opt/PT8.53/webserv/PT853/servers/PIA/logs, I run the following command:

    [user@mylinux log] $ vi PIA_stdout.log

    Its release containing the primary error message:

    Another process is using port 80: exception java.net.BindException: Permission denied.

    The 127.0.0.1 address may be incorrect or another process is using port 443: exception java.net.BindException: Permission denied.

    Because I changed the MAX_FILE_DESCRIPTORS from 4096 to 1024 in the file 'setenv.sh', I can't start PIA on the ports lower then 1024 on Linux with a non-root users. I need to recreate PIAS and assign ports like 8000 and 4443. I have remove the PIA installed folder opt/PT8.53/webserv.  I recreate PIA in the directory /opt/PT8.53/setup/PsMpPIAInstall/ as below:

    [user@userlinux PsMpPIAInstall] $./setup.sh

    Its output:

    Select the web server root directory/home/user/oracle/Middleware

    Web server detected version: no choices available

    Error: The web server root directory entered is an invalid or incorrect version.

    Please try again. The version of the required web server is "Weblogic 10.3.


    My installed WebLogic directories are /home/user/oracle/Middleware/wlserver_10.3 and /home/user/oracle/Middleware/coherence_3.7 and I run WebLogic Console successfully with http://mylinux.mydomain:7001 / console. I think that the directory/home/user/oracle/Middleware is correct, but it says "no choices available".

    The first time, setup.sh runs correctly. In the second, setup.sh Gets the error above after deleting its previous /opt/PT8.53/webserv file installed.

    My question is:

    Can any folk solve the above problem to make run them "setup.sh" to recreate WebLogic PIA again assign ports greater than 1024?


    Thank you.

    See your original thread.

    Continue.

  • changing the database in weblogic server port

    Hello
    Please help to achieve the following objectives...
    I want to change the database in weblogic port so that weblogic listen port number has changed.
    Please help me to achieve this goal.

    Thanks in advance

    Hello

    Go to the WLS console in Data Sources and change the URL of your data source connection pool...

    I hope this helps...

    See you soon,.
    Vlad

  • Installation 11.1.2.1 using oracle database in windows server 2003 64-bit

    Hi gurus,

    I am about to install hyperion version 11.1.2.1 with oracle on a windows 2003 64-bit database.

    Do I need IIS component for hyperion to install?

    Thanks in advance

    Hello
    IIS is required only if you install epma, fdm, and/or hfm to the server.

    See you soon,.
    Alp

  • How to save the password encrypted in the database using database authentication (weblogic server)

    Hi Experts,

    JDEV version 11.1.1.7.0

    I have a usecase where I use database authentication in my Application.

    However if I save the module to record user password. Its economy without encryption. Can U suggest how can I do this

    Thank you

    Roy

    Please see

    https://docs.Oracle.com/CD/E16162_01/user.1112/e17455/dev_secure_apps.htm#OJDUG1168

  • 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.

  • I can another install another version of the Oracle database on the same operating system

    Hello

    I installed Oracle 10 g Express edition on windows xp laptop data. Can I install another another version - Oracle 9i or Oracle database 11g on the same operating system.

    Please advice.

    Thank you.

    I installed Oracle 10 g Express edition on windows xp laptop data. Can I install another another version - Oracle 9i or Oracle database 11g on the same operating system.

    On XP virtual machine (a criterion), which I normally attribute 800 M Ram, I installed 8i, 9i, 10g, 11g and database XE and same server forms & States and Developer suite.

    All work at the same time, of course.

  • Check the connection to a remote Oracle database


    Hello

    I have an application that runs on a server that connects to an Oracle database on another server.  The application uses Java and JNDI to connect, there is no Oracle client installed on the server hosting the application.  The application seems to have been to connect to the database on the other server.  How can I check that the connection to the database still work from the server hosting the application?  Is there a software tool that I use does not require Oracle client must be installed.

    Thanks in advance

    Alanjo

    the connection request is saved in the file listener.log on the DB server

  • Where to get the installer of Oracle Database Gateway?

    Hi all

    11.2.0.1

    Win7 64 bit

    SqlServer 2005,2008

    I want ot DG4ODBC to install 64-bit windows to create a link to Oracle database to SQL Server.

    While I can migrate selected tables. But I can't find the installer.

    I already searched google and http://www.oracle.com/technology/software/index.html,

    but in vain.

    Help, please...

    Thank you

    zxy

    Hello

    Yes go come and install a 64-bit on a 64 bit OS RDBMS and, hopefully, who should look for your question.

    Kind regards

  • SID and the name of the Service on Weblogic Server

    Dear,
    My question is related to the Data Source, when I create a new source of data weblogic server version 10.3.6.0, I have the name of the database as SID not Service name.
    When I put the name of the database in the SID of the error below will appear:

    Test failed: listener refused the connection with the following error:
    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    My question is weblogic server version 10.3.6.0 take the name of the database as SID? or there is a way to use the database SID weblogic server version 10.3.6.0 user?

    Now I test the name of database on Jdeveloper Version 11.1.1.4.0 and create the new connection to database as below:
    1 - when I choose the SID, the error above is
    2. when I choose the name of Service everything works correctly.

    Now I need put the user weblogic server version 10.3.6.0 as SID to be pass and continue working on my project.

    Thank you
    $ oerr ora 12505
    12505, 00000, "TNS:listener does not currently know of SID given in connect descriptor"
    // *Cause:  The listener received a request to establish a connection to a
    // database or other service. The connect descriptor received by the listener
    // specified a SID for an instance (usually a database instance) that either
    // has not yet dynamically registered with the listener or has not been
    // statically configured for the listener. This may be a temporary condition
    // such as after the listener has started, but before the database instance
    // has registered with the listener.
    // *Action:
    //  - Wait a moment and try to connect a second time.
    //  - Check which instances are currently known by the listener by executing:
    //    lsnrctl services 
    //  - Check that the SID parameter in the connect descriptor specifies
    //    an instance known by the listener.
    //  - Check for an event in the listener.log file.
    $
    

    Thank you for posting the connection string you use and, since the database server, the result of "lsnrctl services."

  • Hyperion 11.1.2.2 of Oracle Database 11g installation

    Hi all

    We plan to install hyperion 11.1.2.2(64-bit) with 11 g (64-bit) of the Oracle database in windows server 2008 R2(64-bit)
    We must right customer Oracle 64-bit and 32-bit. ! (for FDM, such as recommended in the installation documentation)

    If so, we install all products in one machine. What client (32 or 64-bit), it must first install?

    Is it necessary to install also the ODAC?
    If so, that is we must install 64-bit or 32-bit?

    any help would be appreciated.

    Kind regards
    Mady

    Hi Mady,

    We do not have everthing on a box, but also use all 64 bits.
    Client Oracle is 11.2.0.3

    I checked
    Oracle JDBC/THIN Interface
    Oracle Call Interface
    Net Oracle
    ODBC Oracle driver
    Objects for OLE Oracle
    Oracle OLE DB provider
    Oracle Data Provider for .NET
    Oracle for ASP.NET providers

    Be sure to install the 32-bit version first, then 64-bit on top.

    I hope this helps.
    Roman

  • application of odbc within an oracle database

    Is it possible to query using an external odbc link within an oracle database?

    I have an odbc link to our accounts package and questioning the limits of credit etc. then return the value to my current database

    for example, select the columns of odbcsn.tablename where condition

    ngac_uk wrote:
    Is it possible to query using an external odbc link within an oracle database?

    Yes, but this requires:
    (a) ODBC Manager on the Oracle Server
    (b) relevant ODBC driver on the Oracle Server
    (c) odbc.ini defining the DSN in the o/s oracle account
    (d) the configuration of the server heterogeneous oracle DSN for in + $ORACLE_HOME +.
    (e) the listener on this server to support the definition of heterogeneous server (HS)
    (f) Finally, a link of database using this definition HS

    Nothing to do with the SQL or PL/SQL languages - the theme of this forum.

    Everything about database administration. Not the subject of this forum.

    PS. found references in the notes following support:
    -Master Note for Oracle Gateway (Doc ID 1083703.1) products
    -How the installer DG4ODBC (gateway for ODBC Oracle database) on Windows 32 bits (Doc ID 466225.1)
    -How the installer DG4ODBC (gateway for ODBC Oracle database) on 64-bit Windows operating systems (Doc ID 1266572.1)

  • How to clean the Oracle database?

    Dear gurus and DBA. My company wants to give old computer at the local school. We have the Oracle database on this server. My boss want to make sure that the school not getting all the Oracle data. Some data bank is and must be a secret. The Bank's major customer and so exposed information, it means big problem for us. Ideas you might have appreicated. Thank you.

    >

    Hi Rajiv,

    Dear gurus and DBA. My company wants to give old computer at the local school.
    We have the Oracle database on this server. My boss want to make sure that the school
    not all Oracle data. Some data bank is and must be a secret.
    The Bank's major customer and so exposed information, it means big problem for us.
    Ideas you might have appreicated. Thank you.

    DBAN is your man - even not God could get information about a Dban disk ' ed - get it [url http://www.dban.org/] here.

    I have some work for a charity that sends computers in East Africa a few years ago.
    These PC came from banks, insurance companies, lawyers & law firms - a lot of
    potentially sensitive data. Much of the company to simply delete the
    files, which, as we all know is not really effective.

    The first thing we did with each machine was Dban them - no work allowed the
    any PC until it had a sticker of Dban top. Never had any problems.

    HTH,

    Paul...

    Published by: Paulie July 22, 2012 00:26

    Published by: Paulie July 22, 2012 00:27

Maybe you are looking for

  • How to remove an imessage stuck in "sending".

    I tried to send my location in iMessage. It is stuck in mode"send"and I can't delete it. I can select the message, but the trash is not active to remove the message that it is with a sent message. Any ideas how to clear this problem? Thank you

  • More effects in Youtube

    Surfing in promotion of Youtube movies, I find that the example of a film has more possibilities like my own Imovie 10.1.1. Below you see 2 photos. The above is on the internet and here is a picture of my Imovie. See the difference! How can I get the

  • Satellite L650 - ATI Mobility Radeon HD 5145 drivers obsolete

    I tried to run World of Warcraft after a month or so to break up with her, and when opening it he gave me the warning that my display drivers have been exceeded. I can still run the game OK, but it made me worry. As you can expect, I can't download t

  • Move the slider to its current location with the Windows Vista speech recognition?

    How is a moves the cursor from its current location with the Windows Vista speech recognition?

  • How do you stop memory waiting in windows 7

    Windows 7 does not use memory standby when it is necessary so I would stop it. I have 8 GB of Ram, I play a game like Age of Empires 2 (I've played others with nothing else installed) and it stutters because eve has all the Ram and don't release it,