Search This Blog

Sunday 3 October, 2010

Installation Procedure of Microsoft SQL Server 2000 Developer Edition

Hi,

Here is how we can install MS SQL Server 2000.

In the initial screen, select SQL Server 2000 Components.



Click on Install Database Server.




The installation begins.





Click Next here.




Select Local Computer on which you want to create the SQL Server instance.



Create a new instance of SQL Server 2000.



Enter Name and Company Name.


Accept the EULA.



Select the Server and Client Tools.


Go with the Default checkbox checked.




Select the Typical installation.



Options on which account to use for the Service.

Choose the Authentication Mode.

Now the files will be copied. MDAC in installed first.

The installation starts...



Continues...



The MS SQL Server service is started.

Installation is Completed.

Start by going to Start -> Programs -> Microsoft SQL Server 2000 -> Enterprise Manager.

Email me here: Sandeep.Pamarati@gmail.com

Create a User (Schema) in Oracle 9i

Today, we shall see how to create a user or schema in Oracle 9i.


Open the Enterprise Manager Console from Start -> Programs -> Oracle - Orahome90 -> Enterprise Manager Console.



The default option is Launch Standalone. Just click OK.
Type in the username (System) and password (manager). Select SYSDBA as the option for Connect as. Click OK.
Navigate to Network -> Databases -> ORCL -> Security -> Users.
Right-click on Users and Click on Create option.




Create User window is displayed.
In General tab, for Name, give the name of the User-to-be-created. Leave the authenication as it is.
Enter a password and confirm it again.

Under Role tab, add Connect, DBA and Resource roles and click on Admin option for each role.


Under System Previleges tab, select Unlimited Tablespace option. Check the Admin option too.


Once all this is dome, click on Create button.


Click on OK button to close the popup.


Thats it. A User (Schema) is created in Oracle.

Alternate approach:
The same can be achieved by using SQL commands @ the SQL prompt.

Create user IPC_REPO identified by ipc_repo;
Grant Connect, DBA, Resource to IPC_REPO with admin option;

The Result is the same.

Email me here: Sandeep.Pamarati@gmail.com

Installation Procedure of Oracle 9i

Here, let us see how to install Oracle 9i. It comes with 3 CDs.

This process will be assisted by a few images that give a more clear picture.

First, insert the Oracle 9i CD-1 into the CD/DVD drive.

It should automatically starts and displays the initial screen



The next screen looks like this...


See that the Oracle Home name is given.

Try installing the Oracle 9i on a separate drive(partition). In case of a failure in Oracle 9i installation, you can format the drive and go ahead with a fresh installation.


Choose the Database to install.



Select the Enterprise Edition option.


Choose the database type needed.

You could choose either General Purpose or Data Warehousing.


Provide a Global Database Name. The same is for SID (Oracle System Identifier).

You can give something like ORCL or ORACLE.

This is also called as Host String, Connect String.


Just select the default location for directory for database files.


Choose a Database Character set. Selecting Unicode would be perfect for almost all purposes.


Here is the summary of what is about the get installed.

216 products get installed, by default.


Installation starts...


@ around 44%, you will be prompted to insert the CD-2.

You just need to select the stage folder in the CD.


Asking for the CD-3...

Even here, select the stage folder.


Once the 100% is up, the installation of 4 configuration tools. This is optional. The screen shot shows this.


Database creation starts here.


Creating the Oracle instance here


Almost finished...


Now we are done with the installation.

Just make a note of the user names & passwords.


Installation of configuration tools is also done.



The END!!!



Restart your computer and Try connecting to the Scott/Tiger User(Schema) using SQL* Plus.

Correct me, if i went wrong somewhere.
Email me here: Sandeep.Pamarati@gmail.com
 

Saturday 2 October, 2010

How to install...

Hi all,

This is a starting point where you can get to know (hopefully!) what is there in the title.

I will try to put the entire process of installation for all softwares (small & BIG)!

Contributions [i mean, installation processes ;-)] are Welcome!

Mail me: sandeep.pamarati@gmail.com

Saturday 15 May, 2010

How to save XML spec of the Report Studio report to the local disk

Hi all,

Today, while referring to some forums, I came across the procedure (in bits and pieces) to save a XML spec of a Report Studio report to your local disk.

The screen shots below explain the process.

First the lfa.dll file available in Cognos\c8\bin folder has to be copied to any other folder.
Here, I copied the file to My Projects folder in My Documents folder.

Run the command at the command prompt: regsvr32 lfa.dll This will register the dll file into windows.


Security settings for the Local network zone are to be changed from 'Custom level'.


Change the Active X settings in this window to 'Enabled'.


Go to Tools -> Options.

Set the 'Allow local access' check box under advanced tab.

Select File -> Local (Save As)

Select a location to save the XML Spec file.


The XML spec file is saved on the Desktop.


Hope this is helpful to all who are trying to achieve this.
--
Sandeep
http://it.toolbox.com/people/sandeep8000861