Set of AMM in Oracle

Hello

11.2.0.1

I don't know that I've defined our database of the AMM

CONN / AS SYSDBA

-The value of the static parameter. Leave some leeway for possible future growth without rebooting.

ALTER SYSTEM SET MEMORY_MAX_TARGET = 6G SCOPE = SPFILE;

-Set the dynamic parameters. Assuming that Oracle has total control.

ALTER SYSTEM SET MEMORY_TARGET = 5G SCOPE = SPFILE;

ALTER SYSTEM SET PGA_AGGREGATE_TARGET IS 0 SCOPE = SPFILE;.

ALTER SYSTEM SET SGA_TARGET IS 0 SCOPE = SPFILE;.

-Restart the instance.

SHUTDOWN IMMEDIATE;

START-UP;

But my pga and the LMS is not always zero? How will I know if my db is on the AMM?

Thank you

Petra k.

No, he shouldn't go to 6 GB. You restart the database? Post here the values.

Also, read the note metaling, I say it again and again.

11g MEMORY_TARGET parameter Dependency

If MEMORY_TARGET is set to a nonzero value:

  • If SGA_TARGET and PGA_AGGREGATE_TARGET are defined, they will consider the minimum values for the sizes of SGA and PGA respectively. MEMORY_TARGET values are between SGA_TARGET + PGA_AGGREGATE_TARGET to MEMORY_MAX_TARGET.
  • If SGA_TARGET is defined and PGA_AGGREGATE_TARGET is not defined, we will always be auto-tune two parameters. PGA_AGGREGATE_TARGET will be initialized to a value of MEMORY_TARGET - SGA_TARGET.
  • If SGA_TARGET is not set PGA_AGGREGATE_TARGET is defined, we will always be auto-tune two parameters. SGA_TARGET will be initialized to the minimum value of zero MEMORY_TARGET - PGA_AGGREGATE_TARGET and SGA_MAX_SIZE and will auto tune of its components.
  • If none are set, they will be automatically tuned without any minimum or default value. We have a policy of distribution of the total memory that is defined by the MEMORY_TARGET parameter in a fixed ratio to the CMS and the PGA at initialization. The policy must give 60% the SGA and 40% of the PGA at startup.

If MEMORY_MAX_TARGET has not been explicitly defined, but MEMORY_TARGET, the instance automatically assigns the same value as MEMORY_TARGET MEMORY_MAX_TARGET. If MEMORY_TARGET was not explicitly defined, but MEMORY_MAX_TARGET, then MEMORY_TARGET default is 0. After the instance is started, it is then possible to dynamically change the MEMORY_TARGET to a value not zero, provided it does not exceed the value of MEMORY_MAX_TARGET.

If MEMORY_TARGET is not explicitly set, or set to 0 (default value is 0 for 11g):

  • If SGA_TARGET value we're only - auto-tune the sizes of the components of the SGA. PGA will be autotuned regardless of if it is explicitly defined or not. However, the combination of the PGA and SGA will not automatically tuned, i.e. the SGA and PGA not share memory and resize as in the case of MEMORY_TARGET be set to a value not zero.
  • If SGA_TARGET nor PGA_AGGREGATE_TARGET is defined, we will follow the same policy that we have today. PGA will be auto tuned and the SGA will not automatically be tuned and settings for some of the components of the LMS must be defined explicitly (by SGA_TARGET).
  • If only MEMORY_MAX_TARGET is set, MEMORY_TARGET default to 0 and we do not have the auto-tune the SGA and PGA. Default is 10 gr 2 behavior.
  • If SGA_MAX_SIZE is not set of users, it is set internally to MEMORY_MAX_TARGET.

Tags: Database

