Please turn JavaScript on
Anuragkumarjoy icon

Anuragkumarjoy

Follow Anuragkumarjoy's news and updates in a matter of seconds! We will deliver any update via email, phone or you can read them from here on the site on your own news page.

You can even combine different feeds with the feed for Anuragkumarjoy.

Subscribing and unsubscribing is fast, easy and risk free.

The whole service is free of cost.

Anuragkumarjoy: ORACLE DATABASE PROBLEM AND SOLUTIONS

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.37 / day

Message History


Client → TNS Resolution → Network → Listener → Database Service → Database Instance
Common Oracle TNS Listener ErrorsError CodeError MessageCauseSolutionORA-12154TNS: Could not resolve the connect identifier specifiedWrong service alias, missing tnsnames.ora, bad TNS_ADMINVerify tnsnames.ora, service name, and run tnspingORA-12170TNS:...

Read full story


What is the RAG Layer?

RAG stands for Retrieval-Augmented Generation.

In simple terms:

RAG allows a Gen-AI model to answer using your enterprise data instead of relying only on its pre-trained knowledge.

A normal LLM can answer from what it learned during training, but it may not know your company’s latest SOPs, database standard...


Read full story
Gen-AI Realtime use case 1. Common Gen-AI Architecture for Real-Time Use Cases

Most enterprise Gen-AI use cases follow this pattern:

User / system event

Customer query, doctor note, fraud alert, order status request, IT ticket, audit query.

Orchestration layer

Routes the request to the right tool, model, API, database, or workflo...

Read full story

To verify whether TIMED_STATISTICS changed between the snapshots used in your AWR Diff report, you can check the historical parameter values stored in AWR.

Method 1: Check Parameter History from AWR

SELECT s.snap_id,
s.instance_number,
TO_CHAR(s.begin_interval_time,'DD-MON-YYYY HH24:MI...

Read full story

 You can generate an AWR Difference Report (AWR Diff Report) using Oracle's standard script awrddrpt.sql available under the Oracle Home directory.

1. Connect as SYSDBA

sqlplus / as sysdba

or

sqlplus sys/...

Read full story