SlideShare uma empresa Scribd logo
1 de 6
PREPARED BY RAVI KUMAR LANKE Page 1
Oracle Database Error with solution.
Error-:ORA-04031: unable to allocate 32 bytes of shared memory ("shared pool","select
decode(failover_metho...","sql area","tmp")
Solution-:
SQL> alter system flush shared_pool;
System altered.
Error Code ORA-00001
Error
Message
ORA-00001: unique constraint (constraint_name) violated
Error Reason
An INSERT or UPDATE statement execution which violating the
unique key constraint on the Table
Error
Resolution
1)Drop The unique Constraint
2)Allow duplicates by droping the constraint
Error Code ORA-00054
Error
Message
ORA-00054: resource busy and acquire with NOWAIT specified
Error Reason An insert or update or select command against a LOCK Table
Error
Resolution
1)Try to execute the statment after sometime
2)Execute the command with a NOWAIT commands
PREPARED BY RAVI KUMAR LANKE Page 2
Error Code ORA-00257
Error
Message
ORA-00257: archiver is stuck. CONNECT INTERNAL only, until freed
Error Reason Error occurs at the archival of the redo logs
Error
Resolution
1)Check the storage space availabilty
2)Check the initialization paramter ARCHIVE_LOG_DEST
Error Code ORA-00600
Error
Message
ORA-00600
Error Reason
Internal Error generated by generic kernal code of the Oracle
Software
Error
Resolution
Should be reported to oracle support
Error Code ORA-12154
Error
Message
ORA-12154: TNS:could not resolve service name
Error Reason
This error occurs due to missing tnsnames.ora file or tnsname.ora
file not configured properly .
Error
Resolution
Reconfigure the tnsname.ora
PREPARED BY RAVI KUMAR LANKE Page 3
Error Code ORA-03113
Error
Description
ORA-03113: end-of-file on communication channel
Error -
Reason
An unexpected end of file occured During communication
Error
Resolution
1)Check the network may be the network went down
2)check the server may be the server down
Error Code ORA-00936
Error
Description
ORA-00936: missing expression
Error -
Reason
missing sysntax when executing SQL statments
Error
Resolution
1) Check your statement sytax properly
Error Code ORA-01017
Error
Description
ORA-01017: invalid username/password; logon denied
Error -
Reason
Login activity uisng worng database credentials
Error
Resolution
1) Enter the login credentials properly
Error Code ORA-01555
Error
Description
ORA-01555: snapshot too old (rollback segment too small)
Error -
Reason
Insufficient Rollback segments
Error
Resolution
1) Make larger rollback segments
PREPARED BY RAVI KUMAR LANKE Page 4
Error Code ORA-04031
Error
Description
ORA-04031: unable to allocate num bytes of shared memory
Error -
Reason
More usage of shared memory than availabe
Error
Resolution
1. Reduce the use of shared memory availabe.
2. Increase the SHARED_POOL_SIZE paramter
Error Code ORA-01031
Error
Description
ORA-01031: insufficient privileges
Error -
Reason
Due to the lack of the privileges for the login user to thedatabase
objects
Error
Resolution
Contact the Oracle DBA for accessing privilages
Error Code ORA-01000
Error
Description
ORA-01000: maximum open cursors exceeded
Error -
Reason
Each user is restricted in using the number of cursors at a time .
You may get this error when your cursor limit exeeds the set
parameter
Error
Resolution
shut down Oracle database , increase the OPEN_CURSORS
parameter in the initialization file, and restart Oracle database .
Error Code ORA-12560
Error
Description
ORA-12560: TNS:protocol adapter error
Error -
Reason
This is an error related to the protocol adaptor
Error
Resolution
Check the Protcol specification
PREPARED BY RAVI KUMAR LANKE Page 5
Error Code ORA-27101
Error
Description
ORA-27101: shared memory realm does not exist
Error -
Reason
Unable to locate the shared memory realm
Error
Resolution
Make sure that ORACLE_SID and ORACLE_HOME are correct.
A tralling slash on the ORACLE_HOME can cause error
ORACLE_HOME=’/home/oracle/prod’ —- Correct
ORACLE_HOME=’/home/oracle/prod/’ —-Wrong
Error Code ORA-04030
Error
Description
ORA-04030: out of process memory
Error -
Reason
This is a common error while running import . This error is related
to RAM settings. If the server having low RAM and memeory
parameters are configured with a high configuration causes this
error
Error
Resolution
The best solution is to increase the RAM of the server if your server
running with a low RAM other option is
to Increasepga_aggregate_target
Error Code ORA-00020
Error
Description
ORA-00020: maximum number of processes (%s) exceeded
Error -
Reason
Maximum number of processes are exceeded than the limit in
oracle database
Error
Resolution
Login as SYSDBA and kill the unwanted sessions
PREPARED BY RAVI KUMAR LANKE Page 6
Error Code ORA-04030
Error
Description
ORA-04030: out of process memory
Error -
Reason
This is a common error while running import . This error is related
to RAM settings. If the server having low RAM and memeory
parameters are configured with a high configuration causes this
error
Error
Resolution
The best solution is to increase the RAM of the server if your server
running with a low RAM other option is
to Increasepga_aggregate_target
Error Code ORA-04030
Error
Description
ORA-04030: out of process memory
Error -
Reason
This is a common error while running import . This error is related
to RAM settings. If the server having low RAM and memeory
parameters are configured with a high configuration causes this
error
Error
Resolution
The best solution is to increase the RAM of the server if your server
running with a low RAM other option is
to Increasepga_aggregate_target

