İçeriğe geç
HELIOS BLOG

HELIOS BLOG

Helios Database Journey


  • Home
  • About Me
  • Video Tutorials
  • Article Index
  • Aralık 31, 2020

    ORA-19809&ORA-19804 during RMAN backup

    I hit this error message during taking rman hot backup on one of my databases. Complete Error message is:RMAN-00571: ===========================================================RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============RMAN-00571: ===========================================================RMAN-03009: failure of backup command on ch1 channel at 21/12/2020 10:30:41ORA-19809: limit exceeded for recovery filesORA-19804: cannot reclaim 5487325853476 bytes disk space from 37418520 limit Actullay error is already… Continue reading

    Oracle Database&EBS General
    ORA-19804:, ORA-19809
  • Aralık 14, 2020

    19c on Windows gives ORA-27300: OS system dependent operation:write failed with status: 5 ORA-27301: OS failure message: Access is denied. ORA-27302: failure occurred at: sskgmsmr_11

    I face with that error on 19c version on Windows operating system. Alertlog has below error messages: ORA-27300: OS system dependent operation:write failed with status: 5ORA-27301: OS failure message: Access is denied.ORA-27302: failure occurred at: sskgmsmr_11 After investigate issue I have found below explanations Continue reading

    Oracle Database&EBS General
    ORA-27300, ORA-27301, ORA-27302
  • Aralık 14, 2020

    OEM config show wrong node name in repo

    If you have RAC system you need to verify your information is correct on configuration files. To can see it run below command as oracle user [oracle@Node1~]$ emca -config dbcontrol db -repos create -cluster As you can see we need to change it Continue reading

    Oracle Database&EBS General
  • Aralık 14, 2020

    The Host CPU Chart Could Not Be Generated Error on OEM Home Page

    I faced with that issue on while I recreated repo on 11.2.0.4 RAC system. My step is: [oracle@node1~]$ emca -config dbcontrol db -repos create -cluster <<<<< Enter the related information After related steps done the login to the database Console works fine. The Target is shown as UP but the ‘host cpu’ section in the… Continue reading

    Oracle Database&EBS General
    ORA-20206:, oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:73), oracle.ops.mgmt.cluster.ClusterCmd.runCmd(ClusterCmd.java:2149), YSMAN.EMD_RAC
  • Aralık 11, 2020

    Getting ORA-01031: insufficient privileges while try to create trigger on 19c

    I face with this error on Oracle19c database. My user has sysdba and also dba grant with create any trigger privilege. Complete message is: conn myuser/mypass@DB_SID SQL> create or replace trigger xxxxbeginnull;end;create or replace trigger xxxx*ERROR at line 1:ORA-01031: insufficient privileges Continue reading

    Oracle Database&EBS General
    ORA-01031: insufficient privileges, trigger ORA-01031
  • Aralık 3, 2020

    ORA-00845: MEMORY_TARGET not supported on this system on Grid Infra Installation

    I faced with that error during 19c standalone installation on linux. In Grid Installation step I get below error: INFO: [Nov 17, 2020 12:05:21 PM] Skipping line: Configuring HA resource failed. INFO: [Nov 17, 2020 12:05:21 PM] PRCR-1079 : Failed to start resource ora.asm INFO: [Nov 17, 2020 12:05:21 PM] Skipping line: PRCR-1079 : Failed… Continue reading

    Oracle Database&EBS General
    CRS-2674, CRS-5017:, ORA-00845:
  • Aralık 3, 2020

    Linux Error: curl#6 – “Could not resolve host: mirrorlist.centos.org; Unknown error”

    On linux yum is very useful to install package on operating system. You may hit this error while try to use yum. So here is the solutions steps but first let us see exact error message: [root@veridata yum.repos.d]# yum install httpdLoaded plugins: fastestmirror, langpacksLoading mirror speeds from cached hostfileCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was14:… Continue reading

    Oracle Database&EBS General
    curl#6 –, curl#6 – "Could not resolve host: mirrorlist.centos.org; Unknown error", mirrorlist.centos.org
  • Kasım 30, 2020

    There was a problem creating the SQL Profile ORA-06502: PL/SQL: numeric or value error ORA-06512: at line 1

    I face with that error while try to set SQL Plan on one of my sql. This is the one of he published bug. Bug 10313110  SQL Advisor raises an ORA-13786 when Trying to Implement a Recommended Parallel Profile If I try to use below syntax its also through error message such as: Continue reading

    Oracle Database&EBS General
    line 16442, line 31, ORA-06512: at "SYS.DBMS_SQLTUNE_INTERNAL", ORA-06512: at "SYS.PRVT_SQLPROF_INFRA", ORA-13786: missing SQL text of statement object, There was a problem creating the SQL Profile ORA-06502: PL/SQL: numeric or value error ORA-06512: at line 1
  • Kasım 25, 2020

    How to Scan New LUNs and SCSI Disks on Linux Using the rescan-scsi-bus.sh Script

    The “rescan-scsi-bus.sh” can be used to scan new LUNs in a CentOS/RHEL machine. When ‘rescan-scsi-bus.sh -i’ is run, script execute as well a LIP_RESET (ISSUE_LIP) which may cause a disruption in I/O on the server and even cause an outage in case of a system running on heavy load. Redhat says this type of scan… Continue reading

    Oracle Database&EBS General
    luns, rescan-scsi-bus.sh, scsi, sg3_utils
  • Kasım 25, 2020

    How to Setup Disks for GI Installation on VMware Workstation

    In this post I want to share my pdf file which covers step by step Disk preparation for Grid Installation on VMware Workstation You may need to add and format related disks for ASM setup Please click download button to can download step by step document. Continue reading

    Oracle Database&EBS General
    ACFS add disk, add disk, asm disk
