<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IdM Rockstar</title>
	<atom:link href="http://idmrockstar.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://idmrockstar.com/blog</link>
	<description>Adam Callen</description>
	<lastBuildDate>Wed, 22 Feb 2012 16:45:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Encrypt The Last 4 Of An SSN!</title>
		<link>http://idmrockstar.com/blog/2012/02/encrypt-the-last-4-of-ssn/</link>
		<comments>http://idmrockstar.com/blog/2012/02/encrypt-the-last-4-of-ssn/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 16:45:52 +0000</pubDate>
		<dc:creator>.: Adam</dc:creator>
				<category><![CDATA[Government]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://idmrockstar.com/blog/?p=461</guid>
		<description><![CDATA[There is a situation that seems too common in this industry. Companies are storing the last four digits of a users social security number in a data repository in clear text. I&#8217;m going to put this next part on it&#8217;s only line to reaaaaly stress my point: DON&#8217;T EVER STORE THE LAST 4 OF AN [...]]]></description>
			<content:encoded><![CDATA[<p>There is a situation that seems too common in this industry. Companies are storing the last four digits of a users social security number in a data repository in clear text. I&#8217;m going to put this next part on it&#8217;s only line to reaaaaly stress my point:</p>
<p><em><strong>DON&#8217;T EVER STORE THE LAST 4 OF AN SSN IN CLEAR TEXT!</strong></em></p>
<p>First we need to ask ourselves &#8220;why&#8221; they think it&#8217;s ok to do this. Generally the response is, &#8220;well, it&#8217;s ok because it&#8217;s not the full SSN&#8221;. My best guess is that they never put any real thought into this, because the last four digits of a social security number is the most important part!</p>
<p>Ask yourself, &#8220;Why do you guard your SSN so tightly?&#8221; and you&#8217;ll probably come back with something like, &#8220;I don&#8217;t want people to steal my identity&#8221;.</p>
<p>Well&#8230; you don&#8217;t need the full SSN. Well, maybe for more elaborate things, like opening a line of credit, but not for any of your day-to-day stuff. Think about it. When someone wants to validate you are who you say, they ask you a couple questions that everyone knows (name, phone, etc), and then the über secure, &#8220;What&#8217;s the last four of your SSN?&#8221;</p>
<p>Everyone verifies you now via the last four of your SSN! You want a bunch of help desk personel (maybe even off-shore) to have the last four of your SSN? Yeah&#8230; didn&#8217;t think so.</p>
<p>Also, not sure if you already know this or not, but the last four of your SSN are the ONLY numbers that are serial. The first three have to do with where you filed for your SSN. It&#8217;s a location code. The second two are a grouping (most not even used) and they are determined by when you where born (the year). You can find out the code behind it here:</p>
<p>http://stevemorse.org/ssn/ssn.html</p>
<p>So, let&#8217;s say you were born in Delaware. Then the first three digits are either 221 or 222. Let&#8217;s say you were born in 1973; the middle two digits would be 50. Not very random huh?</p>
<p>Now you&#8217;re just down to just the last four (the one&#8217;s companies want to leave unencrypted) and there&#8217;s only 10,000 possibilities. Sure, a malicious user calling up AT&amp;T is going to have a tough time guessing 1 in 10,000 but if there&#8217;s an online app that has you &#8220;verify&#8221; the last four of your SSN, they&#8217;ve basically created a brute force tool to &#8220;verify&#8221; that you&#8217;ve guessed the correct answer =). Also, phishing the last four from someone isn&#8217;t terribly difficult. Ironically, this is because of the same reasons that a company thinks it&#8217;s ok to leave the last 4 unencrypted. Most people think you can&#8217;t do anything with just the last 4, and the rest are random.</p>
<p>You can read more, right from the Social Security Administration (http://www.ssa.gov/history/ssn/geocard.html).</p>
<p>So, this is my public outcry to everyone to push companies to stop using the last 4 as a security measure! I don&#8217;t want everyone knowing my SSN, and neither should you. Until there&#8217;s a better citizen numbering system implemented (which is probably going to be pretty soon), these guys need to come up with something better.</p>
<p>Maybe ask for the first 3? LOL!</p>
<p>I guess I should reword my opening statement to:</p>
<p><em><strong>DON&#8217;T EVER STORE THE LAST 4 OF AN SSN <del>IN CLEAR TEXT</del>!</strong></em></p>
<p>And even more importantly you should adopt this one:</p>
<p><em><strong>DON&#8217;T EVER STORE THE <del>LAST 4 OF AN</del> SSN <del>IN CLEAR TEXT</del>!</strong></em></p>
<p>Because, really, it&#8217;s not needed. I mean c&#8217;mon, if Facebook or Google hasn&#8217;t asked for it, and they know more about you than you do, it&#8217;s just not necessary.</p>
<p>.: Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://idmrockstar.com/blog/2012/02/encrypt-the-last-4-of-ssn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSSQL 2008 DBCC Shrinkfile not working</title>
		<link>http://idmrockstar.com/blog/2011/08/mssql-2008-dbcc-shrinkfile-not-working/</link>
		<comments>http://idmrockstar.com/blog/2011/08/mssql-2008-dbcc-shrinkfile-not-working/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 05:48:56 +0000</pubDate>
		<dc:creator>.: Adam</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://idmrockstar.com/blog/?p=459</guid>
		<description><![CDATA[I had a HUGE dilemma, my DB server locked up because the HDD filled up due to the transaction log file getting over 50GB (Daaamn!) Now, I am not a DB admin&#8230; at all. So I turned to Google. I was told to run DBCC Shrinkfile and all would be ok. Wrong. Nothing Happened. Turns out, [...]]]></description>
			<content:encoded><![CDATA[<p>I had a HUGE dilemma, my DB server locked up because the HDD filled up due to the transaction log file getting over 50GB (Daaamn!)</p>
<p>Now, I am not a DB admin&#8230; at all. So I turned to Google. I was told to run DBCC Shrinkfile and all would be ok. Wrong. Nothing Happened. Turns out, my database was somehow stuck in Replication mode for the log_reuse_wait_desc in sys.databases. After a few days of Google-scrounging, I foud this gem:</p>
<p>Run this scheduled task: sp_removedbreplication</p>
<p>No i backed up my database, and then ran the DBCC Shrinkfile command and BAM! It&#8217;s all good now =)</p>
<p>.: Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://idmrockstar.com/blog/2011/08/mssql-2008-dbcc-shrinkfile-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OIM Refresh / Clone between environments</title>
		<link>http://idmrockstar.com/blog/2011/08/oim-refresh-clone-between-environments/</link>
		<comments>http://idmrockstar.com/blog/2011/08/oim-refresh-clone-between-environments/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 20:35:54 +0000</pubDate>
		<dc:creator>.: Adam</dc:creator>
				<category><![CDATA[General IdM]]></category>

		<guid isPermaLink="false">http://idmrockstar.com/blog/?p=456</guid>
		<description><![CDATA[So you want to replicate your production data into your test environment. You understand all the reasons you shouldn&#8217;t do this, but your client wants it done anyway. Soooo, here&#8217;s a generic outline of the steps you&#8217;ll need to do. After this is done, don&#8217;t forget that you need to &#8220;refresh&#8221; all your resources (AD, [...]]]></description>
			<content:encoded><![CDATA[<p>So you want to replicate your production data into your test environment. You understand all the reasons you shouldn&#8217;t do this, but your client wants it done anyway. Soooo, here&#8217;s a generic outline of the steps you&#8217;ll need to do. After this is done, don&#8217;t forget that you need to &#8220;refresh&#8221; all your resources (AD, OID, etc), so that all the accounts match up.</p>
<div title="Page 1">
<div>
<div></div>
<div>
<div>
<p>Refreshing OIM from existing environment</p>
<p>MUST DO THIS BEFORE YOU ERASE CURRENT ENVIRONMENT</p>
<p>- Stop all WebLogic Application Servers, Nodes, and Manager<br />
- Copy the soon-to-be-refreshed environment details to an Excel sheet<br />
- Copy all IT Resource information and details<br />
- Copy current XELSYSADM email address<br />
- Copy the details of the scheduled tasks that have environment specific data &#8211; Copy the details of environment specific lookup definitions</p>
<p>Refresh Steps</p>
<p>- Log into each node on environment to be refreshed and sudo into root and run the following &#8211; cd /opt/oracle/oim91/xellerate/config<br />
- cp .xldatabasekey .xldatabasekey-STAGE<br />
- cp /software/oracle/OIM/productionDBKey/.xldatabasekey .</p>
<p>- Answer &#8216;y&#8217; to overwrite the old file</p>
<p>- Have someone rest the XELSYSADM password in OID to what the current environments password should be (OID is the repo for OAM in this instance)</p>
<p>- Have the DBA team change the oimuser (OIM data owner) password to what it should be for this environment</p>
<p>- Make sure the oimuser account is unlocked</p>
<p>- If any WebLogic services are up, they need to be stopped and restarted. You will have to kill them at the process level (kill -9)</p>
<p>- Start WebLogic</p>
<p>- open dev design console<br />
- login as xelsysadm with production password &#8211; Wipe out all addresses for every IT resource</p>
</div>
</div>
</div>
</div>
<div title="Page 2">
<div>
<div></div>
<div>
<div>
<p>- If an application server doesn&#8217;t start, you will have to do it manually (example):</p>
<p>- Either have someone else change the password in OID for XELSYSADM to the production password or change it yourself if possible</p>
<p>- Open the OIM Web Console<br />
- Login as XELSYSADM with the production password<br />
- (If you login through OAM, but not into OIM, you need to disable SSO for OIM) &#8211; Click on My Account on the top left and then click Change Password<br />
- Change the password to what the current environments password should be</p>
<p>Note: if the password you’re changing to doesn’t fit the password policy, you’ll have to delete the policy in the Design Console ( Resource Management &gt; Resource Objects &gt; Name = Xellerate User) Make sure to re-add it when done. Blue columns need to be double-clicked and selected. Not typed in. (Default | base password policy | 1)</p>
<p>- On the left, click Account Profile under My Account<br />
- Modify the email address to match what it should be in the new environment</p>
<p>- Open the OIM Design Console and modify the IT Resources &#8211; Click on Resource Management on the left</p>
</div>
</div>
</div>
</div>
<div title="Page 3">
<div>
<div></div>
<div>
<div>
<p>- Click on Manage IT Resource &#8211; Click Search<br />
- Click on OID Server<br />
- Click the Edit button</p>
<p>- Fill in the correct information for this environment (See corresponding Excel document IT Resources) &#8211; Click Save<br />
- Click on Users &gt; Manage<br />
- Select User ID from the first dropdown and XELSYSADM for the value</p>
<p>- Click on Search User button<br />
- From the drop-down, select Resource Profile<br />
- For OID User, click on Edit<br />
- Change the password to the new password and click Save<br />
- Log out of the Web console and re-login with the new password to verify that it’s working</p>
<p>- Open the OIM Design Console &#8211; Expand Resource Management &#8211; Open IT Resources<br />
- Click the New icon</p>
<p>- Name: Test Mail Server<br />
- Double-Click the Type field and select Mail Server<br />
- Click the Save icon<br />
- Double-click new test mail server to configure it<br />
- Fill in the correct information for this environment (See corresponding Excel document IT Resources) &#8211; Click the Save icon<br />
- Expand Administration<br />
- Double-click System Configuration<br />
- Click the Search icon<br />
- Select the System Configuration Table tab at the bottom<br />
- Double-click the number next to Email Server to configure it<br />
- Change the value to &#8216;Test Mail Server&#8217; (no quotes)<br />
- Click the Save icon<br />
- Open Task Scheduler on the left<br />
- Click the Search button and then select the Task Scheduler Table tab at the bottom<br />
- Edit all scheduled tasks that have environment specific variables from saved data</p>
</div>
</div>
</div>
</div>
<div title="Page 4">
<div>
<div></div>
<div>
<div>
<p>- Update the attributes for the new environment (server names) &#8211; Click Save</p>
<p>- Using the IT Resource information stored in the Excel doc before everything was wiped out, update the IT Resources</p>
<p>- Open a SQL DB Editor and login to the Database<br />
- Run this SQL command:<br />
- update USR SET USR_EMAIL=‘test@domain.com&#8217;; &#8211; Commit changes and then quit<br />
- commit;</p>
<p>- Verify that the /etc/hosts file on each server has all the necessary host names and IP translations for this environment</p>
<p>- Truncate the AUD_JMS table (sql command: truncate table AUD_JMS). Restart all application servers.</p>
</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://idmrockstar.com/blog/2011/08/oim-refresh-clone-between-environments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OIM Table Structure from 9.0.1.1</title>
		<link>http://idmrockstar.com/blog/2011/08/oim-table-structure-from-9-0-1-1/</link>
		<comments>http://idmrockstar.com/blog/2011/08/oim-table-structure-from-9-0-1-1/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 18:53:42 +0000</pubDate>
		<dc:creator>.: Adam</dc:creator>
				<category><![CDATA[OIM]]></category>

		<guid isPermaLink="false">http://idmrockstar.com/blog/?p=454</guid>
		<description><![CDATA[Rajnish Bhatia has provided the community with an AWESOME resource. He&#8217;s listed out all the tables of OIM and what they correlate to. I have personally referenced this table a ton of times, and I know others have as well. I&#8217;m mirroring it here for data integrity. Please go to his website (http://rajnishbhatia19.blogspot.com/2008/08/oim-tables-descriptions-9011.html) and check out his [...]]]></description>
			<content:encoded><![CDATA[<p>Rajnish Bhatia has provided the community with an AWESOME resource. He&#8217;s listed out all the tables of OIM and what they correlate to. I have personally referenced this table a ton of times, and I know others have as well. I&#8217;m mirroring it here for data integrity.</p>
<p>Please go to his website (<a href="http://rajnishbhatia19.blogspot.com/2008/08/oim-tables-descriptions-9011.html">http://rajnishbhatia19.blogspot.com/2008/08/oim-tables-descriptions-9011.html</a>) and check out his other articles.</p>
<p>Great stuff!</p>
<p>.: Adam</p>
<p>&nbsp;</p>
<p>From Rajnish:</p>
<p>The following table lists the purpose of each table within OIM.</p>
<p>Note: Custom Tables are created for user defined Object / Process Forms.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><span style="color: black;">TABLE NAME IN OIM</span></td>
<td><span style="color: black;">DESCRIPTION OF TABLE</span></td>
</tr>
<tr>
<td>AAD</td>
<td>List To Define The Administrators For Each Organization And Their Delegated Admin Privileges</td>
</tr>
<tr>
<td>AAP</td>
<td>Table for storing Resource &#8211; Organization level parameter Values</td>
</tr>
<tr>
<td>ACP</td>
<td>ACP &#8211; Link Table That Holds Reference To ACT And PKG Tables, Table That Defines The Objects (Resources) Allowed For A Particular Organization</td>
</tr>
<tr>
<td>ACS</td>
<td>Link Table for Account Table(ACT) and Server Table(SVR)</td>
</tr>
<tr>
<td>ACT</td>
<td>Defines information about all organizations created through Xellerate</td>
</tr>
<tr>
<td>ADJ</td>
<td>Contains the Java API information for the constructor with parameters and method name with parameters chosen for an adapter task of type JAVA, UTILITY, TAME,REMOTE, or XLAPI.</td>
</tr>
<tr>
<td>ADL</td>
<td>Contains the all of the necessary parameters for an adapter task of type IF, ELSE IF,FOR, WHILE, SET, and VARIABLE tasks. These type of tasks are known as LOGICTASKS</td>
</tr>
<tr>
<td>ADM</td>
<td>Data mapping between parameters input/output parameters and source/sink</td>
</tr>
<tr>
<td>ADP</td>
<td>Defines an adapter created through the Adapter Factory</td>
</tr>
<tr>
<td>ADS</td>
<td>Database,schema and procedure name selections which define a stored procedure adaptertask</td>
</tr>
<tr>
<td>ADT</td>
<td>Defines a task attached to an adapter</td>
</tr>
<tr>
<td>ADU</td>
<td>Contains the web service and method chosen for a task of the Adapter Factory</td>
</tr>
<tr>
<td>ADV</td>
<td>Adapter variable table contains variables that have been created for specific adapters.</td>
</tr>
<tr>
<td>AFM</td>
<td>Links an adapter with a form</td>
</tr>
<tr>
<td>AGS</td>
<td>Holds the definition of organization/contact groups</td>
</tr>
<tr>
<td>AOA</td>
<td>Contains the OpenAdapter property file for OpenAdapter</td>
</tr>
<tr>
<td>APA</td>
<td>To store attestation process administrators</td>
</tr>
<tr>
<td>APD</td>
<td>To store attestation Process definition</td>
</tr>
<tr>
<td>APT</td>
<td>To store the attestation tasks</td>
</tr>
<tr>
<td>ARS</td>
<td>Contains custom response codes for &#8216;Process Task&#8217; Adapters only</td>
</tr>
<tr>
<td>ATD</td>
<td>To store entitlement details for each attestation task</td>
</tr>
<tr>
<td>ATP</td>
<td>Defines input and output parameters for the constructor and method of an adapter taskof type JAVA, UTILITY, TAME, REMOTE, and XLAPI</td>
</tr>
<tr>
<td>ATR</td>
<td>To store attestation requests</td>
</tr>
<tr>
<td>ATS</td>
<td>Stores which services or can be ordered by which organizations and which rates apply</td>
</tr>
<tr>
<td>AUD</td>
<td>Define the Auditors</td>
</tr>
<tr>
<td>AUD_JMS</td>
<td></td>
</tr>
<tr>
<td>CRT</td>
<td>Trusted Certificate Information</td>
</tr>
<tr>
<td>DAV</td>
<td>Stores the runtime data mappings for &#8216;Entity&#8217; &amp; &#8216;Rule Generator&#8217; adapters. The data source being an Xellerate form or child table,or a user defined process form.</td>
</tr>
<tr>
<td>DEP</td>
<td>Dependencies among Tasks Within A Workflow Process</td>
</tr>
<tr>
<td>DOB</td>
<td>Data Resource definition consisting of the fully qualified class name of the dataobject</td>
</tr>
<tr>
<td>DVT</td>
<td>Defines the one to many relationship between Data Resources and Event Handlers (this includes adapters)</td>
</tr>
<tr>
<td>EIF</td>
<td>Export Import Files. Each row contains one single file used in export/import operation. For export there is only one file</td>
</tr>
<tr>
<td>EIH</td>
<td>Export Import History. Each row represents one Data Deployment Management session.</td>
</tr>
<tr>
<td>EIL</td>
<td>DB Based lock for export operation. Used to make sure only one user can import at atime. This is currently not managed through data objects</td>
</tr>
<tr>
<td>EIO</td>
<td>Export Import Objects. Each row represents one object exported/imported</td>
</tr>
<tr>
<td>EIS</td>
<td>Substitutions used during import process</td>
</tr>
<tr>
<td>EMD</td>
<td>Core &#8211;Email Definition Information Table That Holds The Email Template Definitions</td>
</tr>
<tr>
<td>ERR</td>
<td>Error codes</td>
</tr>
<tr>
<td>ESD</td>
<td>Encrypted columns not within the bounds of the SDK</td>
</tr>
<tr>
<td>EVT</td>
<td>Defines event handlers by providing a process and class name. In addition the scheduling time of when the event handler can execute is set to pre (insert, update, delete) or post (insert, update, delete)</td>
</tr>
<tr>
<td>FUG</td>
<td>List to define the administrators for each user defined object in the &#8216;StructureUtility&#8217; form or for each user defined field in the &#8216;User Defined FieldDefinition&#8217; form</td>
</tr>
<tr>
<td>GPG</td>
<td>List to define the (nested) group members of User Group in the &#8216;User Group&#8217; form.</td>
</tr>
<tr>
<td>GPP</td>
<td>List to define the Administrators and their delegated admin rights over a User Group</td>
</tr>
<tr>
<td>GPY</td>
<td>Joins Properties (PTY) and Groups (UGP).</td>
</tr>
<tr>
<td>IEI</td>
<td>Table where all the imports and exports are defined</td>
</tr>
<tr>
<td>LAY</td>
<td>Table where the layouts are defined for the various imports and exports</td>
</tr>
<tr>
<td>LIT</td>
<td>Import/export table.</td>
</tr>
<tr>
<td>LKU</td>
<td>Lookup definition entries</td>
</tr>
<tr>
<td>LKV</td>
<td>Lookup values</td>
</tr>
<tr>
<td>LOB</td>
<td>Import/export table.</td>
</tr>
<tr>
<td>LOC</td>
<td>Holds information about locations</td>
</tr>
<tr>
<td>MAP</td>
<td>XML MapSchema Information</td>
</tr>
<tr>
<td>MAV</td>
<td>Stores the runtime data mappings for &#8216;Process Task&#8217; adapters. The data source being a process form, Location, User, Organization, Process, IT Resource, orLiteral data.</td>
</tr>
<tr>
<td>MEV</td>
<td>E-mail notification events</td>
</tr>
<tr>
<td>MIL</td>
<td>Holds information about tasks of a process</td>
</tr>
<tr>
<td>MSG</td>
<td>Defines the user groups that have permission to set the status of a process task.</td>
</tr>
<tr>
<td>MST</td>
<td>Task Status And Object Status Information. Holds All The Task Status To Object Status Mappings</td>
</tr>
<tr>
<td>OBA</td>
<td>Object Authorizer Information</td>
</tr>
<tr>
<td>OBD</td>
<td>Object Dependencies</td>
</tr>
<tr>
<td>OBI</td>
<td>Object Instance Information</td>
</tr>
<tr>
<td>OBJ</td>
<td>Resource Object definition information.</td>
</tr>
<tr>
<td>ODF</td>
<td>Holds Object To Process Form Data Flow Mappings.</td>
</tr>
<tr>
<td>ODV</td>
<td>Object Events/Adapters Information</td>
</tr>
<tr>
<td>OIO</td>
<td>Object Instance Request Target Organization Information.</td>
</tr>
<tr>
<td>OIU</td>
<td>Object Instance Request Target User Information.</td>
</tr>
<tr>
<td>OOD</td>
<td>Object Instance Request Target Organization Dependency Information.</td>
</tr>
<tr>
<td>ORC</td>
<td>This Entity Holds The Detail On Each Order. This Could Be Considered The Items Section Of An Invoice. This Entity Is The Instance Of A Particular Process</td>
</tr>
<tr>
<td>ORD</td>
<td>Holds information that is necessary to complete an order regardless of a processbeing ordered</td>
</tr>
<tr>
<td>ORF</td>
<td>Resource Reconciliation Fields</td>
</tr>
<tr>
<td>ORR</td>
<td>Object Reconciliation Action Rules</td>
</tr>
<tr>
<td>OSH</td>
<td>Task Instance Assignment History</td>
</tr>
<tr>
<td>OSI</td>
<td>Holds information about tasks that are created for an order</td>
</tr>
<tr>
<td>OST</td>
<td>Object Status Information</td>
</tr>
<tr>
<td>OUD</td>
<td>Object Instance Request Target User Dependency Information. Holds The Dependency Between Different Resource Instances Provisioned To A User.</td>
</tr>
<tr>
<td>OUG</td>
<td>List to define the administrators for each Resource</td>
</tr>
<tr>
<td>PCQ</td>
<td>Holds the challenging questions and answers for a user</td>
</tr>
<tr>
<td>PDF</td>
<td>Package data flow table holds the data flow relationships between packages</td>
</tr>
<tr>
<td>PHO</td>
<td>Holds all communication addresses for this contact &#8212; e.g., contact telephone numbers,fax numbers, e-mail, etc.</td>
</tr>
<tr>
<td>PKD</td>
<td>Package dependency table holds the dependency relationships between child packages of a parent package</td>
</tr>
<tr>
<td>PKG</td>
<td>Consists of names and system keys of service processes, which consist of a group ofservices from the TOS table. Defines a Process in Xellerate.</td>
</tr>
<tr>
<td>PKH</td>
<td>Package Hierarchy Table Holds The Parent-child Relationships Between Processes</td>
</tr>
<tr>
<td>POC</td>
<td>Stores values for the child tables of the Object/Process form of a resource being provisioned by an access policy</td>
</tr>
<tr>
<td>POF</td>
<td>Policy field table holds the field value pairs that constitute the definition of apolicy</td>
</tr>
<tr>
<td>POG</td>
<td>Join table between Policy and User Groups, Specifies the groups to whom an access policy will apply.</td>
</tr>
<tr>
<td>POL</td>
<td>Policy Table Holds A Policy, Defines An Access Policy In The System</td>
</tr>
<tr>
<td>POP</td>
<td>Policy Package Join Table Holds The Packages That A Particular Policy Orders For User, Defines Which Resources Will Be Provisioned Or Denied For A Particular Access Policy.</td>
</tr>
<tr>
<td>PRF</td>
<td>Process Reconciliation Field Mappings</td>
</tr>
<tr>
<td>PRO</td>
<td>Defines a process name, scheduling frequency, and priority. A process is made up of oneor more tasks</td>
</tr>
<tr>
<td>PTY</td>
<td>Client Properties Table</td>
</tr>
<tr>
<td>PUG</td>
<td>List to define The Administrators And Their Delegated Admin Rights For Each Process.</td>
</tr>
<tr>
<td>PWR</td>
<td>Table forPassword Rule Policies</td>
</tr>
<tr>
<td>PXD</td>
<td>Table that holds the list of all Proxies Defined</td>
</tr>
<tr>
<td>QUE</td>
<td>Administrative queues definition</td>
</tr>
<tr>
<td>QUM</td>
<td>Administrative queue members</td>
</tr>
<tr>
<td>RAV</td>
<td>Stores the runtime data mappings for &#8216;Pre-populate&#8217; adapters. The data source being an Xellerate form or child table, or a user defined form</td>
</tr>
<tr>
<td>RCA</td>
<td>Reconciliation Event Organizations Matched</td>
</tr>
<tr>
<td>RCB</td>
<td>Reconciliation Event Invalid Data</td>
</tr>
<tr>
<td>RCD</td>
<td>Reconciliation Event Data</td>
</tr>
<tr>
<td>RCE</td>
<td>Reconciliation Events</td>
</tr>
<tr>
<td>RCH</td>
<td>Reconciliation Event Action History</td>
</tr>
<tr>
<td>RCM</td>
<td>Reconciliation Event Multi-Valued Attribute Data</td>
</tr>
<tr>
<td>RCP</td>
<td>Reconciliation Event Processes Matched</td>
</tr>
<tr>
<td>RCU</td>
<td>Reconciliation Event Users Matched</td>
</tr>
<tr>
<td>REP</td>
<td>Table that contains all information about reports in the system</td>
</tr>
<tr>
<td>REQ</td>
<td>This table holds request information</td>
</tr>
<tr>
<td>RES</td>
<td>This table is used to stored adapter resources entered by the user.</td>
</tr>
<tr>
<td>RGM</td>
<td>Table for Response Code Generated Milestones</td>
</tr>
<tr>
<td>RGP</td>
<td>Rules To Apply To A User Group, Defines The Auto-group Membership Rules Attached To AParticular Group.</td>
</tr>
<tr>
<td>RGS</td>
<td>Defines all known registries. These are used by Web Service tasks in an Adapter to communicate with a web service</td>
</tr>
<tr>
<td>RIO</td>
<td>Request Organizations Resolved Object Instances</td>
</tr>
<tr>
<td>RIU</td>
<td>Request Users Resolved Object Instances</td>
</tr>
<tr>
<td>RLO</td>
<td>This table contains directory URLs which are referenced by Adapter Factoryjar/class files.</td>
</tr>
<tr>
<td>RML</td>
<td>Rules To Apply To Task, Defines The Task Assignment Rules Attached To A Process Task.</td>
</tr>
<tr>
<td>ROP</td>
<td>Rules To Apply To An Object-process Pair, Defines The Process Determination Rules Attached To A Resource Object.</td>
</tr>
<tr>
<td>RPC</td>
<td>Reconciliation Event Process Child Table Matches</td>
</tr>
<tr>
<td>RPG</td>
<td>Link table between Group table and Report Table. Specifies which group has accessto which reports</td>
</tr>
<tr>
<td>RPP</td>
<td>Parameters passed to report.</td>
</tr>
<tr>
<td>RPT</td>
<td>Stores information related to the creation of reports</td>
</tr>
<tr>
<td>RPW</td>
<td>Rules To Apply To A Password Policy, Defines The Policy Determination Rules Attached To A Password Policy.</td>
</tr>
<tr>
<td>RQA</td>
<td>Request target organization information.</td>
</tr>
<tr>
<td>RQC</td>
<td>Request comment information</td>
</tr>
<tr>
<td>RQD</td>
<td>Contains self-registration request data for web admin.</td>
</tr>
<tr>
<td>RQE</td>
<td>Request administrative queues</td>
</tr>
<tr>
<td>RQH</td>
<td>Requeststatus history</td>
</tr>
<tr>
<td>RQO</td>
<td>Request object information.</td>
</tr>
<tr>
<td>RQU</td>
<td>Request object target user information</td>
</tr>
<tr>
<td>RQY</td>
<td>Request Organizations Requiring Resolution</td>
</tr>
<tr>
<td>RQZ</td>
<td>Request Users Requiring Resolution</td>
</tr>
<tr>
<td>RRE</td>
<td>Reconciliation User Matching Rule Elements</td>
</tr>
<tr>
<td>RRL</td>
<td>Reconciliation User Matching Rules</td>
</tr>
<tr>
<td>RRT</td>
<td>Reconciliation User Matching Rule Element Properties</td>
</tr>
<tr>
<td>RSC</td>
<td>Defines the All The Possible Response Code For A Process Task.</td>
</tr>
<tr>
<td>RUE</td>
<td>Defines the Elements In A Rule Definition.</td>
</tr>
<tr>
<td>RUG</td>
<td>List to define the administrators for each Request</td>
</tr>
<tr>
<td>RUL</td>
<td>Rule definitions</td>
</tr>
<tr>
<td>RVM</td>
<td>Holds Recovery Milestones</td>
</tr>
<tr>
<td>SCH</td>
<td>Holds specific information about an instance of a ask such as its status orscheduled dates</td>
</tr>
<tr>
<td>SDC</td>
<td>Column metadata.</td>
</tr>
<tr>
<td>SDH</td>
<td>Meta-Table Hierarchy.</td>
</tr>
<tr>
<td>SDK</td>
<td>User define data object meta data definition</td>
</tr>
<tr>
<td>SDL</td>
<td>SDK version labels</td>
</tr>
<tr>
<td>SDP</td>
<td>User defined column properties</td>
</tr>
<tr>
<td>SEL</td>
<td>Data Object Permissions For Groups On A Specified Data object</td>
</tr>
<tr>
<td>SIT</td>
<td>The SIT table contains information about sites. Sites are subsets of locations.</td>
</tr>
<tr>
<td>SPD</td>
<td>IT Resource parameter definition</td>
</tr>
<tr>
<td>SRE</td>
<td>Defines Which Pre-populate Rule Generator Will Run For A Field Of User Defined DataObject.</td>
</tr>
<tr>
<td>SRP</td>
<td>Should be replaced by the rate table from a billing system. Here it holdspecific rates for specific services.</td>
</tr>
<tr>
<td>SRS</td>
<td>IT Resource &#8211; IT Resource join</td>
</tr>
<tr>
<td>STA</td>
<td>Status Codes</td>
</tr>
<tr>
<td>SUG</td>
<td></td>
</tr>
<tr>
<td>SVD</td>
<td>IT Resource type definition</td>
</tr>
<tr>
<td>SVP</td>
<td>IT Resource property definition</td>
</tr>
<tr>
<td>SVR</td>
<td>IT Resource instance definition</td>
</tr>
<tr>
<td>SVS</td>
<td>IT Resource &#8211; Site Join</td>
</tr>
<tr>
<td>TAP</td>
<td>Holds parameter values for a task, which is an instantiation of Valid Task,i.e. value for parameter Company Name, etc.</td>
</tr>
<tr>
<td>TAS</td>
<td>Holds instances of Valid Task. Examples of Valid Tasks would be reports, imports, etc. Valid TaskParameters indicate what parameters can be assassigned to an instance of a task, i.e</td>
</tr>
<tr>
<td>TDV</td>
<td>Used by event manager/data objects, joins data objects, types of service, and events</td>
</tr>
<tr>
<td>TLG</td>
<td>Keeps logof SQL transactions.</td>
</tr>
<tr>
<td>TMP</td>
<td>Indicates which tasks are in a process. Tasks are defined in table; this way, one task can be in many processes.</td>
</tr>
<tr>
<td>TOD</td>
<td>To do list settings table.</td>
</tr>
<tr>
<td>TOS</td>
<td>Holds information about a process</td>
</tr>
<tr>
<td>TSA</td>
<td>Stores initialization params (name/value pairs) forscheduler tasks</td>
</tr>
<tr>
<td>TSK</td>
<td>Scheduler task definition information</td>
</tr>
<tr>
<td>UDP</td>
<td>User-defined field table</td>
</tr>
<tr>
<td>UGP</td>
<td>Defines a group of users</td>
</tr>
<tr>
<td>UHD</td>
<td>User Policy Profile History Details table</td>
</tr>
<tr>
<td>ULN</td>
<td>This table hold UHD allow / deny list</td>
</tr>
<tr>
<td>UNM</td>
<td>&#8220;UnDoMilestone&#8221; Feature</td>
</tr>
<tr>
<td>UPA</td>
<td></td>
</tr>
<tr>
<td>UPA_FIELDS</td>
<td>Stores changes only for user profile audit history in de-normalized format</td>
</tr>
<tr>
<td>UPA_GRP_MEMBERSHIP</td>
<td>Stores groups membership history in de-normalized format</td>
</tr>
<tr>
<td>UPA_RESOURCE</td>
<td>Stores user profile resource history in de-normalized format</td>
</tr>
<tr>
<td>UPA_USR</td>
<td>Stores user profile history in de-normalized format</td>
</tr>
<tr>
<td>UPD</td>
<td>User Policy Profile Details table</td>
</tr>
<tr>
<td>UPH</td>
<td>User Policy Profile History table</td>
</tr>
<tr>
<td>UPL</td>
<td>User-defined field table</td>
</tr>
<tr>
<td>UPP</td>
<td>User Policy Profile table</td>
</tr>
<tr>
<td>UPT</td>
<td>User-defined field table</td>
</tr>
<tr>
<td>UPY</td>
<td>Joins Properties (PTY) and User (USR) tables.</td>
</tr>
<tr>
<td>USG</td>
<td>This table stores which users are in which groups.</td>
</tr>
<tr>
<td>USR</td>
<td>Stores all information regarding a user.</td>
</tr>
<tr>
<td>UWP</td>
<td>Window sequence, nesting in CarrierBase explorer for each user group.</td>
</tr>
<tr>
<td>VTK</td>
<td>Defines automation task types such as reports, imports, and exports.</td>
</tr>
<tr>
<td>VTP</td>
<td>Valid Task Parameters. Indicates which parameters can be defined for an instance of a task.</td>
</tr>
<tr>
<td>WIN</td>
<td>Windows table: Windows keys, descriptions, and class names.</td>
</tr>
<tr>
<td>XSD</td>
<td>This table holds Xellerate System Data</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://idmrockstar.com/blog/2011/08/oim-table-structure-from-9-0-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rename the ObSSOCookie in OAM</title>
		<link>http://idmrockstar.com/blog/2011/08/rename-the-obssocookie-in-oam/</link>
		<comments>http://idmrockstar.com/blog/2011/08/rename-the-obssocookie-in-oam/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 20:41:43 +0000</pubDate>
		<dc:creator>.: Adam</dc:creator>
				<category><![CDATA[oam]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://idmrockstar.com/blog/?p=450</guid>
		<description><![CDATA[So let&#8217;s say that you&#8217;re working in an environment that happens to have Oracle Access Manager (OAM) installed twice. Yep, two instances. Why? Most likely because larger corporations and institutions tend to make decisions that have no real thought behind them. Anywho, a problem that will arise is that if you&#8217;re using a global cookie [...]]]></description>
			<content:encoded><![CDATA[<p>So let&#8217;s say that you&#8217;re working in an environment that happens to have Oracle Access Manager (OAM) installed twice. Yep, two instances. Why? Most likely because larger corporations and institutions tend to make decisions that have no real thought behind them. Anywho, a problem that will arise is that if you&#8217;re using a global cookie with the .domain.com as your suffix, they will conflict and overwrite eachother. This will cause a wonderful behavior of being SSO&#8217;d into one system and when you visit the other system it will overwrite the cookie and kill your other session for you. Why? Because OAM uses a cookie name of ObSSOCookie as the default name. By method of standard practice and IT reasoning, your impulse would be to rename one of the cookies so that there are two separate cookies and that they can be used independently. Weeellllll, surprise surprise, you can&#8217;t. Oracle Access Manager will NOT allow you to change the name of the cookie. The official response from Oracle on this is that, &#8220;it&#8217;s a security issue&#8221;. I&#8217;m calling B.S. and attributing this to the bad practice of hard-coded variables.</p>
<p>So, yeah. If for whatever reason, you want to change the name of the ObSSOCookie that Oracle Access Manager uses for it&#8217;s single sign on purposes, you can&#8217;t.</p>
<p>On behalf of Oracle / Oblix&#8230; sorry =)</p>
<p>.: Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://idmrockstar.com/blog/2011/08/rename-the-obssocookie-in-oam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2011-07-03</title>
		<link>http://idmrockstar.com/blog/2011/07/twitter-weekly-updates-for-2011-07-03/</link>
		<comments>http://idmrockstar.com/blog/2011/07/twitter-weekly-updates-for-2011-07-03/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 11:07:00 +0000</pubDate>
		<dc:creator>.: Adam</dc:creator>
				<category><![CDATA[General IdM]]></category>

		<guid isPermaLink="false">http://idmrockstar.com/blog/2011/07/twitter-weekly-updates-for-2011-07-03/</guid>
		<description><![CDATA[Who&#039;s got a G+ account? I wanna add ya. #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Who&#039;s got a G+ account? I wanna add ya. <a href="http://twitter.com/IDMrockstar/statuses/86446055968874496" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idmrockstar.com/blog/2011/07/twitter-weekly-updates-for-2011-07-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who works for $40/hr all inclusive?!</title>
		<link>http://idmrockstar.com/blog/2011/04/who-works-for-40hr-all-inclusive/</link>
		<comments>http://idmrockstar.com/blog/2011/04/who-works-for-40hr-all-inclusive/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 22:03:46 +0000</pubDate>
		<dc:creator>.: Adam</dc:creator>
				<category><![CDATA[General IdM]]></category>

		<guid isPermaLink="false">http://idmrockstar.com/blog/?p=445</guid>
		<description><![CDATA[I know I can&#8217;t be the only one out there, so I gotta know, who the hell actually says &#8220;yeah, that sounds like a good deal!&#8221;? Here&#8217;s a job description I just received: Hello Hope you’re doing well Title : ITIM resource Location-US – New York Duration -12 months Rate-$40p/Hr Technical Skills: Excellent knowledge on [...]]]></description>
			<content:encoded><![CDATA[<p>I know I can&#8217;t be the only one out there, so I gotta know, who the hell actually says &#8220;yeah, that sounds like a good deal!&#8221;?</p>
<p>Here&#8217;s a job description I just received:</p>
<blockquote><p>Hello<br />
Hope you’re doing well</p>
<p>Title : ITIM resource<br />
Location-US – New York<br />
Duration -12 months<br />
Rate-$40p/Hr</p>
<p>Technical Skills:</p>
<p>Excellent knowledge on Tivoli –TIM/TAM<br />
Should have knowledge on SiteMinder integration with WebServer, OID, Application Server<br />
Good knowledge on Websphere Application and Portal Server<br />
Should have WAS Administration Knowledge<br />
Should have Portal administration experience.</p></blockquote>
<p>Anyone worth their salt in this industry isn&#8217;t going to accept that. So what&#8217;s this really mean? It means that the client put out a bid for lets say $130/hr for this position because they&#8217;re smart and know they need someone half-way decent. Next comes these guys&#8230;my little Indian staffed headhunter agencies that have no problems pitching someone <em>completely </em>useless with the requested technology. And they get paid for this? This is bullshit! No middleman should get a chunk of the hourly just for <em>finding</em> a resource to do a gig. A finders fee, I understand, but this is ridiculous!</p>
<p>You think these guys even tech out the resources they pitch back to the client? Hell no. The only question they need answered is how much you&#8217;ll do the job for, other than that, they don&#8217;t give a rats ass. You know what I hear when I respond with, &#8220;I don&#8217;t even have experience with XXX&#8221; ? They tell me it&#8217;s ok and they&#8217;ll submit it anyway. OR(!) a couple of them even told me, &#8220;Why don&#8217;t you just add it on there, and then we&#8217;ll submit it.&#8221; !!!</p>
<p>Companies : ^^^^ These are the people you&#8217;re getting to staff a position you probably know little about!</p>
<p>It all seems normal, because it&#8217;s been going on for so long, that no one really questions it, but take a look at it from the consultants point of view. The company is paying an hourly fee for a service which is rendered by the consultant. The headhunter then takes their vig off the top before the consultant see&#8217;s a dime! It&#8217;s almost like the consultants are the one&#8217;s paying to have the gig.</p>
<p>Ok, I&#8217;ll subside on my rant&#8230; it&#8217;s just frustrating to get phone calls and emails every day with garbage like this. Because in the end the consultant is getting ripped off, and the client is getting a shoddy resource. Everyone looses except the scam artist in the middle.</p>
<p>My message to companies hiring consultants: Using headhunter agencies is fine, but make sure you&#8217;re getting a legit resource and they&#8217;re not a Visa mule, or getting suckered.</p>
<p>My message to the headhunters: FAIR SHARE! I get it, you definitely deserve a piece of the pie, and I have no problem giving it to you, but if you call me with a thick Indian accent and ask me to work for $40/hr, I will laugh at you and hang up.</p>
<p>My message to the consultants: Stick up for what you&#8217;re worth! Just because a bunch of dolts are saying yes to lower wages so that they can learn on the job and set the client back more time than they can afford, doesn&#8217;t mean you need to cave in.</p>
<p>You get what you pay for. So know what you&#8217;re paying for.</p>
<p>.: Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://idmrockstar.com/blog/2011/04/who-works-for-40hr-all-inclusive/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Part 10 &#8211; Starting Oracle Database and Directories</title>
		<link>http://idmrockstar.com/blog/2011/04/part-10-starting-oracle-database-and-directories/</link>
		<comments>http://idmrockstar.com/blog/2011/04/part-10-starting-oracle-database-and-directories/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 01:36:22 +0000</pubDate>
		<dc:creator>.: Adam</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[OID]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[OVD]]></category>

		<guid isPermaLink="false">http://idmrockstar.com/blog/?p=420</guid>
		<description><![CDATA[Installing Oracle Enterprise Linux 5 Update 3 on VMWare Installing and Configuring Oracle Database 11g Revision 2 (11gR2) Installing WebLogic Server 11gR1 (10.3.3) Executing and Configuring the Repository Creation Utility 11g Installing, Patching, and Configuring Oracle Identity Management 11g Installing and Patching the SOA Suite 11g Installing Oracle Identity and Access Manager 11g Configuration of [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a title="Installing Oracle Enterprise Linux 5 Update 3" href="http://idmrockstar.com/blog/2011/04/part-1-installing-oracle-enterprise-linux-5-update-3-on-vmware/">Installing Oracle Enterprise Linux 5 Update 3 on VMWare</a></li>
<li><a title="Installing and Configuring Oracle Database 11g Revision 2 (11gR2)" href="http://idmrockstar.com/blog/2011/04/part-2-installing-and-configuring-oracle-database-11g-revision-2-11gr2/">Installing and Configuring Oracle Database 11g Revision 2 (11gR2)</a></li>
<li><a title="Installing WebLogic Server 11gR1 (10.3.3)" href="http://idmrockstar.com/blog/2011/04/part-3-installing-weblogic-server-11gr1-10-3-3/">Installing WebLogic Server 11gR1 (10.3.3)</a></li>
<li><a title="Executing and Configuring the Repository Creation Utility 11g" href="http://idmrockstar.com/blog/2011/04/part-4-executing-and-configuring-the-repository-creation-utility-11g/">Executing and Configuring the Repository Creation Utility 11g</a></li>
<li><a title="Installing, Patching, and Configuring Oracle Identity Management 11g" href="http://idmrockstar.com/blog/2011/04/part-5-installing-patching-and-configuring-oracle-identity-management-11g/">Installing, Patching, and Configuring Oracle Identity Management 11g</a></li>
<li><a title="Installing and Patching the SOA Suite 11g" href="http://idmrockstar.com/blog/2011/04/part-6-installing-and-patching-the-soa-suite-11g/">Installing and Patching the SOA Suite 11g</a></li>
<li><a title="Installing Oracle Identity and Access Manager 11g" href="http://idmrockstar.com/blog/2011/04/part-7-installing-and-configuration-of-oracle-identity-and-access-manager-11g/">Installing Oracle Identity and Access Manager 11g</a></li>
<li><a title="Configuration of Oracle Identity Manager 11g" href="http://idmrockstar.com/blog/2011/04/part-8-configuration-of-oracle-identity-manager-11g/">Configuration of Oracle Identity Manager 11g</a></li>
<li><a title="WebLogic Server and Domain Start-up Options" href="http://idmrockstar.com/blog/2011/04/part-9-weblogic-server-and-domain-start-up-options/">WebLogic Server and Domain Start-up Options</a></li>
<li><strong>Starting Oracle Database and Directories</strong></li>
</ol>
<p><span style="text-decoration: underline;"><strong>Part 10 &#8211; Starting Oracle Database and Directories</strong></span></p>
<p>This video tutorial will walk you though differnt ways to startup and stop various database and directory services.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=22320819" quality="best" scale="exactfit" width="425" height="350" type="application/x-shockwave-flash"></embed></p>
<p>&nbsp;</p>
<p><strong><em>FIN</em></strong></p>
<p>The original source videos are available for download via Vimeo.com You&#8217;ll have to sign in to download them though. To get there, click on the &#8220;Vimeo&#8221; logo in the video.</p>
<p>If you have any questions, please post them below. I&#8217;m pretty tied up at the moment, but others will be able to help too!</p>
<p>Thanks!</p>
<p>.: Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://idmrockstar.com/blog/2011/04/part-10-starting-oracle-database-and-directories/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Part 9 &#8211; WebLogic Server and Domain Start-up Options</title>
		<link>http://idmrockstar.com/blog/2011/04/part-9-weblogic-server-and-domain-start-up-options/</link>
		<comments>http://idmrockstar.com/blog/2011/04/part-9-weblogic-server-and-domain-start-up-options/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 01:33:04 +0000</pubDate>
		<dc:creator>.: Adam</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://idmrockstar.com/blog/?p=416</guid>
		<description><![CDATA[Installing Oracle Enterprise Linux 5 Update 3 on VMWare Installing and Configuring Oracle Database 11g Revision 2 (11gR2) Installing WebLogic Server 11gR1 (10.3.3) Executing and Configuring the Repository Creation Utility 11g Installing, Patching, and Configuring Oracle Identity Management 11g Installing and Patching the SOA Suite 11g Installing Oracle Identity and Access Manager 11g Configuration of [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a title="Installing Oracle Enterprise Linux 5 Update 3" href="http://idmrockstar.com/blog/2011/04/part-1-installing-oracle-enterprise-linux-5-update-3-on-vmware/">Installing Oracle Enterprise Linux 5 Update 3 on VMWare</a></li>
<li><a title="Installing and Configuring Oracle Database 11g Revision 2 (11gR2)" href="http://idmrockstar.com/blog/2011/04/part-2-installing-and-configuring-oracle-database-11g-revision-2-11gr2/">Installing and Configuring Oracle Database 11g Revision 2 (11gR2)</a></li>
<li><a title="Installing WebLogic Server 11gR1 (10.3.3)" href="http://idmrockstar.com/blog/2011/04/part-3-installing-weblogic-server-11gr1-10-3-3/">Installing WebLogic Server 11gR1 (10.3.3)</a></li>
<li><a title="Executing and Configuring the Repository Creation Utility 11g" href="http://idmrockstar.com/blog/2011/04/part-4-executing-and-configuring-the-repository-creation-utility-11g/">Executing and Configuring the Repository Creation Utility 11g</a></li>
<li><a title="Installing, Patching, and Configuring Oracle Identity Management 11g" href="http://idmrockstar.com/blog/2011/04/part-5-installing-patching-and-configuring-oracle-identity-management-11g/">Installing, Patching, and Configuring Oracle Identity Management 11g</a></li>
<li><a title="Installing and Patching the SOA Suite 11g" href="http://idmrockstar.com/blog/2011/04/part-6-installing-and-patching-the-soa-suite-11g/">Installing and Patching the SOA Suite 11g</a></li>
<li><a title="Installing Oracle Identity and Access Manager 11g" href="http://idmrockstar.com/blog/2011/04/part-7-installing-and-configuration-of-oracle-identity-and-access-manager-11g/">Installing Oracle Identity and Access Manager 11g</a></li>
<li><a title="Configuration of Oracle Identity Manager 11g" href="http://idmrockstar.com/blog/2011/04/part-8-configuration-of-oracle-identity-manager-11g/">Configuration of Oracle Identity Manager 11g</a></li>
<li><strong>WebLogic Server and Domain Start-up Options</strong></li>
<li><a title="Starting Oracle Database and Directories" href="http://idmrockstar.com/blog/2011/04/part-10-starting-oracle-database-and-directories/">Starting Oracle Database and Directories</a></li>
</ol>
<p><span style="text-decoration: underline;"><strong>Part 9 &#8211; WebLogic Server and Domain Start-up Options</strong></span></p>
<p>This video tutorial will walk you though ways to startup and stop the WebLogic Server and WebLogic domains.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=22320754" quality="best" scale="exactfit" width="425" height="350" type="application/x-shockwave-flash"></embed></p>
<p>&nbsp;</p>
<p><strong>Next &gt;&gt; </strong><a href="http://idmrockstar.com/blog/2011/04/part-10-starting-oracle-database-and-directories/">Part 10 &#8211; Starting Oracle Database and Directories</a></p>
<p>The original source videos are available for download via Vimeo.com You&#8217;ll have to sign in to download them though. To get there, click on the &#8220;Vimeo&#8221; logo in the video.</p>
<p>If you have any questions, please post them below. I&#8217;m pretty tied up at the moment, but others will be able to help too!</p>
<p>Thanks!</p>
<p>.: Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://idmrockstar.com/blog/2011/04/part-9-weblogic-server-and-domain-start-up-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Part 8 &#8211; Configuration of Oracle Identity Manager 11g</title>
		<link>http://idmrockstar.com/blog/2011/04/part-8-configuration-of-oracle-identity-manager-11g/</link>
		<comments>http://idmrockstar.com/blog/2011/04/part-8-configuration-of-oracle-identity-manager-11g/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 01:29:57 +0000</pubDate>
		<dc:creator>.: Adam</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[oam]]></category>
		<category><![CDATA[OIM]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://idmrockstar.com/blog/?p=413</guid>
		<description><![CDATA[Installing Oracle Enterprise Linux 5 Update 3 on VMWare Installing and Configuring Oracle Database 11g Revision 2 (11gR2) Installing WebLogic Server 11gR1 (10.3.3) Executing and Configuring the Repository Creation Utility 11g Installing, Patching, and Configuring Oracle Identity Management 11g Installing and Patching the SOA Suite 11g Installing Oracle Identity and Access Manager 11g Configuration of [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><a title="Installing Oracle Enterprise Linux 5 Update 3" href="http://idmrockstar.com/blog/2011/04/part-1-installing-oracle-enterprise-linux-5-update-3-on-vmware/">Installing Oracle Enterprise Linux 5 Update 3 on VMWare</a></li>
<li><a title="Installing and Configuring Oracle Database 11g Revision 2 (11gR2)" href="http://idmrockstar.com/blog/2011/04/part-2-installing-and-configuring-oracle-database-11g-revision-2-11gr2/">Installing and Configuring Oracle Database 11g Revision 2 (11gR2)</a></li>
<li><a title="Installing WebLogic Server 11gR1 (10.3.3)" href="http://idmrockstar.com/blog/2011/04/part-3-installing-weblogic-server-11gr1-10-3-3/">Installing WebLogic Server 11gR1 (10.3.3)</a></li>
<li><a title="Executing and Configuring the Repository Creation Utility 11g" href="http://idmrockstar.com/blog/2011/04/part-4-executing-and-configuring-the-repository-creation-utility-11g/">Executing and Configuring the Repository Creation Utility 11g</a></li>
<li><a title="Installing, Patching, and Configuring Oracle Identity Management 11g" href="http://idmrockstar.com/blog/2011/04/part-5-installing-patching-and-configuring-oracle-identity-management-11g/">Installing, Patching, and Configuring Oracle Identity Management 11g</a></li>
<li><a title="Installing and Patching the SOA Suite 11g" href="http://idmrockstar.com/blog/2011/04/part-6-installing-and-patching-the-soa-suite-11g/">Installing and Patching the SOA Suite 11g</a></li>
<li><a title="Installing Oracle Identity and Access Manager 11g" href="http://idmrockstar.com/blog/2011/04/part-7-installing-and-configuration-of-oracle-identity-and-access-manager-11g/">Installing Oracle Identity and Access Manager 11g</a></li>
<li><strong>Configuration of Oracle Identity Manager 11g</strong></li>
<li><a title="WebLogic Server and Domain Start-up Options" href="http://idmrockstar.com/blog/2011/04/part-9-weblogic-server-and-domain-start-up-options/">WebLogic Server and Domain Start-up Options</a></li>
<li><a title="Starting Oracle Database and Directories" href="http://idmrockstar.com/blog/2011/04/part-10-starting-oracle-database-and-directories/">Starting Oracle Database and Directories</a></li>
</ol>
<p><span style="text-decoration: underline;"><strong>Part 8 &#8211; Configuration of Oracle Identity Manager 11g</strong></span></p>
<p>This video tutorial will walk you though the configuration of Oracle Identity and Access Manager 11g. These tools include:</p>
<ul>
<li>Oracle Access Manager 11g</li>
<li>Oracle Adaptive Access Manager 11g</li>
<li>Oracle Identity Navigator 11g</li>
<li>Oracle Identity Manager 11g</li>
<li>Platform Security Services</li>
<li>Authorization Policy Manager</li>
</ul>
<p>&nbsp;</p>
<p style="text-align: center;"><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=22320734" quality="best" scale="exactfit" width="425" height="350" type="application/x-shockwave-flash"></embed></p>
<p>&nbsp;</p>
<p><strong>Next &gt;&gt; </strong><a href="http://idmrockstar.com/blog/2011/04/part-9-weblogic-server-and-domain-start-up-options/">Part 9 &#8211; WebLogic Server and Domain Start-up Options</a></p>
<p>The original source videos are available for download via Vimeo.com You&#8217;ll have to sign in to download them though. To get there, click on the &#8220;Vimeo&#8221; logo in the video.</p>
<p>If you have any questions, please post them below. I&#8217;m pretty tied up at the moment, but others will be able to help too!</p>
<p>Thanks!</p>
<p>.: Adam</p>
]]></content:encoded>
			<wfw:commentRss>http://idmrockstar.com/blog/2011/04/part-8-configuration-of-oracle-identity-manager-11g/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