Mais conteúdo relacionado

Mais procurados

Capturing, Analyzing, and Optimizing your SQL
Capturing, Analyzing, and Optimizing your SQLCapturing, Analyzing, and Optimizing your SQL
Capturing, Analyzing, and Optimizing your SQL
Padraig O'Sullivan
 
Obiee 11g installation
Obiee 11g installationObiee 11g installation
Obiee 11g installation
Amit Sharma
 
SOA Database Connectivity Issues Showing DatabaseException Internal Exception
SOA Database Connectivity Issues Showing DatabaseException Internal ExceptionSOA Database Connectivity Issues Showing DatabaseException Internal Exception
SOA Database Connectivity Issues Showing DatabaseException Internal Exception
Rajendra Ladkat
 

Mais procurados (20)

In Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry OsborneIn Memory Database In Action by Tanel Poder and Kerry Osborne
In Memory Database In Action by Tanel Poder and Kerry Osborne
 
MySQL Monitoring Mechanisms
MySQL Monitoring MechanismsMySQL Monitoring Mechanisms
MySQL Monitoring Mechanisms
 
Capturing, Analyzing, and Optimizing your SQL
Capturing, Analyzing, and Optimizing your SQLCapturing, Analyzing, and Optimizing your SQL
Capturing, Analyzing, and Optimizing your SQL
 
Basic MySQL Troubleshooting for Oracle DBAs
Basic MySQL Troubleshooting for Oracle DBAsBasic MySQL Troubleshooting for Oracle DBAs
Basic MySQL Troubleshooting for Oracle DBAs
 
MySQL Troubleshooting with the Performance Schema
MySQL Troubleshooting with the Performance SchemaMySQL Troubleshooting with the Performance Schema
MySQL Troubleshooting with the Performance Schema
 
MySQL for Oracle DBAs
MySQL for Oracle DBAsMySQL for Oracle DBAs
MySQL for Oracle DBAs
 
Performance Schema and Sys Schema in MySQL 5.7
Performance Schema and Sys Schema in MySQL 5.7Performance Schema and Sys Schema in MySQL 5.7
Performance Schema and Sys Schema in MySQL 5.7
 
What’s New in Oracle Database 12c for PHP
What’s New in Oracle Database 12c for PHPWhat’s New in Oracle Database 12c for PHP
What’s New in Oracle Database 12c for PHP
 
Instrumenting plugins for Performance Schema
Instrumenting plugins for Performance SchemaInstrumenting plugins for Performance Schema
Instrumenting plugins for Performance Schema
 
Performance Schema for MySQL troubleshooting
Performance Schema for MySQL troubleshootingPerformance Schema for MySQL troubleshooting
Performance Schema for MySQL troubleshooting
 
