loading
hello dummmy text
  • +91 9951696808
  • reachus@orskl.com
koncpt
  • Solutions
    • Data Pooling
    • Integrated Analytics
    • ML Engineering
    • Product Development
  • Upskill
    • Data Engineering
      • Big Data Engineering – Essentials
      • Big Data Engineering – Booster
      • Big Data Engineering – Advanced (Upcoming)
      • Big Data Engineering – Pro (Upcoming)
      • AWS for Data Engineers (Upcoming)
      • GCP for Data Engineers (Upcoming)
    • Advanced Analytics (Upcoming)
    • ML Engineering (Upcoming)
    • Programming
      • Python Fundamentals
      • SQL Foundation
      • Shell Scripting for Beginners
    • Oracle DBA
  • Blog
  • Tools
  • Opportunities
  • Reach us

Performance tuning

  1. Home
  2. Archive by category : "Performance tuning"
ORACLE DATABASE CONFIGURATION PARAMETERS
20Jun
  • Performance tuning
  • 16 Comments
  • 6505 views
Why should we configure limits.conf for Oracle database?

Installing Oracle Database is a very common activity to every DBA. In this process, DBA would try to configure all the pre-requisites that Oracle installation document will guide, respective to the version and OS architecture. In which the very common configuration on UNIX platforms is setting up LIMITS.CONF file from /etc/security directory. But why should […]

Read More
15Aug
  • General topics
  • 10 Comments
  • 4044 views
Will huge Consistent Reads floods BUFFER CACHE?

Oracle Database BUFFER CACHE is one of the core important architectural memory component which holds the copies of data blocks read from datafiles. In my journey of Oracle DBA this memory component played major role in handling Performance Tuning issues. In this Blog, I will demonstrate a case study and analyze the behavior of BUFFER […]

Read More
19May
  • Performance tuning
  • 32 Comments
  • 8172 views
Can you really flush Oracle SHARED_POOL?

One of the major player in the SGA is SHARED_POOL, without which we can say that there are no query executions. During some performance tuning trials, you would have used ALTER SYSTEM command to flush out the contents in SHARED_POOL. Do you really know what exactly this command cleans out? As we know that internally […]

Read More
14Apr
  • Performance tuning
  • 10 Comments
  • 1875 views
What exactly is PLAN_TABLE in Oracle Database?

Every user session on Oracle database will be able to access default table PLAN_TABLE to collect execution plan of a query from EXPLAIN PLAN command. But, how is this table available to all the users in the database and gets empty once you disconnect? Is this table available and created for every user logging into […]

Read More
04Mar
  • Performance tuning
  • 12 Comments
  • 2573 views
How to find block sizes of all Oracle Database files?

We must have known already that block sizes of non-system tablespaces can be controlled and altered, but did you ever think of block sizes of Control files and Redo log files in the database? How to check their block sizes if they have so, can we alter them when required? Well, it is really very […]

Read More
06Feb
  • General topics
  • 24 Comments
  • 4292 views
Why are Kernel parameters critical for Oracle Database?

Installing Oracle Database software is one of our regular activities as DBA. There might be supporting notes in each and every project we support, to complete it quicker and more efficiently. One of the pre-requisites we implement is to set up appropriate Kernel parameters at the operating system level on UNIX platforms. But, it would […]

Read More
07Oct
  • Performance tuning
  • 4 Comments
  • 1390 views
New SQL_ID ? Does not mean hard parsing or new EXECUTION plan

Oracle DBA’s often look at SQL_ID in the process of tuning an SQL statement that performs bad. Most of the DBA’s have a myth of “New SQL_ID of a SQL statement results in hard parsing generating new execution plan”. It is true that if the SQL statement is not found in the shared pool it […]

Read More
24Sep
  • Performance tuning
  • 3 Comments
  • 1041 views
3 values you should know when tuning the SQL statement

Tuning SQL statement is one of the major activities in performance tuning for every Oracle DBA. We would refer execution plan, SQL tuning advisor, SQL access advisor, Object statistics etc… to start identifying the issue with the SQL statement. In this process we often come across SQL_ID, HASH_VALUE and PLAN_HASH_VALUE details and use them for […]

Read More
11Sep
  • Performance tuning
  • 1 Comment
  • 918 views
Ways of generating EXECUTION PLAN in Oracle Database

Generating EXECUTION PLAN from explain plan is the best method of reading the plan that optimizer defined for executing a SQL statement in Oracle Database. There are multiple ways of generating such execution plans, one is by running EXPLAIN PLAN and other from V$SQL_PLAN. In this blog, I am going to cover in detail about […]

Read More
07Sep
  • Performance tuning
  • 3 Comments
  • 922 views
EXPLAIN PLAN for multiple SQL statements

EXPLAIN PLAN is often used to generate execution plan of SQL statement or set of SQL statements. But we would always prefer to run EXPLAIN PLAN for each SQL statement and generate its execution plan using DBMS_XPLAN package and then pick up next SQL statement. But we can also run EXPLAIN PLAN for multiple SQL […]

Read More
  • 1
  • 2
  • Next page

Knowledge that can always keep your Inbox informed

Categories

  • Data Analytics (3)
  • Datapump (1)
  • General topics (7)
  • Network (1)
  • Performance tuning (13)
  • PL/SQL (1)
  • RAC (4)
  • Recovery (3)
  • RMAN (3)
  • Storage (3)
  • Tablespace management (2)

Recent Post

December 02, 2019
Build Simple Machine Learning Web Application using Python
March 01, 2019
Ways to identify if data is Normally Distributed
February 11, 2019
Will highly correlated variables impact Linear Regression?
January 09, 2018
Will Oracle 18c impact DBA roles in the market?

Tags

11gR2 Block size Cloud control file Correlated variables database datafile Data Science DBA jobs EXECUTION PLAN EXPLAIN PLAN Global Temporary Table Kernel parameters Kurtosis LBA Linear Regression LINUX Load Balancing Advisor Machine Learning Normal distribution Oracle Oracle 11g Oracle 11gR2 Oracle 18c Oracle Cloud Oracle database Oracle data blocks performance tuning PLAN_TABLE Python RAC RAID Recycle bin redo log RESULT CACHE SCAN listener Shared pool SHMALL SHMMAX SHMMNI SQL tuning SQL_ID Storage performance Table Web Application

Contact

  • RKP Mansion, 1-11-251/11, Beside Vasant Towers, Begumpet, Hyderabad, Telangana 500016.
  • +91 9951696808
  • reachus@orskl.com

Data Engineering

  • Big Data Engineering – Booster
  • Big Data Engineering – Advanced
  • Big Data Engineering – Pro
  • AWS for Data Engineers
  • GCP for Data Engineers

Advanced Analytics

  • Data Analytics
  • Data Science – Foundation

ML Engineering

  • Starter
  • Advanced

Programming

  • Shell Scripting for Beginners
  • SQL Foundation
  • Python Fundamentals
  • Oracle DBA
Copyright 2022 ORSKL All Rights Reserved.

Knowledge That Can Always Keep Your Inbox Informed