<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress.com" -->
<rss version="0.92">
<channel>
	<title>develix.net</title>
	<link>http://far2fish.wordpress.com</link>
	<description>Technical Toolbox</description>
	<lastBuildDate>Tue, 02 Mar 2010 10:47:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Best DEBUG for WNA in OAS 10.1.2</title>
		<description><![CDATA[In my experience the best way to trace what&#8217;s going on if configuring SSO with WNA is to enable JAZN debug. In OAS 10.1.2 it can be enabled with -Djazn.debug.log.enable=true as a Java startup parameter for OC4J_SECURITY
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=far2fish.wordpress.com&blog=70882&post=46&subd=far2fish&ref=&feed=1" />]]></description>
		<link>http://far2fish.wordpress.com/2010/03/02/best-debug-for-wna-in-oas-10-1-2/</link>
			</item>
	<item>
		<title>Syncronize and optimize Portal text indexes</title>
		<description><![CDATA[
To improve performance with Oracle Text based searches in Oracle Portal, you should on a regular basis make sure to syncronize and optimize Portal text indexes (if this is not allready set up during installation).
sqlplus portal/&#60;password&#62;

exec wwv_context.sync
exec wwv_context.optimize
exit

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=far2fish.wordpress.com&blog=70882&post=42&subd=far2fish&ref=&feed=1" />]]></description>
		<link>http://far2fish.wordpress.com/2009/05/25/syncronize-and-optimize-portal-text-indexes/</link>
			</item>
	<item>
		<title>Finding grants from data dictionary</title>
		<description><![CDATA[
Unless you make an full export with grants you won’t get all grants when doing a export/import with Oracle. So if you don’t have a list of all grants across those schemas you imported, you will have a huge job of compiling and establishing which grants are missing.
The solution to this is to find those [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=far2fish.wordpress.com&blog=70882&post=40&subd=far2fish&ref=&feed=1" />]]></description>
		<link>http://far2fish.wordpress.com/2009/05/25/finding-grants-from-data-dictionary/</link>
			</item>
	<item>
		<title>Which languages are installed in my Portal ?</title>
		<description><![CDATA[select title from portal.WWNLS_SYS_LANGUAGE$
where installed &#60;&#62; 0;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=far2fish.wordpress.com&blog=70882&post=38&subd=far2fish&ref=&feed=1" />]]></description>
		<link>http://far2fish.wordpress.com/2009/05/25/which-languages-are-installed-in-my-portal/</link>
			</item>
	<item>
		<title>Oracle Q-Quote</title>
		<description><![CDATA[
To avoid quoting quotes in string, Oracle 10g offers the Q-Quote technique.
Let’s say yoy want to select the following from dual: I’m into rock’n’roll
This would normally mean you should quote the three quotes, but with the Q-Quote technique it’s much simpler:
SQL&#62; SELECT q'[I'm into rock'n'roll]' FROM dual;

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=far2fish.wordpress.com&blog=70882&post=36&subd=far2fish&ref=&feed=1" />]]></description>
		<link>http://far2fish.wordpress.com/2009/05/25/oracle-q-quote/</link>
			</item>
	<item>
		<title>Software for your Mac</title>
		<description><![CDATA[
VersionTracker is much like download.com, except it also has a large collection of software for Mac OS X. You browse by categories, and can sort by licenses, so it’s easy to find software at a decent price (for instance free).
I was however not satisfied with any of the FTP clients I found for Mac. As [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=far2fish.wordpress.com&blog=70882&post=34&subd=far2fish&ref=&feed=1" />]]></description>
		<link>http://far2fish.wordpress.com/2009/05/25/software-for-your-mac/</link>
			</item>
	<item>
		<title>Mac keyboard combinations on a Windows keyboard</title>
		<description><![CDATA[
I recently bought a Mac mini and a Belkin KVM switch, which enables me to use my existing monitor, keyboard and mouse with both my current Windows PC and my new Mac mini. There are however quite a few characters I couldn’t find when using the Windows keyboard on Mac, so I will use this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=far2fish.wordpress.com&blog=70882&post=32&subd=far2fish&ref=&feed=1" />]]></description>
		<link>http://far2fish.wordpress.com/2009/05/25/mac-keyboard-combinations-on-a-windows-keyboard/</link>
			</item>
	<item>
		<title>Taking screenshots on a Mac</title>
		<description><![CDATA[

 Command-Shift-3: Take a screenshot of the screen, and save it as a file on the desktop
 Command-Shift-4, then select an area: Take a screenshot of an area and save it as a file on the desktop
 Command-Shift-4, then space, then click a window: Take a screenshot of a window and save it as a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=far2fish.wordpress.com&blog=70882&post=30&subd=far2fish&ref=&feed=1" />]]></description>
		<link>http://far2fish.wordpress.com/2009/05/25/taking-screenshots-on-a-mac/</link>
			</item>
	<item>
		<title>Add A New Harddisk To Linux Using Parted</title>
		<description><![CDATA[
If you have added a new harddrive, and want to take advantage of it in Linux, parted is a great tool to get you started. Parted is like fdisk, but a bit more challenging. Please note that when following this tutorial you will loose any data on the harddrive in question.
Finding the device name
The first [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=far2fish.wordpress.com&blog=70882&post=28&subd=far2fish&ref=&feed=1" />]]></description>
		<link>http://far2fish.wordpress.com/2009/05/25/add-a-new-harddisk-to-linux-using-parted/</link>
			</item>
	<item>
		<title>Upgrade Fedora Core from version 5 to 6</title>
		<description><![CDATA[
I found an execellent guid on how to upgrade from FC5 to FC6 the other day. Unfortunatly I did not bookmark the site, but I did save the steps to a text file, which I will post here for future use.
Upgrade Fedora Core
yum update
yum clean all
rpm -Uhv http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/Fedora/RPMS/fedora-release-6-4.noarch.rpm

http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/Fedora/RPMS/fedora-release-notes-6-3.noarch.rpm

yum -y update
yum -y update
I don’t know why [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=far2fish.wordpress.com&blog=70882&post=26&subd=far2fish&ref=&feed=1" />]]></description>
		<link>http://far2fish.wordpress.com/2009/05/25/upgrade-fedora-core-from-version-5-to-6/</link>
			</item>
</channel>
</rss>