Similar Questions

  • Set the events in oracle 11g for SAP

    Hi all

    Recently, we have updated 10.2.0.4 oracle database at 11.2.0.3 (AIX 7.1) for the SAP application.

    Some settings of the default event have been set when the database has been executed with 10.2.0.4 version. After upgrading to 11.2.0.3, these events have not observed pfile/spfile. However, the post_upgrade log shows that these events have been defined (and journal displays a list of events as well).

    Now, my concern is whether the settings of the event have been put already by default (if it is already set after upgrade, don't know why pfile reflecting is not them) or do I have to adjust the settings manually.

    Thanks in advance for your help.

    Kind regards
    Prakash

    See SAP Note 1431798 for a list of the parameters of the event required. These are correct. You must also run the last Patch Bundle SAP that specifically tells you to set these events after the installation of the hotfix. If you have run the wrapper of dbua SAP by their 11g upgrade instructions, I think that it defines these events for you as well.

  • Set global_names = false in oracle

    Hello
    I have a doubt about the place where to set the global_names parameter. I mean on the remote database or the database when you go to...

    For ex: there are 2 databases on 2 different servers... say db1 and db2

    I created a llink from db1 to db2 database... .and the link is created...

    but when I try to access the data through the link does not work... it gives an error that the name of the link must be the same as the database. This happens because global_names = true...

    So I created the link with the name db2 database... and now I am able to access the remote database data.
    But because of that... .i can't keep changing the name of the db link in the code everywhere... it is not possible

    My question is: where to put this setting?
    Hope that's clear
    Thank you

    global_names must be set to the original database server, the server that holds the link.
    I recommend that you change your code and AGAINST the creation of global_names to false.
    He will break all replication Oracle facilities and related functions probably more distributed database.

    -----
    Sybrand Bakker
    Senior Oracle DBA

  • set password connecting to Oracle db server / as sysdba

    10.2.0.3.0

    Hi, we have a linux db server, and oracle (dba and oinstall group) user can connect / as sysdba without giving any password.
    I created the orapwd file and changed REMOTE_LOGIN_PASSWORDFILE = exclusive in the init.ora file but still, if anyone is in the dba group, it can connect without providing a password.
    Can you please tell me how can I succeed to all users of OS that arises for the password, even if they belong to the dba group?

    Thank you

    The behavior you describe is normal and experted. By default members of the Oracle Home directory structure owner group can connect as sysdba and can avoid the need to use a valid password from sysdba users actually connect as user sys.

    If you do not want to allow this then must have installed Oracle with one group other than oinstall DBA and then not assigned any OS users to this group.

    HTH - Mark D Powell.

  • Enabling setting Unicode for Oracle UCM 11g

    Hi all

    I want to activate the setting for Unicode in Oracle UCM true, so that it can identify (international language characters) unicode characters.

    I guess that the adjustment can be made in < WLS_Home > / user_projects/domains/< DomainName > / ucm/cs/config.cfg.

    But what is the entry to add to the config.cfg to enable Unicode for Oracle UCM for this.

    Currently "Use Unicode" attribute is set to false in the database connection details in Confiduration.

    Thanks in advance.
    Dipesh

    Hello

    I don't know if DB encoding can be changed after it has been installed. But what you have now is not the right one for the AAU support international use. It should be AL32UTF8. Maybe just check with your DBA to confirm if it can be changed at all.

    Thank you
    Srinath

  • Oracle reports crash c 12

    We just set up and configured Oracle Forms and reports 12 c and begin testing. I created a simple test report in 12 c Builder that returns only 50 rows of data. It works fine in Report Builder. When you call the report by using the URL below, I get the following messages. This happens to any report of 12 c, that I tested.

    The URL that is used to run the report:

    http:// orcl-fusion - dev:9052/reports/rwservlet? server = rep_wls_reports_orcl-fusion-dev & report=C:\oracle\Middleware_FRBZ\forms\test_report.rdf & destype = cache & userid=userid/password@db

    Errors received:

    Error1.JPG

    After clicking on 'Close program'->

    Error2.JPG

    Looking at the following log, I see that there is an error message.

    C:\oracle\Middleware_FRBZ\user_projects\domains\MCWA_FRBZ\servers\WLS_REPORTS\logs\WLS_REPORTS-diagnostic.txt

    [2016 01-29 T 13: 56:12.768 - 05:00] [WLS_REPORTS] [WARNING] [] [javax.enterprise.resource.corba._DEFAULT_.rpc.transport] [tid: [ASSETS].] [ExecuteThread: '25' to queue: "(self-adjusting) weblogic.kernel.Default"] [userId: < anonymous >] [ecid: 0000LAEj76KF8D0FzzNM801MevD4000003, 0:1] [APP: reports] [partition name: FIELD] [tenant name: GLOBAL] "IOP00410201: connection failure (COMM_FAILURE): socketType: IIOP_CLEAR_TEXT; HostName: 192.0.1.210; Port: 50605 "[]"
    org.omg.CORBA.COMM_FAILURE: vmcid: minor SUN code: 201 out: No.
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2200)
    at com.sun.corba.se.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2221)
    to com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl. < init > (SocketOrChannelConnectionImpl.java:223)
    to com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl. < init > (SocketOrChannelConnectionImpl.java:236)
    at com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:119)
    at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:187)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:137)
    at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:449)
    at oracle.reports.engine._EngineClassStub.shutdown(_EngineClassStub.java:198)
    at oracle.reports.server.EngineManager.shutdownEngine(EngineManager.java:1728)
    at oracle.reports.server.JobManager.runJobInEngine(JobManager.java:1333)
    at oracle.reports.server.JobManager.runJobLocal(JobManager.java:2244)
    at oracle.reports.server.JobManager.dispatch(JobManager.java:1472)
    at oracle.reports.server.ConnectionImpl.runJob(ConnectionImpl.java:1538)
    at oracle.reports.server.ConnectionPOA._invoke(ConnectionPOA.java:460)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:654)
    at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:205)
    at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1700)
    at com.sun.corba.se.impl.protocol.SharedCDRClientRequestDispatcherImpl.marshalingComplete(SharedCDRClientRequestDispatcherImpl.java:180)
    at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:148)
    at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:475)
    at oracle.reports.server._ConnectionStub.runJob(_ConnectionStub.java:575)
    at oracle.reports.client.ReportRunner.dispatchReport(ReportRunner.java:320)
    at oracle.reports.rwclient.RWReportRunner.dispatchReport(RWReportRunner.java:86)
    at oracle.reports.rwclient.RWClient.runReport(RWClient.java:2222)
    at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:2067)
    at oracle.reports.rwclient.RWClient.doPost(RWClient.java:789)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:286)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:260)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:137)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:350)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:141)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:649)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:124)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:232)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:94)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:224)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3654)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3620)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:326)
    at weblogic.security.service.SecurityManager.runAsForUserCode(SecurityManager.java:196)
    at weblogic.servlet.provider.WlsSecurityProvider.runAsForUserCode(WlsSecurityProvider.java:203)
    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:71)
    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2423)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2280)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2258)
    at weblogic.servlet.internal.ServletRequestImpl.runInternal(ServletRequestImpl.java:1626)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1586)
    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:270)
    at weblogic.invocation.ComponentInvocationContextManager._runAs(ComponentInvocationContextManager.java:348)
    at weblogic.invocation.ComponentInvocationContextManager.runAs(ComponentInvocationContextManager.java:333)
    at weblogic.work.LivePartitionUtility.doRunWorkUnderContext(LivePartitionUtility.java:54)
    at weblogic.work.PartitionUtility.runWorkUnderContext(PartitionUtility.java:41)
    at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:617)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:397)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:346)
    Caused by: java.net.ConnectException: connection refused: connect
    at sun.nio.ch.Net.connect0 (Native Method)
    at sun.nio.ch.Net.connect(Net.java:454)
    at sun.nio.ch.Net.connect(Net.java:446)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
    at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
    at com.sun.corba.se.impl.transport.DefaultSocketFactoryImpl.createSocket(DefaultSocketFactoryImpl.java:95)
    to com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl. < init > (SocketOrChannelConnectionImpl.java:207)
    ... more than 61

    ]]

    Any idea what can cause this problem?

    Oracle Forms and reports 12.2.1

    Windows 2012r2

    That is to say 11 browser

    Yes, you're wright. There is something wrong with the page (the patch is missing).

    Patch number is 22224336.

    Concerning

  • SGA, PGA is greater than the memory and oracle does not work

    Hello

    Wrongly, I put the following:

    ALTER system SET sga_max_size = 1500M scope = spfile;

    ALTER system SET SGA_TARGET = 1400M scope = spfile;

    ALTER SYSTEM SET PGA_AGGREGATE_TARGET = 9000M scope = spfile;

    My total memory is 16 GB, Win8

    When I rebooted the oracle, he could not start and I m sure 100% that these sizes of memory are the problem.

    Now, I can not connect to the DB set these sizes of memory.

    How can I change the SGA, PGA, while the entire oracle is down? It is not only the DB instance that is nt working. It s the entire oracle.

    Is it possible to change the spfile from a text editor?

    I d appreciate your quick responses.

    Kind regards

    Hussien Sharaf

    Post edited by: 3008910

    Vidar, great recommendation.  There are cases where the spfile directly change can cause problems. If you happen who meet and the spfile is not usable, you can also create a new pfile of content in the journal of the alerts, start the instance by using the new file pfile, then make a copy of the pfile to the spfile.  Here are the basic steps if the spfile is corrupted and you need to create a new:

    (1) find the alerts log, copy the lines below the comment "parameters of the system with default values:" in a new file calledinit .ora and save the file in the directory by default (dbs or database) file.

    (2) make sure that the bad spfile is not in the directory of the file/start setting and start the Oracle service & the instance should now be available.  If you are not able to connect as "/" try to use sys / as sysdba

    (3) create a copy of the spfileinit .ora file: sql > create spfile from pfile;     -You can specify the directories, or leave the default value.

    (4) return & validate the parameters according to the directives of our discussion earlier.

    Hussien, I hope this helps.

    CP

  • Why is my link to Oracle 12 c with PostgreSQL does not?

    My Oracle 12 c to PostgreSQL connection returns the following:

    Select * from 'test"@PG_LINK '.

    *

    ERROR on line 1:

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

    connection string [unixODBC] lacks some options {08001, NativeErr = 202}

    ORA-02063: preceding 2 lines of PG_LINK

    Here's my setup.  Someone at - it a time to take a look?

    . ODBC.ini

    [ODBC data sources]

    PG_LINK = PostgreSQL

    [PG_LINK]

    Debug = 255

    CommLog = 1

    ReadOnly = no

    Driver=/usr/pgsql-9.4/lib/psqlodbcw.so

    ServerName = < delete the IP address >

    FetchBufferSize = 99

    User name = csm_test

    Password = < removed >

    Port = 5432

    = Postgres database

    TRACE = Yes

    TraceFile=/tmp/sql.log

    Protocol = 7.4

    sslmode = disable

    [Default]

    Driver=/usr/lib64/liboplodbcS.so.1

    initPG_LINK.ora

    HS_FDS_CONNECT_INFO = PG_LINK

    HS_FDS_TRACE_LEVEL = 255

    HS_FDS_SHAREABLE_NAME=/ora/DBA/work/unixODBC/lib/libodbc.so

    HS_LANGUAGE = AMERICAN_AMERICA. WE8ISO8859P1

    HS_NLS_NCHAR = UCS2

    Set ODBCINI=/u01/app/oracle/.odbc.ini

    Generated trace file: PG_LINK_agt_13870.trc

    Oracle Corporation - Tuesday 20 October 2015 15:04:11.308

    Heterogeneous Agent release

    1. 12.1.0.2.0

    Oracle Corporation - Tuesday 20 October 2015 15:04:11.307

    Version 12.1.0.2.0

    Hgogprd entries

    HOSGIP to 'HS_FDS_TRACE_LEVEL' returned '255 '.

    Hgosdip entries

    default assignment of 50 HS_OPEN_CURSORS

    setting HS_FDS_RECOVERY_ACCOUNT or 'RECOVER '.

    HS_FDS_RECOVERY_PWD layout to the default

    default HS_FDS_TRANSACTION_LOG of HS_TRANSACTION_LOG layout

    HS_IDLE_TIMEOUT layout to the default 0 value

    layout by default HS_FDS_TRANSACTION_ISOLATION of "READ_COMMITTED".

    HOSGIP returned the value of 'UCS2' for HS_NLS_NCHAR

    layout HS_FDS_TIMESTAMP_MAPPING default 'DATE '.

    layout HS_FDS_DATE_MAPPING default 'DATE '.

    layout HS_RPC_FETCH_REBLOCKING failure to 'ON '.

    HS_FDS_FETCH_ROWS layout without '100 '.

    parameter HS_FDS_RESULTSET_SUPPORT default 'FALSE '.

    parameter HS_FDS_RSET_RETURN_ROWCOUNT default 'FALSE '.

    parameter HS_FDS_PROC_IS_FUNC default 'FALSE '.

    parameter HS_FDS_MAP_NCHAR if there is no 'TRUE '.

    setting HS_NLS_DATE_FORMAT or 'YYYY-MM-DD HH24:MI:SS ".

    parameter HS_FDS_REPORT_REAL_AS_DOUBLE default 'FALSE '.

    HS_LONG_PIECE_TRANSFER_SIZE layout without "65536".

    parameter HS_SQL_HANDLE_STMT_REUSE default 'FALSE '.

    parameter HS_FDS_QUERY_DRIVER if there is no 'TRUE '.

    parameter HS_FDS_SUPPORT_STATISTICS default 'FALSE '.

    parameter HS_FDS_QUOTE_IDENTIFIER if there is no 'TRUE '.

    setting in HS_KEEP_REMOTE_COLUMN_SIZE if 'OFF '.

    parameter HS_FDS_GRAPHIC_TO_MBCS default 'FALSE '.

    parameter HS_FDS_MBCS_TO_GRAPHIC default 'FALSE '.

    Default value of 64 assumed for HS_FDS_SQLLEN_INTERPRETATION

    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics;gtw$:SQLGetInfo;gtw$:OPTTables;gtw$:OPTColumns;gtw$:OPTPrimaryKeys;gtw$:OPTForeignKeys;gtw$:OPTProcedures;gtw$:OPTStatistics"

    parameter HS_FDS_DELAYED_OPEN if there is no 'TRUE '.

    HS_FDS_WORKAROUNDS layout by default "0".

    HS_WORKAROUNDS layout by default "0".

    Release of hgosdip, rc = 0

    ORACLE_SID is 'PG_LINK '.

    Product information:

    Port RLS / Upd:2 / 0 PrdStat:0

    Agent: Oracle Database Gateway for ODBC

    : Installation

    Class: ODBC, ClassVsn:12.1.0.2.0_0023, Instance: PG_LINK

    Release of hgogprd, rc = 0

    hostmstr: 0: HOA after hoagprd

    hostmstr: 0: HOA before hoainit

    Hgoinit entries

    HOCXU_COMP_CSET = 1

    HOCXU_DRV_CSET = 31

    HOCXU_DRV_NCHAR = 1000

    HOCXU_DB_CSET = 873

    HS_LANGUAGE is american_america.we8iso8859p1

    RC = 32512 trying to get environment variable LANG.

    HOCXU_SEM_VER = 121000

    HOCXU_VC2_MAX = 4000

    HOCXU_RAW_MAX = 2000

    Entry hgolofn to 2015/10/20-15: 04:11

    HOSGIP to 'HS_FDS_SHAREABLE_NAME' returned ' / ora/dba/work/unixODBC/lib/libodbc.so '.

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLAllocHandle

    symbol_peflctx = 0xdc741040

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLBindCol

    symbol_peflctx = 0xdc741180

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLBindParameter

    symbol_peflctx = 0xdc741970

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLCancel

    symbol_peflctx = 0xdc742c20

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLDescribeParam

    symbol_peflctx = 0xdc74adb0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLDisconnect

    symbol_peflctx = 0xdc74b220

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLEndTran

    symbol_peflctx = 0xdc74ddd0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLExecute

    symbol_peflctx = 0xdc74f420

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLFetch

    symbol_peflctx = 0xdc74fc10

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLFreeHandle

    symbol_peflctx = 0xdc7516a0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLFreeStmt

    symbol_peflctx = 0xdc7516c0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLGetData

    symbol_peflctx = 0xdc752cb0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLGetEnvAttr

    symbol_peflctx = 0xdc756050

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLGetFunctions

    symbol_peflctx = 0xdc7563c0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLMoreResults

    symbol_peflctx = 0xdc757e20

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLNumResultCols

    symbol_peflctx = 0xdc758a30

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLParamData

    symbol_peflctx = 0xdc758d50

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLPutData

    symbol_peflctx = 0xdc75ac30

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLRowCount

    symbol_peflctx = 0xdc75b060

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLSetEnvAttr

    symbol_peflctx = 0xdc75cfe0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLSetDescRec

    symbol_peflctx = 0xdc75cd90

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLColAttribute

    symbol_peflctx = 0xdc743720

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLColumns

    symbol_peflctx = 0xdc744f40

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLConnect

    symbol_peflctx = 0xdc748960

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLDescribeCol

    symbol_peflctx = 0xdc74a6c0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLDriverConnect

    symbol_peflctx = 0xdc74bda0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLExecDirect

    symbol_peflctx = 0xdc74ee50

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLForeignKeys

    symbol_peflctx = 0xdc750520

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLGetConnectAttr

    symbol_peflctx = 0xdc7519f0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLGetDescField

    symbol_peflctx = 0xdc7533d0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLGetDescRec

    symbol_peflctx = 0xdc753930

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLGetDiagField

    symbol_peflctx = 0xdc754c40

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLGetDiagRec

    symbol_peflctx = 0xdc755870

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLGetInfo

    symbol_peflctx = 0xdc756db0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLGetStmtAttr

    symbol_peflctx = 0xdc757060

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLGetTypeInfo

    symbol_peflctx = 0xdc757a90

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLPrepare

    symbol_peflctx = 0xdc7594d0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLPrimaryKeys

    symbol_peflctx = 0xdc7599e0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLProcedureColumns

    symbol_peflctx = 0xdc759fd0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLProcedures

    symbol_peflctx = 0xdc75a670

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLSetConnectAttr

    symbol_peflctx = 0xdc75b320

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLSetStmtAttr

    symbol_peflctx = 0xdc75e360

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLSetDescField

    symbol_peflctx = 0xdc75c9d0

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLStatistics

    symbol_peflctx = 0xdc75fc30

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Entry hgolofns to 2015/10/20-15: 04:11

    LIBNAME=/ora/DBA/work/unixODBC/lib/libodbc.so, funcname is SQLTables

    symbol_peflctx = 0xdc760920

    hoaerr:0

    Out of hgolofns to 2015/10/20-15: 04:11

    Release of hgolofn, rc = 0 to 2015/10/20-15: 04:11

    HOSGIP to 'HS_OPEN_CURSORS' returned '50 '.

    HOSGIP to 'HS_FDS_FETCH_ROWS' returned '100 '.

    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536".

    HOSGIP to 'HS_NLS_NUMERIC_CHARACTERS' returned '. "

    HOSGIP to 'HS_KEEP_REMOTE_COLUMN_SIZE' returned 'OFF '.

    HOSGIP for "HS_FDS_DELAYED_OPEN" returns 'TRUE '.

    HOSGIP to 'HS_FDS_WORKAROUNDS' returned '0 '.

    HOSGIP to 'HS_FDS_MBCS_TO_GRAPHIC' returned 'FALSE '.

    HOSGIP to 'HS_FDS_GRAPHIC_TO_MBCS' returned 'FALSE '.

    Invalid value of 64 for HS_FDS_SQLLEN_INTERPRETATION

    treat_SQLLEN_as_compiled = 1

    Release of hgoinit, rc = 0 to 2015/10/20-15: 04:11

    hostmstr: 0: HOA after hoainit

    hostmstr: 0: HOA before hoalgon

    Entry hgolgon to 2015/10/20-15: 04:11

    name: csm_test, reco:0, tflag:0

    Entry hgosuec to 2015/10/20-15: 04:11

    Release of hgosuec, rc = 0 to 2015/10/20-15: 04:11

    HOSGIP to 'HS_FDS_RECOVERY_ACCOUNT' returned 'RECOVER '.

    HOSGIP for "HS_FDS_TRANSACTION_LOG" returns "HS_TRANSACTION_LOG".

    HOSGIP to 'HS_FDS_TIMESTAMP_MAPPING' returned 'DATE '.

    HOSGIP to 'HS_FDS_DATE_MAPPING' returned 'DATE '.

    HOSGIP for "HS_FDS_MAP_NCHAR" returns 'TRUE '.

    HOSGIP to 'HS_FDS_RESULTSET_SUPPORT' returned 'FALSE '.

    HOSGIP to 'HS_FDS_RSET_RETURN_ROWCOUNT' returned 'FALSE '.

    HOSGIP to 'HS_FDS_PROC_IS_FUNC' returned 'FALSE '.

    HOSGIP to 'HS_FDS_REPORT_REAL_AS_DOUBLE' returned 'FALSE '.

    using csm_test as a default schema

    HOSGIP to 'HS_SQL_HANDLE_STMT_REUSE' returned 'FALSE '.

    Entry hgocont to 2015/10/20-15: 04:11

    HS_FDS_CONNECT_INFO = "PG_LINK".

    RC =-1 of HOSGIP for 'HS_FDS_CONNECT_STRING '.

    Entry hgogenconstr to 2015/10/20-15: 04:11

    DSN:PG_LINK, name: csm_test

    OPTN:

    Entry hgocip to 2015/10/20-15: 04:11

    DSN:PG_LINK

    Release of hgocip, rc = 0 to 2015/10/20-15: 04:11

    # > connection settings (len = 37) < #.

    # DSN = PG_LINK;

    #! UID = csm_test;

    #! PWD = *.

    Release of hgogenconstr, rc = 0 to 2015/10/20-15: 04:11

    Entry hgopoer to 2015/10/20-15: 04:11

    hgopoer, line 240: had native error 202 and sqlstate 08001; message follows...

    connection string [unixODBC] lacks some options {08001, NativeErr = 202}

    Release of hgopoer, rc = 0 to 2015/10/20-15: 04:11

    hgocont, line 2812: call SqlDriverConnect obtained sqlstate 08001

    Out of hgocont, rc = 28500 at 2015/10/20-15: 04:11 with the ptr error FILE: hgocont.c LINE: 2832 ID: something else that permission is not valid

    Out of hgolgon, rc = 28500 at 2015/10/20-15: 04:11 with the ptr error FILE: hgolgon.c LINE: 751 ID:Calling hgocont

    hostmstr: 0: HOA after hoalgon

    The RPC nscontrol (0), rc = 0

    hostmstr: 0: CPP before release Agent

    hostmstr: 0: HOA before hoaexit

    Entry hgoexit to 2015/10/20-15: 04:11

    Release of hgoexit, rc = 0

    hostmstr: 0: HOA after hoaexit

    hostmstr: 0: CPP after release Agent

    Entry horcrces_CleanupExtprocSession to 2015/10/20-15: 04:11

    Entry horcrpooe_PopOciEnv to 2015/10/20-15: 04:11

    Entry horcrfoe_FreeOciEnv to 2015/10/20-15: 04:11

    Out of horcrfoe_FreeOciEnv to 2015/10/20-15: 04:11

    Entry horcrfse_FreeStackElt to 2015/10/20-15: 04:11

    Out of horcrfse_FreeStackElt to 2015/10/20-15: 04:11

    Out of horcrpooe_PopOciEnv to 2015/10/20-15: 04:11

    Out of horcrces_CleanupExtprocSession to 2015/10/20-15: 04:11

    Generated file /tmp/sql.log

    $ sql.log more

    [ODBC] [13870] [1445367851.328257] [SQLSetConnectAttr.c] [396]

    Entry:

    Connection = 0x167eccc0

    Attribute SQL_ATTR_AUTOCOMMIT =

    Value = (none)

    StrLen = - 5

    [ODBC] [13870] [1445367851.328328] [SQLSetConnectAttr.c] [671]

    Output: [SQL_SUCCESS]

    [ODBC] [13870] [1445367851.328861] [SQLDriverConnect.c] [728]

    Entry:

    Connection = 0x167eccc0

    Hdl window = (none)

    In = str [DSN = PG_LINK; UID = csm_test; [PWD = *] [length = 37]

    Str Out = 0x167eeda8

    Str on Max = 1024

    Str Out Ptr = 0x7fffb8d3d3d0

    End = 0

    UNICODE using the ASCII coding ' ANSI_X3. 4-1968' and UNICODE "UCS - 2".

    Connection DIAG string [08001] lacks some options

    [ODBC] [13870] [1445367851.346106] [SQLDriverConnect.c] [1454]

    Output: [SQL_ERROR]

    [ODBC] [13870] [1445367851.346277] [SQLGetDiagRec.c] [686]

    Entry:

    Connection = 0x167eccc0

    = 1 REC number

    SQLState = 0x7fffb8d3d040

    Native = 0x7fffb8d3cdf4

    0x7fffb8d3ce00 = message text

    Length of the buffer = 510

    Text Len Ptr = 0x7fffb8d3cdf2

    [ODBC] [13870] [1445367851.346325] [SQLGetDiagRec.c] [723]

    Output: [SQL_SUCCESS]

    SQLState = 08001

    Native = 0x7fffb8d3cdf4-> 202

    Text message = [[unixODBC] connection string does not have certain options]

    [ODBC] [13870] [1445367851.346404] [SQLGetDiagRec.c] [686]

    Entry:

    Connection = 0x167eccc0

    Number of REC = 2

    SQLState = 0x7fffb8d3d040

    Native = 0x7fffb8d3cdf4

    0x7fffb8d3ce00 = message text

    Length of the buffer = 510

    Text Len Ptr = 0x7fffb8d3cdf2

    [ODBC] [13870] [1445367851.346438] [SQLGetDiagRec.c] [723]

    Output: [SQL_NO_DATA]

    [ODBC] [13870] [1445367851.346579] [SQLDisconnect.c] [208]

    Entry:

    Connection = 0x167eccc0

    [ODBC] [13870] [1445367851.346614] [SQLDisconnect.c] [237] error: 08003

    [ODBC] [13870] [1445367851.346714] [SQLFreeHandle.c] [284]

    Entry:

    Handle Type = 2

    Handful of entry = 0x167eccc0

    [ODBC] [13870] [1445367851.346748] [SQLFreeHandle.c] [333]

    Output: [SQL_SUCCESS]

    [ODBC] [13870] [1445367851.348941] [SQLFreeHandle.c] [219]

    Entry:

    Handle Type = 1

    Handful of entry = 0x167d9f30

    Hello

    It could be either odbc.ini information is not correct, but you can also check that you set the variables 'env' LD_LIBRARY_PATH and ODBCINI to point to the location of the files.

    Kind regards

    Mike

  • Oracle Instance crashes during the allocation of channels using the Oracle database backup Service

    I am running Oracle Version 11.2.0.3 on a 64 bit Windows Server 2008 SP 2 OS.  Today when I tried to allocate a channel for 'SBT_TAPE' my instance has crashed.  Everyone knows this?

    Set ORACLE_HOME=D:\app\oracle\product\11.2.0\dbhome_1\

    Set ORACLE_SID = CNFCRAC1

    Set SBT_LIBRARY=D:\app\oracle\product\11.2.0\dbhome_1\BIN\oraopc.dll

    Set OPC_PFILE=D:\app\oracle\product\11.2.0\dbhome_1\database\opccnfcrac1.ora

    RMAN > Connect target

    RMAN > run {}

    allocate channel t1 'SBT_TAPE' device type

    PARMS ' SBT_LIBRARY=D:\app\oracle\product\11.2.0\dbhome_1\BIN\oraopc.dll, ENV=OPC_PFILE=D:\app\oracle\product\11.2.0\dbhome_1\database\opccnfcrac1.ora)';

    }

    Windows Event Viewer:

    The failing application name: ORACLE. EXE, version 11.2.0.3

    Module failed name: oraopc.dll, version 12.1.0.0

    Exception code: 0xc0000005

    Offset: 0x00000000000249af

    ID of the process failed: 0 x 1510

    Failed application start tiem: 0x01d0eb098ecd2d2f

    The failing application path: d:\app\oracle\product\11.2.0\dbhome_1\bin\ORACLE. EXE

    Flaws Path E-mail: D:\app\oracle\product\11.2.0\dbhome_1\BIN\oraopc.dll

    I made sure that the PATH environment variable has the following entry.  D:\app\oracle\product\11.2.0\dbhome_1\BIN

    RAC1 Table of contents alerts journal:

    Fri Sep 11 09:04:23 2015

    Thread 1 Advanced to record the sequence 11277 (switch LGWR)

    Currently Journal # 3 seq # 11277 mem # 0: +REDO/cnfcrac/onlinelog/group_3.258.824214591

    Fri Sep 11 09:04:31 2015

    Archived journal 23067 extra for each sequence 1 11276 0x82a6e611 dest ID thread entry 1:

    Fri Sep 11 09:06:20 2015

    Reconfiguration began (old Inc. 16, new Inc. 18)

    List of instances:

    1 (myinst: 1)

    Fri Sep 11 09:06:44 2015

    Global Resource Directory frozen

    * death detected instance - invalid domain 0 = TRUE

    Restored communication channels

    Diffuse master hash resource bitmaps

    Blocks of non-local process cleaned

    Fri Sep 11 09:06:44 2015

    LMS 0: GCS shadows cancelled 0 1 closed, 0 Xw survived

    Fri Sep 11 09:06:44 2015

    Shadows GCS LMS 1: 1 cancelled, 1 closed, 0 Xw survived

    Set of master node info

    Subject to all requests for remote enqueue

    DWN-cvts replayed, questionable VALBLKs

    All enqueues grant awarded

    Post SMON start 1 IR pass

    Fri Sep 11 09:06:46 2015

    Instance recovery: looking for dead threads

    Beginning of thread 1 instance recovery

    Subject to all requests for remote-cache GCS

    Post SMON start 1 IR pass

    Fix write in SCM resources

    Contents of the journal of alerts 2 RAC

    Fri Sep 11 08:57:47 2015

    Archived journal 23064 extra for each sequence 2 11793 0x82a6e611 dest ID thread entry 1:

    Fri Sep 11 09:06:42 2015

    Starting ORACLE instance (normal)

    LICENSE_MAX_SESSION = 0

    LICENSE_SESSIONS_WARNING = 0

    Monitoring of normal startup parameters... I looked in the CRS, ORAAGENT, OCTSSD, and CRSD marbles, but I can't find anything that stands out as to what caused the end of abnomal, another of the communication between the two bodies has not responded within the specified time.

    -Jen

    Hi Jen,

    There is a known issue with Windows module. We are working on fixing it and the new module should be available soon. I'll update as soon as we release the fixed module.

    Sridhar

  • Oracle 12 c disable case-sensitive password

    Is this possible and how?

    According

    https://docs.Oracle.com/database/121/UPGRD/deprecated.htm#UPGRD60022


    The IGNORECASE argument of ORAPWD and the SEC_CASE_SENSITIVE_LOGON system setting are deprecated in Oracle Database 12c

    Indeed, they are considered obsolete - by default, passwords are case-sensitive.

    You can simply set SEC_CASE_SENSITIVE_LOGON FALSE.

  • Problem to install Oracle 11 g - impossible to establish a remote connection

    In short:

    I just installed Oracle 11 g and created a data base and the headset, but I'm unable to connect remotely with a customer database.

    My environment:

    Oracle 11g is installed on a VirtualBox (4.3.18) Red Hat Linux 6.5 VM.  The host operating system is Mac OS X Yosemite.  Linux VM is assigned a static ip address and the host and vm have host entries to resolve this name server:

    192.168.58.152 rhel65opdev-vm

    I am able to ping rhel65opdev-vm from these two places.

    Host: 64 bytes from 192.168.58.152: icmp_seq = 0 ttl = 64 time = 0,287 ms

    VM: 64 bytes of rhel65opdev-vm (192.168.58.152): icmp_seq = 1 ttl = 64 time = 0.027 ms

    I am also able to ssh into the Linux vm without problem.  If I try to telnet to the virtual machine on the port of configured database:

    = > telnet rhel65opdev-vm 1521
    192.168.58.152 by train...
    Telnet: connect to address 192.168.58.152: connection refused

    Telnet: unable to connect to the remote host

    Login as a user other my oracle on the same VM user, can I tnsping data base successfully:

    tnsping $ OP

    AMT Ping utility for Linux: Version 11.2.0.4.0 - Production on 16 January 2015 13:47:10

    Copyright (c) 1997, 2013, Oracle.  All rights reserved.

    Use settings files:

    TNSNAMES adapter used to resolve the alias

    Try to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = rhel65opdev-vm)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = OP)))

    OK (10 ms)

    The same user non-oracle, I am able to do appear SQLDeveloper and establish a connection with the database and check its schema.  But on the Mac, I am unable to use (the Mac version of) SQLDeveloper to do the same.  I get an error: IO error: the network adapter could not establish the connection.  Code 17002 provider.

    I have another Red Hat 6.5 virtual VM from where I'm modeling this new machine, which has the same version of Oracle on it, installed and working (which I myself installed without problem, but a long time ago).  I am able to connect remotely to this base since my Mac using Toad and SQLDeveloper without problem and I can telnet to port of database and there is no problem.

    I point out that I recently removed from the database and reinstalled.  I have created only one service: OP, but the OPXDB see below seems to be a previous installation, which can contribute to my question - not sure.

    Here are a few releases of various orders, I tried following suggestions I've seen on different threads, I found through research:

    • lsnrctl service $

    LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 16 January 2015 13:59:32

    Copyright (c) 1991, 2013, Oracle.  All rights reserved.

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    Summary of services...
    "OP" service has 1 instance (s).
    Instance "OP" READY State, has 1 operation for this service...
    Managers:
    "DEDICATED" set up: 0 denied: 0 status: ready
    LOCAL SERVER
    Service 'OPXDB' has 1 instance (s).
    Instance "OP" READY State, has 1 operation for this service...
    Managers:
    "D000" put in place: 0 denied: current: 0 0 max: 1022 State: loan
    DISPATCHER < machine: rhel65opdev-vm, pid: 2116 >
    (ADDRESS = (PROTOCOL = tcp) (HOST = rhel65opdev-vm)(PORT=23707))

    The command completed successfully

    • $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 16 January 2015 14:00:49

    Copyright (c) 1991, 2013, Oracle.  All rights reserved.

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.4.0 - Production
    Start date 16 January 2015 13:19:05
    Uptime 0 days 0 h 41 min 44 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /opt/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file
    The listener log file /opt/app/Oracle/diag/tnslsnr/rhel65opdev-VM/listener/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = rhel65opdev-vm)(PORT=1521)))
    Summary of services...
    "OP" service has 1 instance (s).
    Instance "OP" READY State, has 1 operation for this service...
    Service 'OPXDB' has 1 instance (s).
    Instance "OP" READY State, has 1 operation for this service...

    The command completed successfully

    • $ iptables-L - v

    INPUT string (policy ACCEPT packets 0, 0 bytes)
    pkts bytes target prot opt in to the source destination
    2146 229K ACCEPT all - none none no matter where, no matter where the State RELATED, established

    2 168 ACCEPT icmp - any any anywhere anywhere
    576 34560 ACCEPT all - lo any anywhere anywhere
    7 448 tcp - all all no matter where no matter where State ACCEPTING NEW tcp dpt: ssh
    all 21 3688 - REJECT any any anywhere anywhere reject-with icmp-host-prohibited

    Chain forward (policy ACCEPT packets 0, 0 bytes)
    pkts bytes target prot opt in to the source destination
    0 0 all - REJECT any any anywhere anywhere with reject icmp-host-prohibited

    Chain OUTPUT (policy 2307 ACCEPT packets, 259 kb)

    pkts bytes target prot opt in to the source destination

    • $ cat /opt/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora

    tnsnames.ora # Network Configuration file: /opt/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.

    OP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = rhel65opdev-vm)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = OP)
    )
    )

    • $ cat /opt/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
      listener.ora # Network Configuration file: /opt/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
      # Generated by Oracle configuration tools.

      OP_LISTENER =
      (DESCRIPTION_LIST =
      (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP) (HOST = rhel65opdev-vm)(PORT = 1521))
      )
      )

    ADR_BASE_OP_LISTENER = Oracle

    • My ORACLE_HOME is set to /opt/app/oracle/product/11.2.0/dbhome_1
    • On the Linux VM on which Oracle runs correctly (host name rhelopvm), I have the log queue listener and start SQLDeveloper on the host Mac:

    $ tail-f /opt/oracle/11.2.0.4/diag/tnslsnr/rhelopvm/listener/alert/log.xml

    < time msg = "2015-01 - 16 T 14: 19:02.286 - 05:00 ' org_id = 'oracle' id_comp = 'tnslsnr'"
    type = 'UNKNOWN' level = host_id = '16' "rhelopvm".
    host_addr = '192.168.57.152' >
    < txt > 16 January 2015 14:19:02 * (CONNECT_DATA = (SID = OP) (CID = (= SQL Developer PROGRAM) (HOST = __jdbc__) (USER = sellis))) * (ADDRESS = (PROTOCOL = tcp (PORT = 50158))(HOST=192.168.57.100)) * establish * OP * 0
    < / txt >

    < / msg >

    When I have the same tail on the defective VM log, the connection request is not that much (and so nothing is seen in this newspaper).

    In conclusion, I am of ideas on how to diagnose and correct the network error.  I would be grateful for any help.

    Thank you

    Scott Ellis

    This can prove to be worthless, consider that on some * nix systems 'iptables' is enabled as part of the base operating system installation.

    your symptoms may change if you turn off or disable iptables on the virtual machine

    IPTABLES (8) IPTABLES (8)

    NAME

    iptables - administration tool for IPv4 and NAT packet filtering

    LOGBOOK

    iptables [-t table]-[AD] chain rule-specification [options]

    iptables [-t table]-I chain [rulenum] rule-specification [options]

    iptables [-t table] r chain rulenum rule-specification [options]

    iptables [-t table] d chain rulenum [options]

    iptables [-t table]-[home] [string] [options]

    iptables [-t table] chain n

    iptables [-t table] X-[string]

    iptables [-t table] string Pei [options] target

    iptables [-t table] name old-chain-new-name-of-chain E

    DESCRIPTION

    Iptables is used to set up, maintain and control intellectual property tables

    Linux kernel packet filtering rules.  Several different tables can

    be defined.   Each table contains a number of built-in chains and may

    also contain user-defined strings.

    Each string is a list of rules that can match a set of packages.

  • Oracle 11g memory usage request

    Hi guys,.

    Version: 11.0.2.4

    Platform: HP - UX

    I have a server with 10 GB physical memory game and Memory_Target and Memory_Max to 2g.

    Understand that this memory_target consists of SGA and PGA.

    With memory_target set to 2 GB, Oracle may use the > 2 GB?

    In my view, it is possible to use 2 GB > PGA is not a strict limit.

    If this is the case, how to find the total memory (sga + pga) used by the Oracle database?

    Thank you

    Vinod Nagpure wrote:

    Oracle cannot exceed MEMORY_MAX_TARGET. Your target max is 2 GB, so it can use more than 2 GB. This is a combined limit for SGA + PGA.

    Kind regards

    Vinod

    We have NO control on no tunable pga memory, then Yes, you can exceed MEMORY_MAX_TARGET

    Take a look on: https://asktom.oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:2054116400346220697

    @1037975 if this is the case, how can I find the total memory (sga + pga) used by the Oracle database?

    You can use the following queries:

    Total memory occupied by Instance (SGA + PGA)

    --------------

    Select sum (bytes) / 1024/1024 MB of (select bytes from v$ sgastat union select v byte value $ s sesstat, v$ statname n where n.STATISTIC # = s.STATISTIC # and n.name = "pga session in memory");

    Process memory (memory of individual processes)

    ---------------

    Select a.sid, value /(1024*1024), program v session $ a, v$ sesstat b where a.sid = select and b.statistic #= ("select statistic # v $ statname where name = ' pga session in memory");

    Kind regards

    Suntrupth

  • Cannot use jar with icon files gif and self signed certificate files (Exception in thread "AWT-EventQueue-3" java.lang.NoClassDefFoundError: oracle/ewt/laf/basic/SelColorChange)

    Hi all.

    I use Forms 11 g 11.1.2.1 and updating JRE 7 45.

    I have create a jar file containing gif icons files using this procedure:

    (1) create the jar file:

    set path = % path %; C:\Oracle\Middleware\Oracle_FRHome1\jdk\bin (my ORACLE_HOME/jdk)

    jar - cvf webfigolos.jar *.gif

    (2) self sign the file:

    c:\Oracle\Middleware\asinst_1\bin > sign_webutil.bat c:\Oracle\Middleware\Oracle_FRHome1\forms\java\webfigoicons.jar

    Jars is signed but with a warning:

    Generate a signature key certificate aaosa2015 = auto...

    keytool error: java.lang.Exception: key pair not generated, al alias < aaosa2015 >

    loan is

    .

    There are errors or warnings while generating a self signed certificate. Pleas

    e revisiting.

    .

    Backup as c: C:\Oracle\Middleware\Oracle_FRHome1\forms\java\webfigoicons.jar

    \Oracle\Middleware\Oracle_FRHome1\forms\java\webfigoicons.jar.old...

    1 file (s) copied.

    Signature using ke c:\Oracle\Middleware\Oracle_FRHome1\forms\java\webfigoicons.jar

    y = aaosa2015...

    .. own made.

    But I can use this file. The application crashes and get this error from the java console:

    network: connection http://myluism-pc:7001/forms/lservlet; jsessionid = p98GTL5Fh6XnQcykySBhLWq2823HwHlPGZ16TYHVv93006N4mmdl!-947562687 with proxy = LIVE

    network: connection http://myluism-PC:7001 / with proxy = LIVE

    Exception in thread "AWT-EventQueue-3" java.lang.NoClassDefFoundError: oracle/ewt/laf/basic/SelColorChange

    at oracle.ewt.laf.oracle.OracleTreeUI.createItemPainter (unknown Source)

    at oracle.ewt.laf.basic.BasicTreeUI._getItemPainter (unknown Source)

    at oracle.ewt.laf.basic.BasicTreeUI.getItemPainter (unknown Source)

    at oracle.ewt.dTree.DTreeBaseItem.getSize (unknown Source)

    at oracle.ewt.dTree.DTree.paintCanvasInterior (unknown Source)

    at oracle.ewt.EwtComponent.paintInterior (unknown Source)

    at oracle.ewt.lwAWT.SharedPainter._paintInterior (unknown Source)

    at oracle.ewt.lwAWT.SharedPainter.paintExtents (unknown Source)

    at oracle.ewt.lwAWT.LWComponent._paintComponent (unknown Source)

    at oracle.ewt.lwAWT.LWComponent.paint (unknown Source)

    at oracle.ewt.EwtComponent.paint (unknown Source)

    at oracle.ewt.lwAWT.SharedPainter.paintExtents (unknown Source)

    at oracle.ewt.lwAWT.LWComponent._paintComponent (unknown Source)

    This used to be a very simple procedure, but it has stopped working...!

    Don't know if the jar file is well born, or if it is corrupt.

    I can't start my application.

    Help, please!

    Best regards, Luis.

    Try again with the JRE 7 10 update, I get a problem with the update of JRE 7 45, but when I tried the update of JRE 7 10, it works fine.

    For the objective test, disable the check

    Java Panel-> advance-> mixed Code-> disable verification (unchecked)

  • Oracle TNS not getting format not recognized

    Hi all

    I have two installations in my system:

    Oracle 10g

    Oracle, forms and reports 6i - Oracle8

    I don't know in what order its been installed, it came with my installation of windows office directly.

    The problem is with the TNSNAMES file.

    The tnsnames.ora file is being levied on the 'C:\Ora10g' only location (10g installation location).

    But the tnsnames I mentioned in the file are not getting identified. I get the error message "TNS could not resolve service name".

    And if I replace the tnsname for (for example: UAT) with UAT.world, and then its getting identified. Which means that I realized that this format is to check with the Oracle8 version. There is no problem with format tns.

    Now my question is what are the settings that should be changed to make this file be scanned with the installation of Oracle 10 g.

    Please help me...

    Sameer Sai wrote:

    Even I tried to delete these two entries and tried:

    Names.default_domain = everyone

    Name.default_zone = everyone

    But it's not working. Can you please help?

    But if you have, as you say, two ORACLE_HOMES, you need to make the change in the relevent one.  Better to do that sybrand said and set your TNS_ADMIN variable to point to one or the other.  Indeed, in such a case, I would say for the creation of a special "tns admin" directory.  Say, "C:\app\oracle\tnsadmin\."  Place your files tnsnames.ora or sqlnet.ora in this directory and set 'TNS_ADMIN = C:\app\oracle\tnsadmin'

  • ORA-04031 Oracle RAC ASM 11.2.0.3

    Hello:

    I need your help.

    When the automatic increase in memory of comics, more than 8 GB, my BD RAC indicates failure.

    Environment:

    Oracle RAC 11.2.0.3 with 2 nodes.

    O.S.: SunOS 5.11 rac1 11.1 sun4v sparc sun4v

    RAM: 32 GB.

    Oracle Grid Infrastructure 11.2.0.3

    Oracle ASM 11.2.0.3

    Oracle Database 11.2.0.3 Enterprise Edition with RAC option.

    Symptom:

    I created my DB CARS with MEMORY_TARGET = 1 G.

    I have been to increase the parameter up to 8 GB without problem, but the 9 GB, this error occurs:

    * .memory_max_target = 9g

    * .memory_target = 4g

    SQL > startup nomount;

    ORACLE instance started.

    ORA-00604: an error has occurred at the SQL level recursive 2

    ORA-04031: unable to allocate 32 bytes of shared memory ('shared

    pool"," X$ KSMSD "," KGLS ^ c51f85ea ',' kglHeapInitialize:temp') "

    Background:

    What are the parameters of the kernel for the oracle account:

    Oracle@RAC1:~$ prctl - n Project.Max - shm-memory - i project user.oracle

    project: 100: user.oracle

    NAME PRIVILEGE VALUE FLAG ACTION BENEFICIARY

    Project.Max - shm-memory

    the 20,00 GB privilege - deny-

    system 16.0EB max deny-

    Oracle@RAC1:~$ prctl - n Project.Max - sem - IDS - i project user.oracle

    project: 100: user.oracle

    NAME PRIVILEGE VALUE FLAG ACTION BENEFICIARY

    Project.Max - sem - IDS

    privileged 16.0 M - deny -.

    system of 16.8 M max deny-

    How can I fix?

    Thank you

    David

    Your paging file must be at least as big as your physical ram, or in your case specific at least 9 GB or larger.  The value of your swap 32 GB if you plan to use the AMM but I wouldn't use it AMM because Oracle does not support on Solaris.  Supported only for the ASM instance and not the databases.

Maybe you are looking for