---
title: "Oracle System Naming"
slug: "how-to-add-a-specific-system-naming-for-each-of-your-systems-1"
updated: 2022-01-03T09:45:36Z
published: 2022-01-03T09:45:36Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://success.panaya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Oracle System Naming

To define your **System naming** -

1. Click on the **Settings button ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1638893634264.png)**
2. **Select**the relevant **System ![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1638893651847.png)**
3. Under Oracle Development > System Naming, select to **View & Manage**  
![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1638893661351.png)  
**Cannot find Oracle Development?**  
Select **Code Box**and then **System Naming**  
![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1638893674137.png)
4. Use the table below to define your systems (ERP, BW, CRM, etc.).  
For each system, enter the specific environments by **database name**.  
The database name can be found by running the following query in the designated environment -  
“select name from v$database”  
  
The same can be validated in the properties.xml file of the custom code extraction uploaded to Panaya.  
![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1638893686876.png)

This information allows Panaya to correlate the data extracted from the systems correctly, and better understand your Systems, and present you with more accurate information in the right way. **Good to Know!**  
Panaya validates the Database Name based on the following query -  
SELECT name FROM v$database;
