Fraud Blocker
  • Solution
    • Solution
      • Enteros – SaaS Database Solution
      • Enteros – Expert Services
    • Use Cases
      • DevOps
      • Monitoring Business Performance
      • IT Production Operations
      • Cloud Migration and Scaling
      • Continuous Delivery
      • NoSQL / MongoDB / Cassandra
    • Industries
      • Insurance
      • Social Media & Entertainment
      • Government
      • Financial Services
      • Healthcare
      • Retail
      • Telecom
    • Roles
      • IT Production Operations
      • CIO
      • Engineering Manager
      • CFO
  • Product
    • UpBeat
      • Database Performance Management SaaS
    • UpBeat Platform
      • Cloud Cost Waste Analyzer (vCore & Credit Optimization)
      • AiOps DB Analytical Engine for Anomaly and Root Causes Detection
      • Deep Workload Diagnostics for Oracle Systems
      • Remediation Engine for Oracle Infrastractures
      • UpBeat Labs
    • DPMDPM is an innovative platform for IT production database performance management. The first of its kind, DPM provides decision support for each stage of the performance problem lifecycle
      • Learn more
  • Company
    •  About
      • Overview
      • Contact Us
      • Support
      • Partners
      • Careers
      • News
      • Blog
      • Management
    • Feature articleNPMD solutions play a key role in helping IT ops support increasingly complex technologies and services with network visibility, detection of performance issues and root cause analysis
      • Read more
    •  
  • Search
  • See Demo
  • Contact
(408) 824-1292

Oracle Synonym.

See Live Demo Start Free Trial

Preamble

In Oracle PLSQL Synonym is an alternative name for objects such as tables, views, sequences, stored procedures and other database objects.

Typically, you use synonyms when you provide access to an object from another schema, and you don’t want users to worry about which schema the object belongs to.

Create (or Replace) Synonym

You can create a synonym so that users do not use a table name prefix with the schema name when using a table in a query.

Syntax for creating Oracle/PLSQL synonyms

Read more"Indian Country" highlights Enteros and its database performance management platform *

CREATE [OR REPLACE] [PUBLIC] SYNONYM [schema .] synonym_name
FOR [schema .] object_name [@ dblink];
OR REPLACE

Allows you to recreate a synonym (if it already exists), without having to issue the DROP synonym command.

  • PUBLIC – This means that the synonym is public and available to all users. Remember that the user must first have the appropriate privileges for the synonym object.
  • schema – The appropriate schema. If this phrase is omitted, Oracle assumes that you are referring to your own schema.
  • object_name – The name of the object for which you are creating the synonym. It can be one of the following objects:
  1. table
  2. view
  3. sequence
  4. stored procedure
  5. function
  6. package
  7. materialized view
  8. java class schema object
  9. user-defined object
  10. synonym

Let’s consider an example of how to create a synonym in Oracle/PLSQL

Read moreInteresting article from OpenAI on scaling kubernetes

CREATE PUBLIC SYNONYM suppliers
FOR app;

This first example of CREATE SYNONYM demonstrates how to create a synonym with the name. Now, users of other schemes can reference the table with suppliers without the prefix of the scheme name and table name.

SELECT *
FROM suppliers;

Read moreArtificial Intelligence

If this synonym already exists and you want to recreate it, you can use OR REPLACE as follows:

CREATE OR REPLACE PUBLIC SYNONYM suppliers
FOR app.suppliers;

Drop synonym

After the synonym was created in Oracle, you will need to remove it at some point.

drop synonym syntax in Oracle/PLSQL

DROP [PUBLIC] SYNONYM [schema .] synonym_name [force];

  • PUBLIC – Allows you to remove the public synonym. If you specified a PUBLIC, you may not need to specify a schema.
  • Force – This will force Oracle to remove the synonym, even if it has dependencies. This is probably not a good idea to use force, as it can invalidate Oracle objects.

Let us consider an example of how to remove synonym in Oracle/PLSQL

For example:

DROP PUBLIC SYNONYM;

