<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Technical Interview Questions &#187; DBA Interview Questions</title>
	<atom:link href="http://www.technicalinterview.info/category/dba-interview-questions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.technicalinterview.info</link>
	<description>Java Interview Questions &#124; IT interview questions &#124; Software Testing Interview questions &#124; .Net Interview Questions &#124; Job Interview Questions &#38; Answers &#124; Tough Interview Questions &#124; Technology Interview Questions &#124; Tech Interview Questions &#124; Testing Interview Questions &#124; SAP Interview Questions &#124; ABAP Interview Questions &#124; Data Warehousing Interview Questions</description>
	<pubDate>Tue, 02 Sep 2008 08:33:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How will you enforce security using stored procedures?</title>
		<link>http://www.technicalinterview.info/how-will-you-enforce-security-using-stored-procedures/</link>
		<comments>http://www.technicalinterview.info/how-will-you-enforce-security-using-stored-procedures/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:05:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DBA Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/how-will-you-enforce-security-using-stored-procedures.html</guid>
		<description><![CDATA[Don’t grant user access directly to tables within the application. Instead grant the ability to access the procedures that access the tables. When procedure executed it will execute the privilege of procedures owner. Users cannot access tables except via the procedure.
]]></description>
			<content:encoded><![CDATA[<p>Don’t grant user access directly to tables within the application. Instead grant the ability to access the procedures that access the tables. When procedure executed it will execute the privilege of procedures owner. Users cannot access tables except via the procedure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/how-will-you-enforce-security-using-stored-procedures/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is a profile?</title>
		<link>http://www.technicalinterview.info/what-is-a-profile/</link>
		<comments>http://www.technicalinterview.info/what-is-a-profile/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:04:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DBA Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-a-profile.html</guid>
		<description><![CDATA[Each database user is assigned a Profile that specifies limitations on various system resources available to the user.
]]></description>
			<content:encoded><![CDATA[<p>Each database user is assigned a Profile that specifies limitations on various system resources available to the user.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-a-profile/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is a trace file and how is it created?</title>
		<link>http://www.technicalinterview.info/what-is-a-trace-file-and-how-is-it-created/</link>
		<comments>http://www.technicalinterview.info/what-is-a-trace-file-and-how-is-it-created/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:04:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DBA Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-a-trace-file-and-how-is-it-created.html</guid>
		<description><![CDATA[Each server and background process can write an associated trace file. When an internal error is detected by a process or user process, it dumps information about the error to its trace. This can be used for tuning the database.
]]></description>
			<content:encoded><![CDATA[<p>Each server and background process can write an associated trace file. When an internal error is detected by a process or user process, it dumps information about the error to its trace. This can be used for tuning the database.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-a-trace-file-and-how-is-it-created/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What are the responsibilities of a Database Administrator?</title>
		<link>http://www.technicalinterview.info/what-are-the-responsibilities-of-a-database-administrator/</link>
		<comments>http://www.technicalinterview.info/what-are-the-responsibilities-of-a-database-administrator/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:04:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DBA Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-are-the-responsibilities-of-a-database-administrator.html</guid>
		<description><![CDATA[* Installing and upgrading the Oracle Server and application tools.
* Allocating system storage and planning future storage requirements for the database system.
* Managing primary database structures (tablespaces)
* Managing primary objects (table, views, indexes)
* Enrolling users and maintaining system security.
* Ensuring compliance with Oracle license agreement
* Controlling and monitoring user access to the database.
* Monitoring and [...]]]></description>
			<content:encoded><![CDATA[<p>* Installing and upgrading the Oracle Server and application tools.<br />
* Allocating system storage and planning future storage requirements for the database system.<br />
* Managing primary database structures (tablespaces)<br />
* Managing primary objects (table, views, indexes)<br />
* Enrolling users and maintaining system security.<br />
* Ensuring compliance with Oracle license agreement<br />
* Controlling and monitoring user access to the database.<br />
* Monitoring and optimizing the performance of the database.<br />
* Planning for backup and recovery of database information.<br />
* Maintain archived data on tape<br />
* Backing up and restoring the database.<br />
* Contacting Oracle Corporation for technical support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-are-the-responsibilities-of-a-database-administrator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is Auditing?</title>
		<link>http://www.technicalinterview.info/what-is-auditing/</link>
		<comments>http://www.technicalinterview.info/what-is-auditing/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:03:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DBA Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-auditing.html</guid>
		<description><![CDATA[Monitoring of user access to aid in the investigation of database use.
]]></description>
			<content:encoded><![CDATA[<p>Monitoring of user access to aid in the investigation of database use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-auditing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is Object Auditing?</title>
		<link>http://www.technicalinterview.info/what-is-object-auditing/</link>
		<comments>http://www.technicalinterview.info/what-is-object-auditing/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:02:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DBA Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-object-auditing.html</guid>
		<description><![CDATA[Object auditing is the auditing of accesses to specific schema objects without regard to user.
]]></description>
			<content:encoded><![CDATA[<p>Object auditing is the auditing of accesses to specific schema objects without regard to user.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-object-auditing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is Privilege Auditing?</title>
		<link>http://www.technicalinterview.info/what-is-privilege-auditing/</link>
		<comments>http://www.technicalinterview.info/what-is-privilege-auditing/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:02:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DBA Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-privilege-auditing.html</guid>
		<description><![CDATA[Privilege auditing is the auditing of the use of powerful system privileges without regard to specifically named objects.
]]></description>
			<content:encoded><![CDATA[<p>Privilege auditing is the auditing of the use of powerful system privileges without regard to specifically named objects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-privilege-auditing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What are the use of Roles?</title>
		<link>http://www.technicalinterview.info/what-are-the-use-of-roles/</link>
		<comments>http://www.technicalinterview.info/what-are-the-use-of-roles/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:02:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DBA Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-are-the-use-of-roles.html</guid>
		<description><![CDATA[REDUCED GRANTING OF PRIVILEGES -
Rather than explicitly granting the same set of privileges to many users a database administrator can grant the privileges for a group of related users granted to a role and then grant only the role to each member of the group.
DYNAMIC PRIVILEGE MANAGEMENT -
When the privileges of a group must change, [...]]]></description>
			<content:encoded><![CDATA[<p>REDUCED GRANTING OF PRIVILEGES -</p>
<p>Rather than explicitly granting the same set of privileges to many users a database administrator can grant the privileges for a group of related users granted to a role and then grant only the role to each member of the group.</p>
<p>DYNAMIC PRIVILEGE MANAGEMENT -</p>
<p>When the privileges of a group must change, only the privileges of the role need to be modified. The security domains of all users granted the group’s role automatically reflect the changes made to the role.</p>
<p>SELECTIVE AVAILABILITY OF PRIVILEGES -</p>
<p>The roles granted to a user can be selectively enable (available for use) or disabled (not available for use). This allows specific control of a user’s privileges in any given situation. APPLICATION AWARENESS - A database application can be designed to automatically enable and disable selective roles when a user attempts to use the application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-are-the-use-of-roles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What are Roles?</title>
		<link>http://www.technicalinterview.info/what-are-roles/</link>
		<comments>http://www.technicalinterview.info/what-are-roles/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DBA Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-are-roles.html</guid>
		<description><![CDATA[Roles are named groups of related privileges that are granted to users or other roles.
]]></description>
			<content:encoded><![CDATA[<p>Roles are named groups of related privileges that are granted to users or other roles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-are-roles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What are roles?How can we implement roles?</title>
		<link>http://www.technicalinterview.info/what-are-roleshow-can-we-implement-roles/</link>
		<comments>http://www.technicalinterview.info/what-are-roleshow-can-we-implement-roles/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:00:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DBA Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-are-roleshow-can-we-implement-roles.html</guid>
		<description><![CDATA[Roles are the easiest way to grant and manage common privileges needed by different groups of database users. Creating roles and assigning provides to roles. Assign each role to group of users. This will simplify the job of assigning privileges to individual users.
]]></description>
			<content:encoded><![CDATA[<p>Roles are the easiest way to grant and manage common privileges needed by different groups of database users. Creating roles and assigning provides to roles. Assign each role to group of users. This will simplify the job of assigning privileges to individual users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-are-roleshow-can-we-implement-roles/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