Php Applications with Oracle by Kuassi Mensah
Php Applications with Oracle by Kuassi MensahPhp Applications with Oracle by Kuassi Mensah
Php Applications with Oracle by Kuassi Mensah
 
Obiee 11g installation
Obiee 11g installationObiee 11g installation
Obiee 11g installation
 
Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014
Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014
Flex Cluster e Flex ASM - GUOB Tech Day - OTN TOUR LA Brazil 2014
 
Power shell
Power shellPower shell
Power shell
 
Pluggable database 3
Pluggable database 3Pluggable database 3
Pluggable database 3
 
configuring+oracle+rds+with+glasfish+server
configuring+oracle+rds+with+glasfish+serverconfiguring+oracle+rds+with+glasfish+server
configuring+oracle+rds+with+glasfish+server
 
Getting to Know MySQL Enterprise Monitor
Getting to Know MySQL Enterprise MonitorGetting to Know MySQL Enterprise Monitor
Getting to Know MySQL Enterprise Monitor
 
SOA Database Connectivity Issues Showing DatabaseException Internal Exception
SOA Database Connectivity Issues Showing DatabaseException Internal ExceptionSOA Database Connectivity Issues Showing DatabaseException Internal Exception
SOA Database Connectivity Issues Showing DatabaseException Internal Exception
 
OER Reports and OBI Publisher
OER Reports and OBI PublisherOER Reports and OBI Publisher
OER Reports and OBI Publisher
 
oracle-rest-data-service-instal-config
oracle-rest-data-service-instal-configoracle-rest-data-service-instal-config
oracle-rest-data-service-instal-config
 

Destaque

Oracle dba-concise-handbook
Oracle dba-concise-handbookOracle dba-concise-handbook
Oracle dba-concise-handbook
sasi777
 
Dba 3+ exp qus
Dba 3+ exp qusDba 3+ exp qus
Dba 3+ exp qus
krreddy21
 
Obiee 11 g installation on windows
Obiee 11 g installation on windowsObiee 11 g installation on windows
Obiee 11 g installation on windows
Ravi Kumar Lanke
 

Destaque (20)

Tic
TicTic
Tic
 
Stories of an Oracle DBA
Stories of an Oracle DBAStories of an Oracle DBA
Stories of an Oracle DBA
 
Oracle11g notes
Oracle11g notesOracle11g notes
Oracle11g notes
 
Oracle ORA Errors
Oracle ORA ErrorsOracle ORA Errors
Oracle ORA Errors
 
Oracle dba-concise-handbook
Oracle dba-concise-handbookOracle dba-concise-handbook
Oracle dba-concise-handbook
 
Dba 3+ exp qus
Dba 3+ exp qusDba 3+ exp qus
Dba 3+ exp qus
 
The Key Responsibilities of a Database Administrator
The Key Responsibilities of a Database AdministratorThe Key Responsibilities of a Database Administrator
The Key Responsibilities of a Database Administrator
 
Linux tuning to improve PostgreSQL performance
Linux tuning to improve PostgreSQL performanceLinux tuning to improve PostgreSQL performance
Linux tuning to improve PostgreSQL performance
 
Backup And Recovery
Backup And RecoveryBackup And Recovery
Backup And Recovery
 
Navigator Workflow PowerPoint
Navigator Workflow PowerPointNavigator Workflow PowerPoint
Navigator Workflow PowerPoint
 
Google App Engine: Datastore のクエリを 理解しよう
Google App Engine: Datastore のクエリを 理解しようGoogle App Engine: Datastore のクエリを 理解しよう
Google App Engine: Datastore のクエリを 理解しよう
 
Ca eed 2014 milan wg2 4 nl presentation def
Ca eed 2014 milan wg2 4   nl presentation defCa eed 2014 milan wg2 4   nl presentation def
Ca eed 2014 milan wg2 4 nl presentation def
 
Gtsat
GtsatGtsat
Gtsat
 
Obiee 11 g installation on windows
Obiee 11 g installation on windowsObiee 11 g installation on windows
Obiee 11 g installation on windows
 
Noticias Tel Nov
Noticias Tel NovNoticias Tel Nov
Noticias Tel Nov
 
