how to create user schema in oracle db

Connect or login as sysdba account

sqlplus sys/password AS SYSDBA

To create user schema

create user username Identified by password DEFAULT TABLESPACE users TEMPORARY TABLESPACE temp QUOTA UNLIMITED ON users;

You have to give grants to according to your requirement
GRANT CONNECT, CREATE TABLE TO username;

Reference :http://www.oracle-base.com/articles/misc/SchemaOwnersAndApplicationUsers.php

Jamia Tur Rasheed Introduction





Jamia Tur Rasheed Convocation 2010


Recently I got chance to attend wonderful and unique convocation of Jamia tur rasheed .Approx 8 thousand guest including few legendaries of Pakistan attended this session.

Jamia tur rasheed is one of distinct institution of Pakistan which is providing comprehensive religious studies and complete academic education under supervision of professionals and experts.A few highlights of current convocations and their degrees below.





























(a news courtesy by dailyIslam news paper)


One another exclusive and significant thing of this convocation is that there is list of all VVIP respectable honorable guests which are belonging to different sets of professions and they all are champion and legendaries in their own profession.  Few words and highlights from honorable guest about this session and jamia



































(a news courtesy by dailyIslam news paper)


                                                            












My Entry Pass
Jamia tur rasheed Introduction Documentary http://www.haroonidrees.com/2010/07/jamia-tur-rasheed-introduction.html 

ScribeFire Independent Desktop Client for Linux

ScribeFire is firefox extension which runs under firefox browser and use as blogger client. A few of extensions like ScribeFire are part of firefox but they have nothing to do with websites. Browsers are for websites/web applications not for other applications.Most of firefox extensions facilitate websites like firebug very popular extension in developers use for introspecting HTML,Change HTML DOM style sheets in run time etc but extensions like ScribeFire doesn't facilitate websites and can work as independent full fudge application.
      Things come in mind, why I start firefox to run ScribeFire.Can I use ScribeFire as Independent software like bilbo,BlogGTK or Window Live writer and that leads to create its prism (Prism is a simple XULRunner based browser that hosts web applications without the normal web browser user interface). Prism is  for web applications only.
I did little workaround to run this ScribeFire.The steps of making ScribeFire as independent application is little tricky. 

        1. Download the ScribeFire extension and extract it in folder. you will see files install.rdf and  
          chrome.manifest file in extracted folder. Open install.rdf and write the following lines in it and save 
          it.         
             <!-- Prism -->
        <em:targetapplication>
            <description>
                <em:id>prism@developer.mozilla.org</em:id>
                <em:minversion>0.*</em:minversion>
                <em:maxversion>1.*</em:maxversion>
            </description>
        </em:targetapplication>
           

                
        2. Open chrome.manifest and replace following line. Firefox use browser.xul to render xul but 
           prism use webrunner.xul 
          overlay chrome://browser/content/browser.xul 
                                    to
          overlay chrome://browser/content/webrunner.xul
       3. Select all files from extracted folder and create compress zip file. Rename the zip file extension to
          xpi  

       3. Install prism , open it and write the following line in URL field
               chrome://scribefire/content/scribefire.xul
       4. Check show status messages and progress box,check Desktop shortcut and press OK button

       5. In Prism right bottom you will see arrow down icon, click on this icon, select tool and add-ons

       6. Install your created xpi file from open window and restart.

      I upload  scribefire plugin xpi build for prism you can download it from here

FireFox Scribe Fire Blogging Client

I found a complete Blogging Client for Linux under firefox browser
 


FireFox Scribe Fire Blogging Client

/**
     * SyntaxHighlighter
     */
    function foo()
    {
        if (counter <= 10)
            return;
        // it works!
    }