Installed 11g on server with wrong timezone

Don't know if anyone has had this happen to them or not but I installed oracle 11.1.0.7 on a windows 2008 server. Just got everything loaded and patched. I was about to test a rman recovery when I noticed the windows server was set to the wrong timezone. I fixed the timezone on the server but not sure how to fix it on the database. At the least it seems like I would have to drop the dbconsole repository and recreate it.
Has anyone every had to change the timezone on their Oracle database?
Thanks for taking my questions!
Kathie

The complete answer is to boot database, dropped the dbconsole repository and recreated it. This cleans up you job schedule and resets everything to the correct time.
Thanks!

Similar Messages

  • IPC 4.0 - installing on a server with no SAP instance

    Hello all,
    as part of a hardware migration, I want to re-install IPC 4.0.
    Currently IPC resides on the same server as our SRM4.0 system.
    In the new setup IPC will reside on its own server with no other SAP installations (and therefore no SAP gateway).
    I am trying to test this scenario by connecting to our current test system, but the RFC connections to IPC from SM59 don't work.
    Does anyone know a way of making this work?
    I presume I could install a standalone SAP gateway on the same server as IPC, but I would like to know if there are other options?
    I've tried adjusting the dispatcher.properties file, but SM59 connection still doesn't work, so either I haven't created the right entries or I am on the wrong track.
    Regards...John

    Hi all,
    Here are the settings from my dispatcher.properties file:
    rfcEnabled=true
    rfcGateway=10.xxx.xx.xxx:3301  (I've amended the actual ip address)
    rfcDispatcherProgId=IPC_RFC_DISPATCHER
    rfcServerCount=1
    rfcServerProgIdPrefix=IPC_RFC_SERVER_
    and here's the error I see in my IPCDispError.log:
    Aug 6, 2009 12:00:18 PM     com.sap.sxe.log.log_api.SXE.ModuleMgr [main] Debug: Couldn't determine location of command GetPatchInfo in module SYSTEM
    Aug 6, 2009 12:00:18 PM  ....socket.server.dispatcher.RegisterMgr [main] Info: Contacting basis system
    Aug 6, 2009 12:00:18 PM  ....socket.server.dispatcher.GatewayInfo [main] Fatal: Dispatcher is configured to use active IPC dat
    abase, but no database has been maintained. Please use the Administator UI to maintain a database.
    Aug 6, 2009 12:00:18 PM  ....socket.server.dispatcher.GatewayInfo [main] Fatal: No RFC connection available! Couldn't find out
    how to ask a SAP system for my RFC gateways. RFC support disabled.
    Aug 6, 2009 12:00:18 PM  ....socket.server.dispatcher.RegisterMgr [main] Info: Dispatcher settings:
            Try 1000 ms to ping an IPC server.
            Don't contact IPC servers the next 20000 ms after a ping.
            Use normal load balancing without any specialized servers.
            Specialized servers are  generalized to replace dead ones.
            Load one leaves a server alone for 45000 msec.
            RFC support is disabled.
            Don't send mail about servers that are down.
    regards...John

  • Can I install oracle VM server with lvm and md raid?

    Hello,
    I am trying to install oracle vm server 2.1.2 on a server with md raid and I would like to use lvm on it. It seems to me that the installer md raid support is not working and lvm support is missing.
    Can you help me?
    Thanks in advance for any reply.
    Mario Giammarco

    Hi,
    now i understand...
    hm - if the install does let you create a raid ( mdraid ) -> you can try to setup the system preconfigured by anaconda...
    the lines would be like following:
    part swap size 8000 asprimary --ondisk cciss/c0d0
    part swap size 8000 asprimary --ondisk cciss/c0d1
    part /boot fstype ext3 size 200 asprimary ondisk cciss/c0d0
    part / fstype ext3 size 14750 asprimary ondisk cciss/c0d0
    part /appl fstype ext3 size 30000 asprimary ondisk cciss/c0d1
    part raid.01 size 1000 grow --ondisk cciss/c0d0
    part raid.02 size 1000 grow --ondisk cciss/c0d1
    raid /disk/disk1 level 0 device=md0 --fstype ext3 raid.01 raid.02
    -> check out the your anaconda file: #/root/anaconda*
    -> -> modify the part lines and setup a anaconda installer...
    ( would also a better idea - if you like to install standarized systems )
    let me know - if you need assistance with anaconda...

  • How to install Apache Web Server with PHP on Sun Solaris Sparc machine

    Hi,
    We are trying to install the Apache Web Server and the PHP package on a Sun Solaris Sparc machine running on SunOS 5.8. We are having compilation problems with the source code of both these packages.
    Does anybody know if there are ready solaris packages for Apache and PHP available from where we can download and install instead of source code compilation?
    Or any instructions / things to watch for when installing Apache with PHP (if anybody has tried installing Apache with PHP on Sun Solaris earlier) is most welcome.
    Thanks,
    Harish

    Apache should be bundled along with Solaris check in "/var/apache" in Solaris 8 and Solaris 9
    php is available at www.php.net
    I found an old document for installing PHP maybe this will help.
    Cheers
    -Dhruva
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++Installing PHP 3.x for Apache 1.x.x on Solaris
    Introduction
    This document describes how to install PHP for Apache on Solaris.
    You should have Apache installed before trying to install PHP.
    If you want to use PHP with MySQL then you must install MySQL first.
    Before we Begin
    1. These instructions assume that you have Apache installed according to instructions.
    Getting PHP
    1. You must be logged in as root to perform this installation.
    su root
    2. I save all my downloads in:
    /usr/local/dist
    If you don't already have one, you may need to create that directory now:
    mkdir /usr/local/dist
    3. You can get PHP 3.0.14 from here(www.php.net).
    cd /usr/local/dist
    ftp ftp.php.net
    cd pub/distributions
    bin
    get php-3.0.14.tar.gz
    bye
    Installing PHP
    1. We will install PHP in /usr/local/build, but use a tricky tar command
    to do it in on hit from the download directory:
    cd /usr/local/dist
    tar xvfz php-3.0.12.tar.gz -C ../build
    Compiling PHP
    1. First let's get where the action is:
    cd /usr/local/build/php-3.0.14
    2. You now have 3 options:
    * Simple PHP install without MySQL - goto step 3
    * Simple PHP install with MySQL - goto step 4
    * Custom PHP install - goto step 5
    3. Simple PHP install without MySQL. Next, jump to step 6.
    ./configure --with-apache=../apache_1.3.12
    4. Simple PHP install with MySQL. MySQL must be installed before you can configure PHP to use it. I recommend that MySQL should always be reachable with /usr/local/mysql. Even if you install it else where you
    should create a symbolic link from /usr/local/mysql. Otherwise the compiler can have problems finding the mysqlclient library. The command
    should look like this:
    ./configure with-mysql=/usr/local/mysql with-apache=../apache_1.3.12
    Next, jump to step 6.
    5. Custom PHP install. Take a look at the available configuration directives by using this command:
    ./configure --help
    6. Now we can make the PHP executable. This may take a while.
    make
    7. Now we install the PHP module with:
    make install
    Adding the PHP Module to Apache
    1. Now we have to setup Apache to include the PHP module:
    cd ../apache_1.3.12
    2. Re-configure Apache to use the PHP module. You should use your previous Apache configure command along with the PHP activate module directive.
    You can see your previous Apache configure command by doing:
    cat config.status
    You can configure Apache using the previous command with the added PHP module by doing:
    ./config.status --activate-module=src/modules/php3/libphp3.a
    If you used the simple Apache install from instructions the command will look like this:
    ./configure prefix=/usr/local/apache activate-module=src/modules/php3/libphp3.a
    3. Make and install Apache with PHP enabled:
    make
    4. We need to stop the server before installing the files:
    /usr/local/apache/bin/apachectl stop
    5. Now we can install the new binaries:
    make install
    6. Start apache again (now running the new php enabled version):
    /usr/local/apache/bin/apachectl start
    Setting Up PHP
    1. We have to tell Apache to pass certain file extensions to PHP. We do this in Apache's httpd.conf file.
    cd /usr/local/apache/conf
    2. Edit the httpd.conf file. If you do a search for php you will find a couple of commented out lines telling Apache to use the PHP module. You should uncomment them to look like this.
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3-source .phps
    3. I prefer to use the extension .phtml, you can use whatever extension you like (even .html) by adding lines to httpd.conf like this:
    AddType application/x-httpd-php3 .phtml
    Check that it Works
    1. We have to restart Apache to make these changes take effect on the running server.
    cd /usr/local/apache/bin
    ./apachectl restart
    2. Apache should now be running with PHP enabled. The server version should include PHP/3.0b2.
    ./apachectl status
    Apache Server Status for dev.synop.com
    Server Version: Apache/1.3.9 (Unix) PHP/3.0.12
    Server Built: Oct 25 1999 00:37:07
    3. Now it is time to test PHP with a page. The simplest thing to do is create a page called test.php3. My file is here. This file contains the
    following text:
    <?php phpinfo(); ?>
    4. Point your browser at this file on the virtual host which you used:
    http://localhost/test.php3

  • ACS Windows Server with wrong user authenticatoin

    Hello,
    we have a new Windows ACS Server with external user database authentication. Users at the ACS Server were configured, disabled, enabled and deleted by RDBMS synchronization with account actions.
    We have the problem that a user could be authenticated through the external LDAP even though if the user or his group is disabled inside the Windows ACS Server.
    The same procedure doesn't work with our ACS appliance where user administration is done only through the webinterface .
    Does anybody know a solution for this problem?
    Best regards
    Torsten Waibel

    Could it be you have unknown user authentication enabled?
    If you did, and a username came through authentication in a different format to one one added via dbsync... eg user@domain or domain\user the unknown user policy might legitimately think its a different user. In which case it would depend on what group mapping had been setup.
    Just a thought.

  • Error trying to install Turnkey LiveCycle Server with JBoss

    Hello,
    I'm trying to install a trial of LiveCycle server 11.0.1 on my PC with Windows 7 Enterprise OS, 8GB RAM, 64 bit.  I've successfully done the installation plus the patch, but get the following error when trying to complete the configuration via Configuration Manager:
    "Failed on step Invoking component bootstrapper for task Bootstrapping PersistentObjectFramework
    ALC-TTN-103-000: Bootstrapping request failed on server.  Message from server:
    ALC-TTN-001-021: Bootstrapping failed for platform component[PersistenObjectFramework]. The wrapped exceptions message reads:
    null
    Check application server logs for details".."
    The error happens when the status of Configuration Manager is "Initializing the LiveCycle ES4 Database."  I should mention I'm using the "Express Mode" configuration.  Any help would be appreciated.  Thanks!
    This is the log:
    2013-10-30 09:59:44,578 ERROR [com.adobe.livecycle.bootstrap.bootstrappers.PofBootstrapper] (http-0.0.0.0-8080-7) ALC-TTN-011-021: Bootstrapping failed for platform component [PersistentObjectFramework]. The wrapped exception's message reads:
    null 
    com.adobe.livecycle.bootstrap.BootstrapException: ALC-TTN-011-021: Bootstrapping failed for platform component [PersistentObjectFramework].  The wrapped exception's message reads:
    null 
          at com.adobe.livecycle.bootstrap.bootstrappers.PofBootstrapper.bootstrap(PofBootstrapper.jav a:95)
          at com.adobe.livecycle.bootstrap.framework.ManualBootstrapInvoker.invoke(ManualBootstrapInvo ker.java:78)
          at com.adobe.livecycle.bootstrap.framework.BootstrapServlet.doGet(BootstrapServlet.java:167)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
          at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
          at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
          at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
          at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
          at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
          at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:183)
          at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
          at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEs tablishmentValve.java:126)
          at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEst ablishmentValve.java:70)
          at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
          at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
          at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 158)
          at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
          at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
          at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
          at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:598)
          at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
          at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.reflect.InvocationTargetException
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:597)
          at com.adobe.livecycle.bootstrap.bootstrappers.PofBootstrapper.bootstrap(PofBootstrapper.jav a:88)
          ... 24 more
    Caused by: javax.ejb.EJBException: RuntimeException
          at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:417)
          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:209)
          at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
          at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:650)
          at org.jboss.ejb.Container.invoke(Container.java:1092)
          at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:436)
          at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
          at $Proxy369.synchronizeAll(Unknown Source)
          at com.adobe.pof.odapi.POFSchemaManagerLocalEJBAdapter.synchronizeAll(POFSchemaManagerLocalE JBAdapter.java:135)
          at com.adobe.idp.docmanager.DocumentDBBootstrap.bootstrap(DocumentDBBootstrap.java:51)
          ... 29 more
    Caused by: javax.ejb.EJBException: RuntimeException
          at com.adobe.pof.odapi.POFSchemaManagerImpl.synchronizeAll(POFSchemaManagerImpl.java:1127)
          at com.adobe.pof.odapi.POFSchemaManagerRemoteBean.synchronizeAll(POFSchemaManagerRemoteBean. java:511)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:597)
          at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
          at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:233)
          at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:156)
          at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:173)
          at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
          at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
          at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)
          at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
          at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:228)
          at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:211)
          at org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java :97)
          at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java: 81)
          at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
          ... 37 more

    This may help.
    http://blogs.adobe.com/dmcmahon/2011/05/25/livecycle-es-alc-ttn-011-031-bootstrapping-fail ed-for-platform-component-documentservicecontainer-clustered-environments/

  • How to install the OPC server with the Application installer

    Hi to all,
                 I had make the datalogging progam by communication the PLC through modbus using the OPC server.
    1. I had configer the opc client through project explorer some time it run fine but when i run by next day it can't communicate with OPC server but the OPC server is communicating with the PLC.When i right click on the properties of the opc i/o client in the project exploer and make any change and again run the application it works where the problem is.
    2.The second problem is while building the installer who OPC server will installered to my targate PC.Bacuse i had installed the application  on the target PC just for testing but OPC server havn't installed even though there is no option for the addition of the OPC server while bulding.
    Solved!
    Go to Solution.

    HI Serdar,
                      Thanks for the reply i had seen your example your idea is ok but if i have more then 100 tag and with different data types then where is problem to manage all those tags.
    Now what i had done i had put the express vi of create or configer I/O server and give the process name same as file name like opcdemomo and same server name mention in the project explorer and restart and shout down tow and three times it works i havn't get any problem.but that is not the good method.

  • Installing 11g on server having 10g

    Hi,
    I have a Sun spark machine having Oracle Database 10g installed. For some reason i have to install Oracle Database 11g as well.
    Can i go ahead with installation of 11g without uninstalling 10g? Would there be any issues other than performance(performance wil not matter much as i will stop the 10g instance).
    Also are there any patches that are required for Solaris spark 64 bit machine? I mean considering 10g is already installed are there any patches requried for 11gR2.
    regards,

    Hi,
    Yes you can follow the installation as described in below link.As said above use different ORACLE _HOME for 11g installation.
    http://www.thegeekstuff.com/2008/10/oracle-11g-step-by-step-installation-guide-with-screenshots/
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com

  • Cannot install Sun Application Server with JSC 2

    Hello :)
    I have been installed JSC 2 update 1 for first time, 2 month ago, but I got a problem so I have to reinstall the JSC 2. I did uninstall and then delete the JSC 2 directory and directory under my Document and Setting/user1/Creator21/
    But when I reinstall the JSC 2, I couldnt get Sun App Server to be installed. I tried it 3 times already but I got the same problem, still couldnt install JSC 2.
    (Installation was success ,... not error message during installation). I thought it has problem with the registry, so please tell me how to fix this problem.
    Thank You !

    Sorry, the reply is not related to your query,
    but you could try the latest netbeans 5.5 and use the visual web pack plugin..

  • Oracle 8.1.5 can't install on PC Server with 2GB RAM

    The Oracle Database Configration Assistant can't create a database instance.
    I have tried on several servers include DELL PE6400, HP Netserver LH3000 and so on.
    all failed . But when i change the ram size to 1GB or less, the installation
    will success.

    David Tamburin (guest) wrote:
    : Does anyone have a successful installation of Oracle 8.1.5
    : running on Red Hat 6.0? I have tried to install it but, I
    can't
    : get the installer to run. I get java errors when I run,
    : runInstaller. I have installed jre1.1.6. Any help would be
    : appreciated.
    We have gotten it running on two RH6 machines. Took a little
    extra work.
    Briefly...
    * Make sure you use the latest JRE, and try using the one
    with native threads (if not you will have to hand edit the
    netasst script and remove the -native flag)
    * For some reason some of the libs that get installed are
    zero length. Find the thread on this forum where someone posted
    some sample code to recreate these. If I remember right its the
    libjni library. It is a very short easy compile.
    * Make sure you got lots of RAM (128 min) and double that in
    swap
    * Watch for binaries that get installed without the execute
    bit set. For instance I think tnslsnr is one of them, as well as
    SQLPlus. I can't remember exactly, but that's one other problem
    to watch out for.
    So far things here are working. I even tried a little java in a
    stored procedure. My latest issue is trying to get the PROC
    samples to compile.
    -Scott
    null

  • Weblogic10.3(11g) Foreign Server With WebSphere MQ7.0.1.1 binding

    Hi All ,
    I have configured the WLS10.3 with MQ7.0.1.1 both are running in same physical box (same machine) successfully , and it work fine ...
    but if the both are in different machine.. its not working.. please help if any doucment please share with me will be gr8 help full to me...
    I have followed steps WebLogic MDB on WebSphere MQ for remote MQ server ...but still i am not abe to connect ..
    Please share an screen shots /document /pdf .. how to generate the.binding file in remote ..

    You may get some idea...after refering to the following links...
    Please refer to the Below Link to achieve this....With Screenshots as well
    Suitable for WLS8.x
    http://www.ibm.com/developerworks/websphere/library/techarticles/0604_kesavan/0604_kesavan.html
    <font color=maroon>
    For later versions of WLS8.x you can even refer to :</font><BR>
    http://ibswings.blogspot.com/2008/02/integrating-mq-broker-6-with-bea.html
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • What effect would re-installing the management server (with DBs intact) have on my configuration?

    Hi,
    If I have to re-install SCOM (the management server components) on the same Windows Server (i.e. uninstall/re-install) and re-connect to the same SQL Server and DBs, would I lose anything? 
    My understanding is that nothing is lost in terms of management packs, overrides, views, etc, as everything is stored in the DBs. However, I am not sure about things such as the configuration to connect to Azure Ops Insights.
    Does anyone know for sure?

    Hi
    Uninstalling a Management Server and reinstalling ist no big deal and you should not experince any issue, but there are few things. I would assign the agents before uninstalling to the persistent Management Server, make sure all Management packs are redundant,
    Keep track of the ressource pool Membership, scripts running on the Management Server etc. before removing the server
    Cheers,
    Stefan
    Blog: http://stefanroth.net If my post helped you, please take a moment to vote as helpful and\or mark as an answer

  • How do I download the standalone version of flash for IE for install on a server with no internet?

    I tried downloading from the alternate download site, but rather than allowing me to download it automatically installs it.

    You can find the offline installers for Windows here http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header
    [topic moved to Flash Player forum]

  • Oracle Licensing for a server with Quad Core Processor

    I know Oracle Standard Edition ONE is only licensed to install on a server with a max of 2 processors.
    1) Now when it comes to the type of processor does it matter what type of processors they are ?
    2) Can we have 2 Quad Core Processors on the server and install the Standard Edition One ( and comply to Oracle Licensing) ?
    Please do not direct me to Oracle Sales Rep, I want inputs from the Oracle experts from this forum

    johnpau2013 wrote:
    I know Oracle Standard Edition ONE is only licensed to install on a server with a max of 2 processors.
    1) Now when it comes to the type of processor does it matter what type of processors they are ?
    2) Can we have 2 Quad Core Processors on the server and install the Standard Edition One ( and comply to Oracle Licensing) ?
    Please do not direct me to Oracle Sales Rep, I want inputs from the Oracle experts from this forumUnfortuinately, no matter what you hear on the net, it ain't worth anything in front of a judge. Therefore you MUST get the final answer from someone with authority to speak on behalf of Oracle - and that is a Sales Rep.
    However, in the mean time, you can read http://www.oracle.com/us/corporate/pricing/sig-070616.pdf .
    SPECIFICALLY LOOK AT PAGE 15. Many people (including some in this thread) are totaly wrong about how Standard Edition is licensed.
    Edited by: Hans Forbrich on Mar 9, 2011 12:27 PM

  • Unable to install the backup server using srvbuildres

    I am unable to install the backup server with resource file
    it gives weiored message which i didnot come across till now.
    Open Server Error: 16400.10.0: srv__e3_create_encrypt3_context: Unexpected failure in comn_keypair_create.
    Open Server Error: 16400.10.0: srv__e3_handshake: Unexpected failure in srv__init_encrypt3.
    Open Server Error: 16400.10.0: srv__handle_password_negotiation: Unexpected failure in srv__e3_handshake.
    Open Server Error: 16400.10.0: srv__e3_create_encrypt3_context: Unexpected failure in comn_keypair_create.
    Open Server Error: 16400.10.0: srv__e3_handshake: Unexpected failure in srv__init_encrypt3.
    Open Server Error: 16400.10.0: srv__handle_password_negotiation: Unexpected failure in srv__e3_handshake.
    this is all in the backuplog and it fails saying unable to boot the server and task failed and backup server not started.
    i see that the password encryption is not on i got that by running sp_helpserver <backupsever name>
    the staus i got when i ran sp_helpserver is "timeouts, no net password encryption, writable , enable login redirection"
    Please help me installing my backupserver.
    many thanks in advance.

    Please confirm that you're getting this error message while trying to CREATE the backupserver.
    The reason I ask is because you mention seeing these messages in the backupserver errorlog, but you wouldn't be getting any messages in the backupserver errorlog unless you were able to successfully install a backupserver.
    Also, what is your dataserver/backupserver version strings? (dataserver -v , backupserver -v)
    A quick google search turns up Note 1963584:Open Server Error 16400 in ASE Backup Server log when dumping a database. [References SAP note 1963584.]
    - same errors as you're seeing, but errors generated while attempting to perform a dump command (ie, backupserver has been installed and is up and running)
    - appears to be an issue when "net password encryption" is enabled/true for SYB_BACKUP; if you have net password encryption enabled ... what happens if you disable it?

Maybe you are looking for

  • About opening multiple files at once (in one program instance)

    While developing an Image Viewer application i realized i had to give it some functionality for when a user selects multiple images in a directory and presses enter to open them with my app. Everything is going well except for one tiny detail: The Wi

  • Open Pages '08 Document with Pages

    A client recently emailed me a Pages '08 document and I can't open it with my copy of regular old Pages. What? I can't open a Pages '08 document with Pages 2.02? Serious? That's just messed up. I mean, I should at least be able to view the document.

  • Airport Extreme causes ssh_exchange_identification for SFTP

    I get ssh_exchange_identification during a client SFTP session to webserver behind a Load balanced server. SFTP works with Lion and Snow Leopard but does not work with my Airport Extreme in place. SFTP also works with other firewalls in other network

  • How do I enable a right click on my MacBook Air trackpad?

    How do I enable a right click on my MacBook Air trackpad?

  • Finding a total in a query

    Hi People. If it's one thing that gets me every time is pulling a total of inputs from a table for a common entry. The query below is pulling a list of logged hours for a production order (or an addon to SAP B1 called a process order). I want to have