College SIOB Mediacoach - John Leek - April 15th 2013
College SIOB Mediacoach - John Leek - April 15th 2013College SIOB Mediacoach - John Leek - April 15th 2013
College SIOB Mediacoach - John Leek - April 15th 2013
 
Moving Outside the Firewall with Web AppBuilder and Portal for ArcGIS Server
Moving Outside the Firewall with Web AppBuilder and Portal for ArcGIS ServerMoving Outside the Firewall with Web AppBuilder and Portal for ArcGIS Server
Moving Outside the Firewall with Web AppBuilder and Portal for ArcGIS Server
 
Using Esri's Address Data Management Tools to Prepare for Next Generation 911
Using Esri's Address Data Management Tools to Prepare for Next Generation 911Using Esri's Address Data Management Tools to Prepare for Next Generation 911
Using Esri's Address Data Management Tools to Prepare for Next Generation 911
 
Renaissance of the Teachers
Renaissance of the TeachersRenaissance of the Teachers
Renaissance of the Teachers
 
Stress Management!
Stress Management!Stress Management!
Stress Management!
 

Semelhante a Oracle database error with solution

Adventures in Dataguard
Adventures in DataguardAdventures in Dataguard
Adventures in Dataguard
Jason Arneil
 
Oracle Database 11g SQL Tuning Workshop - Student Guide.pdf
Oracle Database 11g SQL Tuning Workshop - Student Guide.pdfOracle Database 11g SQL Tuning Workshop - Student Guide.pdf
Oracle Database 11g SQL Tuning Workshop - Student Guide.pdf
Rajendra Jain
 

Semelhante a Oracle database error with solution (20)

Performance tuning intro
Performance tuning introPerformance tuning intro
Performance tuning intro
 
Performance Tuning intro
Performance Tuning introPerformance Tuning intro
Performance Tuning intro
 
Oracle Exadata Performance: Latest Improvements and Less Known Features
Oracle Exadata Performance: Latest Improvements and Less Known FeaturesOracle Exadata Performance: Latest Improvements and Less Known Features
Oracle Exadata Performance: Latest Improvements and Less Known Features
 
8 tune tusc
8 tune tusc8 tune tusc
8 tune tusc
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c Presentation
 
576 oracle-dba-interview-questions
576 oracle-dba-interview-questions576 oracle-dba-interview-questions
576 oracle-dba-interview-questions
 
11g R2
11g R211g R2
11g R2
 
Caching and tuning fun for high scalability
Caching and tuning fun for high scalabilityCaching and tuning fun for high scalability
Caching and tuning fun for high scalability
 
Adventures in Dataguard
Adventures in DataguardAdventures in Dataguard
Adventures in Dataguard
 
MySQL Performance Metrics that Matter
MySQL Performance Metrics that MatterMySQL Performance Metrics that Matter
MySQL Performance Metrics that Matter
 
End-to-end Troubleshooting Checklist for Microsoft SQL Server
End-to-end Troubleshooting Checklist for Microsoft SQL ServerEnd-to-end Troubleshooting Checklist for Microsoft SQL Server
End-to-end Troubleshooting Checklist for Microsoft SQL Server
 
Oracle analysis 101_v1.0_ext
Oracle analysis 101_v1.0_extOracle analysis 101_v1.0_ext
Oracle analysis 101_v1.0_ext
 
Oracle Database 11g SQL Tuning Workshop - Student Guide.pdf
Oracle Database 11g SQL Tuning Workshop - Student Guide.pdfOracle Database 11g SQL Tuning Workshop - Student Guide.pdf
Oracle Database 11g SQL Tuning Workshop - Student Guide.pdf
 
Analyzing a memory leak problem
Analyzing a memory leak problemAnalyzing a memory leak problem
Analyzing a memory leak problem
 
All Change
All ChangeAll Change
All Change
 
Real World Performance - Data Warehouses
Real World Performance - Data WarehousesReal World Performance - Data Warehouses
Real World Performance - Data Warehouses
 
Sql server scalability fundamentals
Sql server scalability fundamentalsSql server scalability fundamentals
Sql server scalability fundamentals
 
