Do successful installd app server needs another DB?

Guys..!
Here is the Issue !
1.installed oracle application infrastructure
2.installed oracle application server
Now , does it need to install another oracle database? to store forms reports !
i am asking this because Oracle app infrastructure coming with its own Database !!
Thanks

I want to add that app version is 10.2.0
and DB version also 10.2.0

Similar Messages

  • BPC 7M SP04 - app. server need SAN access?

    For PRD, we intend to split up our BPC 7M SP04 configuration into 2 servers - DB and App. server
    Will the app. server need access to the SAN? ( what data does it store, and is it big )?
    Are these assumptions valid?
    App. server needs to be 32 bit OS
    DB server can be 64 bit OS
    For DEV, we will have one server for all components. We assume this needs to be 32 bit OS with /PAE switch confitured?
    Thanks in advance .. Sanket

    Hi,
    Having a SAN access for your Application Server is not mandatory but could be used to store the BPC Data folder (the one containing Webfolder directory which stores Excel template and logic file).
    DB in 64 bits and APP in 32 bits is fine. Just check where you want to install SSRS component (on DB or App server).

  • Web service deployment on oracle app server, need help

    Hi All..,
    When I deploy a web service on the Oracle Application Server (10.1.3.3) the WSDL that is generated from JDeveloper and package with the EAR file is overwritten at deployment time. The parameter names for the method calls for the web service are change from actually parameter names to generic ones. For example, “amount” is changed to “param0” or “vendorId” is changed to “param1”. Is there a way to not let this happen ??
    TIA
    Krishan

    Did you got the solution for the issue you had?

  • Other SDK and App-Server

    Hello,
    I'm currently tryig SJSC and I would like to use another instance f the App-Server and another version of the SDK (1.5_03). Is it possible to configure SJSC to do so or better just say while installation that SJSC should use the already installed versions? The OS is WinXP Prof.
    regards,
    Thomas

    Hi Thomas,
    Yes it is possible. you can have an other instance of appserver and in SJSC you can add that server instance as a remote server and deploy your applications to that server.
    regards
    MJ

  • Moving services from one server to another

    Hi all,
    I moved Access Database Services and Excel Services from one app server to another app server by starting those services on the new server and stopping them on the old one. However, in the app logs and ULS, SharePoint errors out cuz it still tries to make
    the calls to the old server. Why is this? I did the iisreset on the old server, but it made no difference. What am I missing?

    Hi ,
    According to your description, my understanding is that you got an error when you moved Access Services and Excel Services from one server to another server.
    As Trevor said, please do an IISRESET on the new server, and compare the result.
    Please restart the new server running Access Services and Excel Services applications. If restarting the server does not correct the problem, confirm that the hardware of the server is functioning correctly, or reinstall Access Services Application
    and re-add the server to the server farm.
    Here are some similar posts for you to take a look at:
    http://technet.microsoft.com/en-us/library/ee513104(v=office.14).aspx
    http://answers.flyppdevportal.com/categories/sharepoint2010/sharepoint2010setup.aspx?ID=dc48676c-43f6-45f9-ab46-2ed6515c9660
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • ResultSet processed at the DB server or App Server???

    Well,
    If I have a ResultSet object that is fetched with a couple of records, where does the actual records stay???
    Are these records fetched into your App server, or they still are with your DB?? So, when I call "rs.next()", evidently does the App server need to fetch each and every record from the DB, if the latter is true??? If the former is true, how do you explain that the ResultSets and other related objects are scarce DB resources???
    Thx for your time.
    fun_one

    A ResultSet is a Java object, so it resides on the application server. A ResultSet is associated with a database cursor, which resides on the database server.
    When you open a cursor, i.e. execute a query, the database figures out which rows match the query. The database servers builds a data structure of some sort in its memory, containing the selected data. The data structure is...cough...don't ask me, I don't know. Must be fairly significant to allow for transaction isolation, sorting, joins, ... If you just do "select * from foo" without a "where" clause, the db server may get by with a simpler data structure.
    The database then sends the first, say, 10 rows to the application server. The db server also says, "here's the data on the newly opened cursor, and let's call this cursor #22."
    After the application server has looped 10 times in while(res.next()), res.next() says to the db server, "dude, I have this cursor, #22, send me more data on it." The db server sends the next batch of 10 rows. This repeats until all rows are processed, or you close the ResultSet (aka close the cursor).
    Closing the ResultSet tells the database server that it can release the data structure that holds the stuff in the cursor. If you don't close the cursor, the data structure needs to stay there, reserving memory, in case you rewind it and start reading it over.
    So, a ResultSet + cursor take space on both the application server and at the db server.
    The number of rows that are fetched at a time can be adjusted; see setFetchSize(). It's a tradeoff between the number of times a round trip has to be made, vs. the memory it takes to keep the 10 or whatever rows in memory before res.next() gets to them.
    All of this depends on how the db server and the JDBC driver are implemented, but I'd guess the above is a pretty typical way of doing it.

  • Page is NOT FOUND by app server after copy of one application to another

    I have successfully copied one application to another, but this time after the successful copy (same workspac - I change the parsing schema after the copy ) I keep getting the following error for one page in the app when I try to branch to it from a button:
    The requested URL /pls/apex/f was not found on this server.
    When I put the url in manually in the address, I get the same error.
    the page is available for edit in the application, but just refuses to be served up. I have edited the page; copied the page to a new page and still the same error. Anyone with any ideas?
    thanks

    Varad,
    It is a redirect:
    Target: Page in this Application
    Page: 40
    set with these items:
    P40_SO_INIT_SYS_ID,P40_SO_INIT_VERSION
    with these values:
    &P6_SO_INIT_SYS_ID.,&P6_SO_INIT_VERSION.
    The actual URL that it generates is:
    http://nldg-3.appl.devjones.com:7777/pls/apex/f?p=777:40:2366413872450813::NO::P40_SO_INIT_SYS_ID,P40_SO_INIT_VERSION:783%2C0
    Keith

  • What do i need to prepare on premises Apps Server?

    hi , i want to use the on-premises Apps, and i will configure the high trust between the apps server and my SharePoint 2013 server, but now i have to know what do i have to install on the apps server i will basically need windows and VS2013, but do i need
    any other applications or tools ?

    The infrastructure (server) is the same whether you are doing SharePoint hosted apps or provider hosted apps.  The only difference is that the provider hosted apps are hosted on a different web site.  That web site can be either on the same server
    or on a different server.  If you want to do provider hosted apps on a separate server then that server needs to be able to host web sites.  It can be IIS, Apache, anything that will host web sites.  But your AppsServer can be just a different
    IIS web site on the SharePoint server.
    VS only needs to be on the SPServer when developing Apps.  Once the App is developed, tested and packaged you can use the .APP package on any SharePoint server or even another farm.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Need to make periodic request to App Server from NSAPI SAF

    I have to send a keep alive ping to a existing Session on our app server from a NSAPI SAF on IWS6.
    First, is making a direct socket call the best way to handle it or is there another suggestion for sending the request.
    Second, if using the direct socket connection is the way to go do I need to use the net_* methods within the NSAPI code or can I use native socket code.
    Third, will there be any issues with making this type of socket call from a spawned thread, and can I use the native threads on Sun Solarias.
    Some code examples would be very helpful since I can't find much at all on the site.

    NSAPI doesn't expose any infrastructure for managing outbound connections, and the list of supported net_* functions does not include socket, bind, or connect analogs. You are probably best off using native socket code.
    On Solaris, you can create your thread using the NSAPI systhread_create function or the Solaris pthread_create or thr_create functions. Note that you should not call NSAPI functions from a thread you create yourself unless you first call the NSAPI prepare_nsapi_thread function.

  • IPAD MINI RETINA SCREEN VERSION IOS 7.1.2 can't success download apps , need to reboot every times only can download apps. Is iOS problem or hardware issue.? Local agent switch sale and tech support can't fix my problem.

    I Purchase iPad mini retina screen on July 7 2014 at Malaysia local apple sale agent switch store somehow now my iPad did restore to latest iOS 7.1.2, before that and after also facing 1new issue is my iPad mini cant success download apps and error message show can't download at this time, either retry or click done. My internet is good condition no line down, I reboot my iPad only can download but sometime can't need to reboot twice only can download. Very sad local sale and tech support can't help to solve my problem...

    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    If that doesn't help, tap Settings > General > Reset > Reset Network Settings
    You will have to re enter your Wi-Fi password.
    No data is lost due to a reset.
    If nothing above helped, try here >  iOS: Troubleshooting Wi-Fi networks and connections

  • What are the components I need to install on my apps server

    Hello All,
    Our Oracle DB 10.1.0.3.0 is installed on Linux Server.
    Oracle 10g Developer Site is installed on windows XP.
    I have upgraded form & reports form earlier version 6.0..
    Now I need to install Oracle Application Server on windows 2003 (x86) 32 bit.
    I never done this b4.
    My question is that ,
    what are the components I need to install on my apps server to run Forms & Reports?
    I am installing apps server on one machine.
    But when I read documentation they said its better to install on two machine.
    Regards,
    Diana

    Yes,
    I'm sorry to tell you but for forms and reports (BI) you need to install almost everything, you need to install an infrastructure as first components, and then a midtier for AS with Business Intelligence option, in this second component you can chose to install Reports, forms, OCJ4, Portal, any other component you need or you thik you will need in the future.
    You can install both in one Server if you don't have resources for 2 or 3 thinking on load balance. It works fine for me in one server but my operation is not too big.
    Carlos

  • App Server crashes - need help

    We have the problem that our App Server crashes under different conditions. Our application is a Web App with many Session and Entity EJBs. We using Oracle 8.1.6 as DB.
    The following code Fragment causes the Error:
    // Parameter colProjects is an Collection of Strings with primary keys
    public java.util.Collection getResult(java.util.Collection colProjects) {
    java.util.Vector result = new Vector();
    try{
    LocalProjectHome home; // Home Interface of an Entity Bean
    ServiceLocator sl = new ServiceLocator(); // Service Locator Pattern; not implemented as Singleton, no Caching!
    home = (LocalProjectHome)sl.getLocalHome(JNDIName.Bean.Project);
    // and iterate through the result project-id's
    LocalProject p;
    java.util.Iterator itProjects = colProjects.iterator();
    while( itProjects.hasNext()){
    p = home.findByPrimaryKey( (String)itProjects.next() );
              // Read Information from p and write it to vektor result
    catch(Exception e){
              // Error Logging Functions here
    return result;
    This funktion works fine until the number of entity beans exceeds a size over 400. if we reach a higher number of beans the Server crashes without any exception most of the time. Sometimes we got an Exeption like "OraclePrepareStmt - class not found Exception".
    This Crash occurs only when we start the App Server Instance in Release Mode. When we start int in debug mode it works fine. We can reproduce this behavior on Solaris and Windows Versions of the App Server.
    Any ideas where we can look to solve this problem? Or if you need more information about our configuration, plz post here.

    Hi again,
    If you're using the function GUI_DOWNLOAD because its on the presentation layer, then use the function as follows to create it tab delimited. Notice the bold parameter
        CALL FUNCTION 'GUI_DOWNLOAD'
             EXPORTING
                  filename                = file
                  has_field_separator     = 'X'  "file is TAB delimited
             TABLES
                  data_tab                = itab_result
             EXCEPTIONS
                  file_open_error         = 1
                  file_read_error         = 2
                  no_batch                = 3
                  gui_refuse_filetransfer = 4
                  invalid_type            = 5
                  no_authority            = 6
                  unknown_error           = 7
                  bad_data_format         = 8
                  header_not_allowed      = 9
                  separator_not_allowed   = 10
                  header_too_long         = 11
                  unknown_dp_error        = 12
                  access_denied           = 13
                  dp_out_of_memory        = 14
                  disk_full               = 15
                  dp_timeout              = 16
                  OTHERS                  = 17.
    Hope it helps.
    Regards,
    Gilberto Li

  • Why we need SSL Certificates for configuring App Server in Sharepoint

    Hi Support,
    We are planning to have a separate server for Apps, while configuring the server its asking for certificate. The main scenario is while configuring server inside the same firewall why we need SSL for configuring.
    Could you please let me know the reason why we need SSL for configuring App Server.
    Thanks in Advance,
    Regards,
    Pradeep

    Hi  Pradeep,
    SSL (Secure Sockets Layer) is a transaction security standard that provides encrypted protection between browsers and App Servers. When SSL is enabled for an App Server, browsers communicate with the App
    Server by means of an HTTPS connection, which is HTTP over an encrypted Secure Sockets Layer. HTTPS connections are widely used by banks and web vendors for secure transactions over the web.
    Secure Sockets Layer  is a requirement for web applications that are deployed in scenarios that support server-to-server authentication and app authentication. This is such a scenario. As a prerequisite
    for configuring Task Synchronization, the computer that is running SharePoint Server must have SSL configured.
    Reference:
    http://blogs.technet.com/b/speschka/archive/2012/09/03/planning-the-infrastructure-required-for-the-new-app-model-in-sharepoint-2013.aspx
    http://corypeters.net/2013/03/ssl-and-sharepoint-2013/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • I need a shell script to move latest archivelogs from one server to another server..

    Hi,
         I need a shell script to move latest archivelogs from one server to another server..
    Thanks&Regards,
    Vel

    ea816fb9-f9ea-45ac-906f-36a8315970d0 wrote:
    Thanks it's really helpfull..
    Now i have pasted a shell script which generates archivelog and shows latest archivelog time..
    just check let me know the answer, that how i need to execute it..
    # Force a logswitch to get the last archivelog to the standby host
    ORACLE_SID=ORCL
    ORAENV_ASK=NO
    . oraenv >/dev/null 2>&1
    SwitchLogfile()
      # Do logswitch 
      RESULT=`echo "Alter system switch logfile;" | sqlplus -S / as sysdba | grep 'System altered'`
      if [ "$RESULT" = "System altered." ]
      then
      export RETURN=1
      else
      export RETURN=0
      fi
      # Do we need to do something with this return value?
      export RETURN
    GetArchiveTime()
      CURYEAR=`date +%Y`
      echo "set heading off;" > temp.sql
      echo "set termout off;" >> temp.sql
      echo "select to_char(first_time,'YYYY-MM-DD HH24:MI:SS') from v\$archived_log where sequence#=(select sequence# - 1 from v\$log where status='CURRENT');" >> temp.sql
      sqlplus -S / as sysdba <
    spool tempres.txt
    @temp.sql
    quit
    EOF
    cat tempres.txt | grep ${CURYEAR} | grep -v grep | awk '{print $1" "$2}'
    #rm -f temp.sql  tempres.sql
    SwitchLogfile
    GetArchiveTime
    You seem to have ignored Dude's VERY good advice and continue to press down this ill-advised path.  If you continue this approach, you WILL have problems at the very time you do not need any additional problems.  Trying to recover your production database at 2:00 in the morning is not the time to be getting errors from rman because it can't find what it needs - because you decided to move them around yourself.
    Please reconsider.

  • Installed Forms 11g ok but do I need another HTTP Server to run APEX?

    Friends,
    I have posted this Installed Forms 11g ok but do I need another HTTP Server to run APEX? over in the Forms forum. I'm not sure if it's best suited to here?
    I'm not chasing for an answer, just trying to find the correct place for my question.
    Thanks
    Ian

    The answer from a software licensing perspective depends on the licening model you are on. If Unified Workspace Licensing (UWL), then you already have license entitlement to CUP under the Business Edition of that licence program. If you are on a DLU or UCL-based license program, CUP is seperately licensed.
    You will need s seperate MCS server.
    Softphones again depend on your license schema. If UWL, each user is entitled to one softphone. DLU and UCL each charge for softphone usage seperately.

Maybe you are looking for