Display name of the Oracle database

Last update on July 3, 2009 09:58 AM by jak58
Published by jak58

Display name of the Oracle database






To view the name of the Oracle databases and data related to them, simply run the command:
SELECT * FROM V$DATABASE;
Best answers for « Display name of the Oracle database » in :
Restrict display user name on login screen Show Restrict display user name on login screen Under Windows XP, if you log on classic session without the welcome screen, the open window will request the username and password. As default, the name of the last user of the computer will...
[Oracle] Information about the size of the database Show[Oracle] Information about the size of the database Normally the size of the database is denoted by total size of the physical datafiles. This query will help you to manage the space occupied by your database. clear breaks clear...
Connecting to Oracle via php ShowConnecting to Oracle via php Settings Requirements Example of code Settings Below is an article based on an example of connection to an Oracle database through a php script. However it is not designed to configure your oracle...
Start a database with a missing data file ShowStart a database with a missing data file In order to start an Oracle database with a misssing data file: First get connected to SQL*DBA or Server Manager and run "shutdown abort" Run startup mount Run the following...
Download EMS SQL Manager for Oracle ShowIf you need a tool to help you to manage your Oracle database, you can use EMS SQL Manager for Oracle. Equipped with a modern graphics interface, this program offers you all the tools that you need to handle your data like PL/SQL debugger code,...
Download Recovery for Oracle ShowRecovery for Oracle is a tool to restore damaged data from an Oracle database . It can also restores backup objects including views and stored procedures . It can work manually or by using an auto-generated rebuild batch file. Advantages The...
Download Schema Version Control for Oracle ShowThis application allows to control the schema objects of Oracle databases. You can track all the schema object modifications and integrate the application into your IDE development tools. It reccords schema object modification quickly and...
Databases - Using forms ShowUsing forms In order to use databases, the user must be provided with an interface that allows him or her to view data based on certain criteria. There is a tool for this: forms. A form is an interface with components for displaying, entering, or...
SQL injection attacks ShowSQL Injection SQL injection attacks are attacks against websites that rely on relational databases. In this type of site, parameters are passed to the database in the form of an SQL query. As such, if the designer does not verify the parameters...
Managing images in HTML ShowHow do you display images on a web page? Having a few images on a website can make it more attractive and user-friendly. However, it is important not to go overboard, since images can take a long time to load, and in some cases can make a document...