Installing Oracle Label Security
Installing Oracle Database 10g on Windows
Installing Oracle Label Security
The goal of this tutorial is to show you how to add Oracle Label Security in your existing Oracle Database 10g.
This tutorial covers the following topics:
Place the cursor over this icon to load and view all the screenshots for this tutorial.
(Caution: This action loads all screenshots simultaneously, so response time may be slow depending on your Internet connection.)
Note: Alternatively, you can place the cursor over an individual icon in the following steps to load and view only the screenshot associated with that step. You can hide an individual screenshot by clicking it.
Using the Oracle Universal Installer, you install the Oracle Label Security option.
Back to Topic List
Before you perform this tutorial, you should:
Back to Topic List
To install Oracle Label Security, you must use the Oracle Universal
installer.
| 1. |
Before you can install, you need to make sure the OracleServiceORCL Service is not started. Select Start > Settings > Control Panel. Double-click Administrative Tools then Services.
|
| 2. |
Click your database service OracleServiceORCL and click Stop.
|
|
3. |
For this installation you need either the DVDs or a downloaded version of the DVDs. In this tutorial, you install from the downloaded version. From the directory where the DVD files were unzipped, double-click setup.exe.
|
|
4. |
The Oracle Universal Installer starts.
|
|
5. |
To add the Oracle Label Security option, click on Advanced Installation. Then click Next.
|
|
6. |
Make sure the Installation Type Custom is selected and click Next.
|
|
7. |
At the Specify File Locations window, make sure the Oracle Home and path are set to the current Oracle Database 10g location. Then click Next.
|
|
8. |
Click the check box next to Oracle Label Security and click Next.
|
|
9. |
The installation verifies that your system has the minimum requirements. When done, click Next.
|
|
10. |
Review your choices, click Install.
|
|
11. |
The progress window appears.
|
|
12. |
The End of Installation summary appears. Click Exit, then click Yes.
|
Back to Topic List
In order for the database to contain the appropriate packages
for Oracle Label Security, you must run the Database Configuration Assistant
to add
the option to your existing database. Perform the following steps:
| 1. |
Select Start > Programs > Oracle - OraDb10g_home1 > Configuration and Migration Tools > Database Configuration Assistant.
|
| 2. |
At the Database Configuration Assistant Welcome window, click Next.
|
| 3. |
Select Configure Database Options and click Next.
|
| 4. |
Your database should be selected. Click Next.
|
| 5. |
Select Oracle Label Security and click Next.
|
| 6. |
Accept the default and click Finish.
|
| 7. |
Click OK.
|
8.
|
Click OK again.
|
| 9. |
The progress window appears.
|
| 10. |
You do not want to perform another operation. Click No.
|
Back to Topic List
To use Oracle Label Security, you need to create an OLS Policy. To create an OLS Policy, you need to log in as LBACSYS. This account is locked by default. To unlock the LBACSYS account, perform the following steps:
| 1. |
Select Start > Programs > Oracle - OraDb10g_home1 > Application Development > SQL Plus.
|
| 2. |
Enter /nolog in the Username field and click OK.
|
| 3. |
Enter the following commands:
connect / as sysdba;
alter user LBACSYS identified by LBACSYS account unlock;
|
Back to Topic List
In this tutorial, you learned how to install and configure the Oracle Label Security option in your Database.
Back to Topic List
Move your mouse over this icon to hide all screenshots.
|