Posts

Database Administration ( 1 Oct. 2012 )

Data dictionary made up from ·          sys ·          basetables ·          views there are more than 3600 database views Sir choosed about 30 views to teach us following 3 were discussed today ·          system resources views ·          system performance monitory views ·          security related views more detail and commands are in slides provided by sir in hard form .

Html code for cv by Rehan

<html> <body style="background-color:white;"> <div style="position:absolute;top:110px;left:800px;color:red;"> <p>Muhammad Rehan Gull<br>Boostan colony, qainchee stop, main feerozpur road, Lahore<br>03337172102<br>rehan.gull@ymail.com</p> </div> <div style="padding-left:0px;margin-top:10px; "> <h1 style="font-size:36pt;"><i><span style="color:orange;">Curriculum Vitae</i></h1> <div style="padding-left:150px;margin-top:3px; "> <h1 style="font-size:36pt;"><i><span style="color:green;">Muhammad Rehan Gull</span></i></h1> </div> <div id="menu" style="background-color:white;width:150px;height:700px;float:left;"> </div> <div id="content" style="background-color:white;float:left;width:700px;height:1800px;"> <pre>...

Html code for yahoo registration page

<html> <body style="background-color:grey;"> <div id="container" width="500"> <div id="header" style="background-color:#A0522D;"> <h1 style="margin-bottom:0;font-size:36pt;margin-left:150px;"><span style="color:4B0082;"><i>Y<sup>A</sup>H<sub>O</sub>O<span style="color:yellow">!</span></span></i></h2><form align=right><h1>Yahoo! ID:<input type="textfield"/>Password:<input type="Password"/> <input type="button" value="Log in"/></form> </div> <div id="menu" style="background-color:whitw;width:100px;height:900px;float:left;"> </div> <div id="content" style="background-color:#DCDCDC;float:left;width:700px;height:1100px;"><h3>With a Yahoo! Account, get free email...

Html code for cv by bilal sheikh

<html> <body style="background-color:white;"> <div style="position:absolute;top:110px;left:800px;color:green;"> <p>Bilal Maqsood<br>299-B,Habayt-ul-Block,Mustafa Town Lahore<br>03474395026<br>bilal_lovely87@yahoo.com</p> </div> <div style="padding-left:0px;margin-top:10px; "> <h1 style="font-size:40pt;"><i><span style="color:green;">Curriculum Vitea</i></h1> <div style="padding-left:150px;margin-top:3px; "> <h1 style="font-size:40pt;"><i><span style="color:#D3D3D3;">BILAL MAQSOOD</span></i></h1> </div> <div id="menu" style="background-color:white;width:150px;height:1000px;float:left;"> </div> <div id="content" style="background-color:#FAEBD7;float:left;width:700px;height:1800px;"> <pre><h1 style="fon...

Jobs in fbr

Jobs in fbr Click here for link . .

Dreamviewer

download both files in same folder and extract just first part 2nd will automatically attach with it extract and install it username : rehan.gull@ymail.com password:  password click here for part 1 ado be dreamviewer click here for part 2  ado be dreamviewer     macromedia dreamviewer is 2nd ware by macromedia company  Click here for Macromedia Dreamweaver 8         .

Database Administration ( 28 Sep. 2012 )

Different commands relating tablespace were discussed and students do practice  Create tablespace myspace datafile ‘path \myspace1.dbf ‘ size 10m;             -this will create a tablespace having name myspace1 and its size will 10Mb Alter tablespace myspace readonly;             -this will change the attribute to readonly after this user can only read or view the file Alter tablespace myspace read write;             -this will undo the above command now user can read and write data Desc dba_data_files             -this will show all colum’s names stored in database Alter database datafile ‘ path \myspace1.dbf ‘ resize 5m;             -this will change the size of tablespace to ...