«Önceki Sayfa Sonraki Sayfa»

AWARDED TOP 60 ORACLE BLOGS SINCE 2018

Recent Posts

  • Oracle CDB vs Non-CDB: A Future-Ready Database Architecture
  • Hot Cloning of a PDB in Oracle Database
  • Oracle + Artificial Intelligence = Smarter Database Management
  • Understanding UNDO Tablespace in Oracle Database: Importance and Best Practices
  • Fortifying Your Cloud: Understanding the OCI Zero Trust Landing Zone

CATEGORIES

  • Cloud Computing Tutorials
  • My Presentations
  • Oracle Cloud Journey
  • Oracle Database&EBS General
  • Oracle E-Business Suite Release 11
  • Oracle E-Business Suite Release 12
  • Scripts for Oracle E-Business Suite
  • Some other Oracle Products Installation
  • Step by Step Oracle E-Business Suite Installation
  • Video Tutorials

Newsletter


Recent Posts

  • Oracle CDB vs Non-CDB: A Future-Ready Database Architecture
  • Hot Cloning of a PDB in Oracle Database
  • Oracle + Artificial Intelligence = Smarter Database Management

Newsletter

©

HELIOS BLOG

2022, All Rights Reserved.

WordPress.com’da ücretsiz bir web sitesi ya da blog oluşturun.

Gizlilik ve Çerezler: Bu sitede çerez kullanılmaktadır. Bu web sitesini kullanmaya devam ederek bunların kullanımını kabul edersiniz.
Çerezlerin nasıl kontrol edileceği dahil, daha fazla bilgi edinmek için buraya bakın: Çerez Politikası
  • Abone Ol Abone olunmuş
    • HELIOS BLOG
    • Diğer 67 aboneye katılın
    • WordPress.com hesabınız var mı? Şimdi oturum açın.
    • HELIOS BLOG
    • Abone Ol Abone olunmuş
    • Kaydolun
    • Giriş
    • Bu içeriği rapor et
    • Siteyi Okuyucu'da görüntüle
    • Abonelikleri Yönet
    • Bu şeridi gizle