The DROP operator will delete the synonym with the name of suppliers that we defined earlier.

About Enteros

​Enteros offers a patented database performance management SaaS platform. It proactively identifies root causes of complex business-impacting database scalability and performance issues across a growing number of clouds, RDBMS, NoSQL, and machine learning database platforms.​

The views expressed on this blog are those of the author and do not necessarily reflect the opinions of Enteros Inc. This blog may contain links to the content of third-party sites. By providing such links, Enteros Inc. does not adopt, guarantee, approve, or endorse the information, views, or products available on such sites.

Are you interested in writing for Enteros’ Blog? Please send us a pitch!

 


RELATED POSTS

When the Cloud Chokes: How a Configuration Change Brought Downtime to Millions

  • 3 November 2025
  • Software Engineering

    Introduction It wasn’t a dramatic server explosion.It wasn’t a hacker breach.What brought down global services last week was arguably more insidious: a configuration change, a few milliseconds of added latency, and a ripple effect that exposed how fragile modern cloud dependency really is. On 29 October 2025, Microsoft acknowledged that a change in its Azure … Continue reading “When the Cloud Chokes: How a Configuration Change Brought Downtime to Millions”

    Continue Reading

    Enteros for Financial Institutions: Uniting AI Performance Management, Observability, and Cloud FinOps for Operational Excellence

    • 2 November 2025
    • Database Performance Management

      Introduction In today’s fast-paced digital finance ecosystem, agility, scalability, and operational efficiency have become the cornerstones of competitiveness. From high-frequency trading systems to AI-driven fraud detection models, financial institutions rely heavily on massive data infrastructure and complex applications to deliver real-time insights and secure, personalized services. However, this digital transformation brings forth significant challenges — … Continue reading “Enteros for Financial Institutions: Uniting AI Performance Management, Observability, and Cloud FinOps for Operational Excellence”

      Continue Reading

      Revolutionizing Manufacturing Efficiency with Enteros: Harnessing Generative AI, AI SQL, and Advanced Database Software for Smarter Performance Management

      • Database Performance Management

        Introduction The manufacturing sector is undergoing one of the most transformative periods in its history. The rise of Industry 4.0 has ushered in a new era of digitalization—one defined by intelligent automation, IoT devices, robotics, and data-driven decision-making. Yet, at the heart of this revolution lies a critical challenge: managing, optimizing, and interpreting the ever-growing … Continue reading “Revolutionizing Manufacturing Efficiency with Enteros: Harnessing Generative AI, AI SQL, and Advanced Database Software for Smarter Performance Management”

        Continue Reading

        Inside a Fintech Outage: How 200 Milliseconds of Latency Reshaped Risk

        • 31 October 2025
        • Software Engineering

          Introduction In fintech, performance isn’t just a technical metric — it’s a financial one.Transactions, pricing engines, credit scoring, fraud detection — they all run on milliseconds.But what happens when those milliseconds multiply? In mid-2025, a mid-tier digital lender experienced an unusual outage.Not a crash.Not downtime.Just slow time — an invisible 200 ms delay that rippled … Continue reading “Inside a Fintech Outage: How 200 Milliseconds of Latency Reshaped Risk”

          Continue Reading

          Company

          • Production Database Performance Management
          • Enteros Professional Expert Services
          • NoSQL
          • Contact Us

          Solutions

          • DevOps
          • IT Production Operations
          • CFO: Maximize Financial Efficiency with Augmented FinOps
          • Engineering Manager
          • Retail

          UpBeat SaaS

          • Performance Explorer-i – Oracle Database Performance Management
          • High Load Capture – High Precision Database Performance Management
          • DBAct
          • Grid2Go – Advanced Database Analysis
          • Load2Test for Databases

          Resources

          • Verticals
          • Case Studies
          • UpBeat Access
          • UpBeat Documentation
          • Privacy Policy
          • Terms of Service

          Connect with Us

          Copyright © 2025 | Enteros, Inc. All Rights Reserved

          🎉 Thank you for subscribing!

          You're now on the list for database FinOps strategies and performance insights.