YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: Oracle

YugabyteDB Tips > Migration > Oracle

Migrating Exception Handling from Oracle to YugabyteDB

Jim KnicelySeptember 4, 2025

When migrating PL/SQL code from Oracle to YugabyteDB’s PostgreSQL-compatible YSQL layer, one of the trickiest differences is exception handling. Oracle has its […]

Read More

Orphaned Indexes: Oracle vs. YugabyteDB

Jim KnicelySeptember 4, 2025

If you’re migrating from Oracle to YugabyteDB, you may have run across the concept of orphaned indexes. In Oracle, there are views […]

Read More

Migrating Oracle Cursors to YugabyteDB

Jim KnicelySeptember 4, 2025

Oracle developers often rely on explicit cursors to loop through result sets or to parameterize queries inside PL/SQL procedures. When migrating to […]

Read More

Emulating Oracle’s SYS_CONTEXT in YugabyteDB

Jim KnicelySeptember 3, 2025

If you’ve worked with Oracle, you’ve probably used SYS_CONTEXT to grab runtime environment information—things like the current user, client IP, or host […]

Read More

Oracle-Style Partition Views in YugabyteDB: USER_TAB_PARTITIONS and ALL_TAB_PARTITIONS

Jim KnicelySeptember 3, 2025

If you’re migrating from Oracle and miss USER_TAB_PARTITIONS and ALL_TAB_PARTITIONS, you can recreate them in YugabyteDB with two simple views over the […]

Read More

Posts navigation

Older posts

NOTICE

This site is not affiliated, endorsed or associated with YugabyteDB. This site makes no claims on ownership of trademark rights. The author contributions on this site are licensed under CC BY-SA 3.0 with attribution required.

Find Us

Address
Here!

Hours
24×7

Recommended YugabyteDB Links

  • Home
  • Key Concepts
  • Docs
  • Blog
  • Forum
  • Content Library
  • Support



YugabyteDB Tips

Copyright 2025 - Knicely/Li