Skip to content

Commit

Permalink
Merge pull request #5056 from EnterpriseDB/fix/josh/redirects-and-links
Browse files Browse the repository at this point in the history
Fix overlapping redirects for EPAS, links across all products
  • Loading branch information
josh-heyer authored Nov 30, 2023
2 parents 473eb41 + ea7d481 commit fe1c034
Show file tree
Hide file tree
Showing 282 changed files with 447 additions and 448 deletions.
8 changes: 4 additions & 4 deletions advocacy_docs/community/contributing/styleguide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@ Included in this guide:
* 4.6.2 [With compound adjectives](#with-compound-adjectives)
* 4.7 [Directing users up and down through a topic](#directing-users-up-and-down-through-a-topic)
* 4.8 [Select versus click](#select-versus-click)
* 5 [Common errors/words to avoid](#common-errors/words-to-avoid)
* 5 [Common errors/words to avoid](#common-errorswords-to-avoid)
* 5.1 [Login and log in](#login-and-log-in)
* 5.2 [Setup and set up](#setup-and-set-up)
* 5.3 [Words to avoid](#words-to-avoid)
* 6 [Headings](#headings)
* 7 [Font treatments](#font-treatments)
* 7.1 [Bold (\*\*text\*\*)](#bold-text))
* 7.2 [Courier aka code or monospace ('text')](#courier-aka-code-or-monospace-text)
* 7.3 [Italics (*text*)](#italics-text)
* 7.3 [Italics (*text*)](#italics-_text_)
* 7.4 [Underline](#underline)
* 8 [Links](#links)
* 9 [Admonitions: notes, tips, and warnings](#admonitions:-notes,-tips,-and-warnings)
* 9 [Admonitions: notes, tips, and warnings](#admonitions-notes-tips-and-warnings)
* 9.1 [Notes](#notes)
* 9.2 [Tips](#tips)
* 9.3 [Warnings](#warnings)
* 9.4 [Code](#inlinextensionCode)
* 9.4 [Code](#code)
* 9.4.1 [Inline code](#inline-code)
* 9.4.2 [Code blocks](#code-blocks)
* 10 [Tables](#tables)
Expand Down
4 changes: 2 additions & 2 deletions advocacy_docs/migrating/oracle/edb_migration_tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ The EDB enhanced database connectors are available for use with EDB Postgres Adv
[EDB\*Plus](/edb_plus/latest/) is a Java-based command line interface to EDB Postgres Advanced Server. EDB\*Plus accepts SQL commands, SPL anonymous blocks, and EDB\*Plus commands. EDB\*Plus commands are compatible with Oracle SQL\*Plus commands, so you can use the scripts you've already built for Oracle against the EDB Postgres Advanced Server database.

#### EDB\*Loader
[EDB\*Loader](/epas/latest/epas_compat_tools_guide/02_edb_loader/) is a high-performance bulk data loader that provides an interface compatible with Oracle databases for EDB Postgres Advanced Server. The EDB\*Loader utility loads data from an input source—typically a file—into one or more tables using a subset of the parameters offered by Oracle SQL\*Loader.
[EDB\*Loader](/epas/latest/database_administration/02_edb_loader/) is a high-performance bulk data loader that provides an interface compatible with Oracle databases for EDB Postgres Advanced Server. The EDB\*Loader utility loads data from an input source—typically a file—into one or more tables using a subset of the parameters offered by Oracle SQL\*Loader.

#### Database links and dblink_ora functions
[Database links](/epas/latest/epas_compat_sql/21_create_public_database_link) and [dblink_ora](/epas/latest/epas_compat_ora_dev_guide/06_dblink_ora/) functions are Postgres-extension-enabled capabilities that let you pull data from Oracle to Postgres by way of SQL queries and database function calls. You can also use these technologies to help migrate data from an Oracle database. Both of these methods use the Oracle Call Interface (OCI) to connect to Oracle. After connecting, use a SQL statement to select the data from the β€œlinked” Oracle database and insert the data into the EDB Postgres Advanced Server database.
[Database links](/epas/latest/reference/oracle_compatibility_reference/epas_compat_sql/21_create_public_database_link/) and [dblink_ora](/epas/latest/working_with_oracle_data/06_dblink_ora/) functions are Postgres-extension-enabled capabilities that let you pull data from Oracle to Postgres by way of SQL queries and database function calls. You can also use these technologies to help migrate data from an Oracle database. Both of these methods use the Oracle Call Interface (OCI) to connect to Oracle. After connecting, use a SQL statement to select the data from the β€œlinked” Oracle database and insert the data into the EDB Postgres Advanced Server database.

When deciding to use one of these two options, the database link option is usually the preferred one as it's easier to use. However, the dblink_ora functions help you to migrate some data types that the database link option doesn't, such as BLOB and CLOB data. Also, it supports using Oracle-specific functions in the queries that are executed in the Oracle database. This can provide some flexibility in extracting certain types of information, like JSON data embedded in CLOB or BLOB columns. Both of these capabilities are provided with EDB Postgres Advanced Server, but you need to set them up to use them.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Databases are a foundation of today’s data-driven enterprise, and applications

## EDB Postgres Advanced Server-compatible package support

EDB focuses on the most popular functions in packages. For some packages, not all Oracle functions are supported. For specific details, refer to the [EDB Postgres Advanced Server](../../../epas/latest/epas_compat_bip_guide/03_built-in_packages/) documentation.
EDB focuses on the most popular functions in packages. For some packages, not all Oracle functions are supported. For specific details, refer to the [EDB Postgres Advanced Server](/epas/latest/reference/oracle_compatibility_reference/epas_compat_bip_guide/03_built-in_packages/) documentation.

| Package name | Package description |
|----------------|---------------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Implementing DBeaver PRO with EDB Postgres Advanced Server and EDB Postgres Exte

4. Select **Test Connection**. The success message appears.

[Successful Connection](Images/ExtendedTestConnection.png)
![Successful Connection](Images/ExtendedTestConnection.png)

5. Respond **OK** to the message. Then, on the **Connection Settings** window, select **Finish**. The connection is created and shown in the left-side tree.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Esri created a new format for storing data with the geodatabase. If you’re cre

This example adds a geodatabase to Esri ArcGIS Pro and creates an enterprise geodatabase from that data, using the sample `HongKong` database. You can substitute a different database or create your own to use.

1. Go to the `HongKong` GDB, or another downloaded geodatabase, as instructed in [GIS data](4-ConfiguringEsriArcGISProandEsriArcGISEnterprise/#gis-data), and select **Download**.
1. Go to the `HongKong` GDB, or another downloaded geodatabase, as instructed in [GIS data](04-ConfiguringEsriArcGISProandEsriArcGISEnterprise/#gis-data), and select **Download**.

2. Locate and unzip the downloaded `HongKong.gdb.zip` file.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ description: 'Details of the partner'
|   |   |
| ----------- | ----------- |
| **Partner name** | Nutanix |
| **Website** | [www.nutanix.com](www.nutanix.com) |
| **Website** | [www.nutanix.com](https://www.nutanix.com) |
| **Partner product** | Nutanix AHV AOS 5.15.x, 6.5.x, ESXi AOS 5.15.x, 6.5.x |
| **Product description** | Nutanix AHV is the native Nutanix hypervisor that offers virtualization capabilities needed to deploy and manage enterprise applications. Using EDB Postgres Advanced Server, EDB Postgres Extended Server, and PostgreSQL Server with Nutanix AHV allows for enterprise-level features to run on a secure, enterprise-grade virtulization platform. |
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ available, including the client Spectrum Protect password.

The high-level steps for installing and configuring the integration are:

1. [Configure local Spectrum Protect configuration files.](/#configure-local-spectrum-protect-configuration-files)
1. [Install Repostor Data Protector client.](#install-repostor-data-protector-client)
1. [Verify the connection to PostgreSQL psql.](/#verify-the-connection-to-postgresql-psql)
1. [Configure local Spectrum Protect configuration files.](#configure-the-local-spectrum-protect-configuration-files)
1. [Install the Repostor Data Protector client.](#install-the-repostor-data-protector-client)
1. [Verify the connection to PostgreSQL psql.](#verify-the-connection-to-postgresql-psql)
1. [Configure PostgreSQL `archive_command` to use logwriter.](#configure-postgresql-archive_command-to-use-logwriter)
1. [Set up a backup script.](#set-up-a-backup-script)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ With SIB Visions VisionX, you're vendor independent and can create a web applica
When you change code outside of SIB Visions VisionX in Eclipse, the changes are pushed back into the SIB Visions VisionX visual development environment in real time. This two-way synchronization enables unlimited app development for citizen developers, business users, and pro developers.


[System Architecture](Images/system-architecture-application.png)
![System Architecture](Images/system-architecture-application.png)
4 changes: 2 additions & 2 deletions advocacy_docs/pg_extensions/extensionrefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"tsm_system_rows": "https://www.postgresql.org/docs/current/tsm-system-rows.html",
"tsm_system_time": "https://www.postgresql.org/docs/current/tsm-system-time.html",
"unaccent": "https://www.postgresql.org/docs/current/unaccent.html",
"uuid-ossp": "postgresql.org/docs/current/uuid-ossp.html",
"xml2": "postgresql.org/docs/current/xml2.html",
"uuid-ossp": "https://www.postgresql.org/docs/current/uuid-ossp.html",
"xml2": "https://www.postgresql.org/docs/current/xml2.html",
"ip4r": "https://github.com/RhodiumToad/ip4r",
"pg_failover_slots": "https://www.enterprisedb.com/docs/pg_extensions/pg_failover_slots/",
"pg_permissions": "https://github.com/cybertec-postgresql/pg_permissions",
Expand Down
Loading

2 comments on commit fe1c034

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://65682ff9e5f0f279f3baa7ea--edb-docs.netlify.app

Please sign in to comment.