Oracle Database In-Memory Option in Action
Oracle Database In-Memory Option in ActionOracle Database In-Memory Option in Action
Oracle Database In-Memory Option in Action
 
Power of the AWR Warehouse
Power of the AWR WarehousePower of the AWR Warehouse
Power of the AWR Warehouse
 
JSSUG: SQL Sever Performance Tuning
JSSUG: SQL Sever Performance TuningJSSUG: SQL Sever Performance Tuning
JSSUG: SQL Sever Performance Tuning
 

Mais de Ravi Kumar Lanke

Mais de Ravi Kumar Lanke (20)

Creating and configuring vnc sessions
Creating and configuring vnc sessionsCreating and configuring vnc sessions
Creating and configuring vnc sessions
 
Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...Copying files between linux machines using scp and ssh without linux user pas...
Copying files between linux machines using scp and ssh without linux user pas...
 
Exporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle databaseExporting schema to dmp file and importing it into other oracle database
Exporting schema to dmp file and importing it into other oracle database
 
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
Installing Endeca Server, Studio, Integrator ETL , Commerce and Platform Serv...
 
Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server Installing solaris on virtual box and installing weblogic server
Installing solaris on virtual box and installing weblogic server
 
Enabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bitEnabling remote desktop connection on windows 7 64 bit
Enabling remote desktop connection on windows 7 64 bit
 
Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...Connecting to the remote database through sql developer without database clie...
Connecting to the remote database through sql developer without database clie...
 
Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7Setting home path class path and path for java on windows 7
Setting home path class path and path for java on windows 7
 
How to find ip and mac address
How to find ip and mac addressHow to find ip and mac address
How to find ip and mac address
 
Step by step deployment of sampleappv406
Step by step deployment of  sampleappv406Step by step deployment of  sampleappv406
Step by step deployment of sampleappv406
 
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bitInstalling and configuring informatica 910 and dac 11 g on windows 64 bit
Installing and configuring informatica 910 and dac 11 g on windows 64 bit
 
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
Installing bi applications 7.9.6.4 on obiee 11.1.1.7.0
 
Installing my sql on windows
Installing my sql on windowsInstalling my sql on windows
Installing my sql on windows
 
How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...How to prevent access to command prompt and registry editing tools and window...
How to prevent access to command prompt and registry editing tools and window...
 
How to disable and enable task manager
How to disable and enable task managerHow to disable and enable task manager
How to disable and enable task manager
 
Deploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame worksDeploying an application into oracle endeca tools and frame works
Deploying an application into oracle endeca tools and frame works
 
Installing oracle endeca commerce
Installing oracle endeca commerceInstalling oracle endeca commerce
Installing oracle endeca commerce
 
How to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise mangerHow to deploy rpd and catalog without enterprise manger
How to deploy rpd and catalog without enterprise manger
 
How to change the obiee 11g browser title
How to change the obiee 11g browser titleHow to change the obiee 11g browser title
How to change the obiee 11g browser title
 
Creating new service name for oracle database
Creating new service name for oracle databaseCreating new service name for oracle database
Creating new service name for oracle database
 

Último

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

Oracle database error with solution

  • 1. PREPARED BY RAVI KUMAR LANKE Page 1 Oracle Database Error with solution. Error-:ORA-04031: unable to allocate 32 bytes of shared memory ("shared pool","select decode(failover_metho...","sql area","tmp") Solution-: SQL> alter system flush shared_pool; System altered. Error Code ORA-00001 Error Message ORA-00001: unique constraint (constraint_name) violated Error Reason An INSERT or UPDATE statement execution which violating the unique key constraint on the Table Error Resolution 1)Drop The unique Constraint 2)Allow duplicates by droping the constraint Error Code ORA-00054 Error Message ORA-00054: resource busy and acquire with NOWAIT specified Error Reason An insert or update or select command against a LOCK Table Error Resolution 1)Try to execute the statment after sometime 2)Execute the command with a NOWAIT commands
  • 2. PREPARED BY RAVI KUMAR LANKE Page 2 Error Code ORA-00257 Error Message ORA-00257: archiver is stuck. CONNECT INTERNAL only, until freed Error Reason Error occurs at the archival of the redo logs Error Resolution 1)Check the storage space availabilty 2)Check the initialization paramter ARCHIVE_LOG_DEST Error Code ORA-00600 Error Message ORA-00600 Error Reason Internal Error generated by generic kernal code of the Oracle Software Error Resolution Should be reported to oracle support Error Code ORA-12154 Error Message ORA-12154: TNS:could not resolve service name Error Reason This error occurs due to missing tnsnames.ora file or tnsname.ora file not configured properly . Error Resolution Reconfigure the tnsname.ora
  • 3. PREPARED BY RAVI KUMAR LANKE Page 3 Error Code ORA-03113 Error Description ORA-03113: end-of-file on communication channel Error - Reason An unexpected end of file occured During communication Error Resolution 1)Check the network may be the network went down 2)check the server may be the server down Error Code ORA-00936 Error Description ORA-00936: missing expression Error - Reason missing sysntax when executing SQL statments Error Resolution 1) Check your statement sytax properly Error Code ORA-01017 Error Description ORA-01017: invalid username/password; logon denied Error - Reason Login activity uisng worng database credentials Error Resolution 1) Enter the login credentials properly Error Code ORA-01555 Error Description ORA-01555: snapshot too old (rollback segment too small) Error - Reason Insufficient Rollback segments Error Resolution 1) Make larger rollback segments
  • 4. PREPARED BY RAVI KUMAR LANKE Page 4 Error Code ORA-04031 Error Description ORA-04031: unable to allocate num bytes of shared memory Error - Reason More usage of shared memory than availabe Error Resolution 1. Reduce the use of shared memory availabe. 2. Increase the SHARED_POOL_SIZE paramter Error Code ORA-01031 Error Description ORA-01031: insufficient privileges Error - Reason Due to the lack of the privileges for the login user to thedatabase objects Error Resolution Contact the Oracle DBA for accessing privilages Error Code ORA-01000 Error Description ORA-01000: maximum open cursors exceeded Error - Reason Each user is restricted in using the number of cursors at a time . You may get this error when your cursor limit exeeds the set parameter Error Resolution shut down Oracle database , increase the OPEN_CURSORS parameter in the initialization file, and restart Oracle database . Error Code ORA-12560 Error Description ORA-12560: TNS:protocol adapter error Error - Reason This is an error related to the protocol adaptor Error Resolution Check the Protcol specification
  • 5. PREPARED BY RAVI KUMAR LANKE Page 5 Error Code ORA-27101 Error Description ORA-27101: shared memory realm does not exist Error - Reason Unable to locate the shared memory realm Error Resolution Make sure that ORACLE_SID and ORACLE_HOME are correct. A tralling slash on the ORACLE_HOME can cause error ORACLE_HOME=’/home/oracle/prod’ —- Correct ORACLE_HOME=’/home/oracle/prod/’ —-Wrong Error Code ORA-04030 Error Description ORA-04030: out of process memory Error - Reason This is a common error while running import . This error is related to RAM settings. If the server having low RAM and memeory parameters are configured with a high configuration causes this error Error Resolution The best solution is to increase the RAM of the server if your server running with a low RAM other option is to Increasepga_aggregate_target Error Code ORA-00020 Error Description ORA-00020: maximum number of processes (%s) exceeded Error - Reason Maximum number of processes are exceeded than the limit in oracle database Error Resolution Login as SYSDBA and kill the unwanted sessions
  • 6. PREPARED BY RAVI KUMAR LANKE Page 6 Error Code ORA-04030 Error Description ORA-04030: out of process memory Error - Reason This is a common error while running import . This error is related to RAM settings. If the server having low RAM and memeory parameters are configured with a high configuration causes this error Error Resolution The best solution is to increase the RAM of the server if your server running with a low RAM other option is to Increasepga_aggregate_target Error Code ORA-04030 Error Description ORA-04030: out of process memory Error - Reason This is a common error while running import . This error is related to RAM settings. If the server having low RAM and memeory parameters are configured with a high configuration causes this error Error Resolution The best solution is to increase the RAM of the server if your server running with a low RAM other option is to Increasepga_aggregate_target