<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DaniWeb IT Discussion Community - Oracle</title>
		<link>http://www.daniweb.com/forums</link>
		<description><![CDATA[Our Oracle forum is the place for Q&A-style discussions related to this popular enterprise database.]]></description>
		<language>en-US</language>
		<lastBuildDate>Sat, 17 May 2008 12:30:49 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/forums/myimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community - Oracle</title>
			<link>http://www.daniweb.com/forums</link>
		</image>
		<item>
			<title>Oracle Project</title>
			<link>http://www.daniweb.com/forums/thread124336.html</link>
			<pubDate>Thu, 15 May 2008 09:57:23 GMT</pubDate>
			<description>We have given a project at school, we have to submit ERD next week... the project is as followes.....

Software Experts(SE) is a consulting firm that specialises in creating custom software application for clients. When a client approaches SE with a project, the management at SE determine the...</description>
			<content:encoded><![CDATA[<div>We have given a project at school, we have to submit ERD next week... the project is as followes.....<br />
<br />
Software Experts(SE) is a consulting firm that specialises in creating custom software application for clients. When a client approaches SE with a project, the management at SE determine the staffing needs in terms of the number of consultants needed ans required skill sets of the consultants. They then locate available consultant with necessary skils and assign them to the project. One of the consultants is assigned to be the Project Manager. When the project is completed, the project manager eveluates all the other consultants who worked on the project and all the other project consultants eveluate the project manager, A project can be subdivided into multiple projects<br />
<br />
1.Consultant information<br />
2.Description of Employee skills<br />
3.Client information<br />
4.Project Information<br />
5.Time spent working on the project<br />
6.Evaluation and score<br />
<br />
I have spotted some entities<br />
<br />
1.Client<br />
2.Evaluation<br />
3.Project<br />
4.Skills<br />
5.TimeOfProject<br />
6.Consultant<br />
<br />
If you can possible help me with the relationship and help me to normalise the table that would be highly appreciated <br />
<br />
Thanx in advance</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>Traicey</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124336.html</guid>
		</item>
		<item>
			<title>normailsed tables for airline reservation system</title>
			<link>http://www.daniweb.com/forums/thread124301.html</link>
			<pubDate>Thu, 15 May 2008 05:58:35 GMT</pubDate>
			<description>Hi frnds,
i want normalised tables for airline reservation system.my project date is due after 4 days.so plz help asap.it should do all works like add flight,book a ticket ,report generation etc.</description>
			<content:encoded><![CDATA[<div>Hi frnds,<br />
i want normalised tables for airline reservation system.my project date is due after 4 days.so plz help asap.it should do all works like add flight,book a ticket ,report generation etc.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>mayankmunot</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124301.html</guid>
		</item>
		<item>
			<title>Database Creation problem in Oracle</title>
			<link>http://www.daniweb.com/forums/thread123737.html</link>
			<pubDate>Mon, 12 May 2008 00:30:02 GMT</pubDate>
			<description><![CDATA[Hallo everybody,
newly I installed OracleUnivEx 10g, and also I am able to connect to Oracle by its own Web-GUI, but the problem not recognising the MySQL commands like "create database "db_name"" and others like SELECT, INSERT, and ...

any idea please? how to create database in Oracle and modefy...]]></description>
			<content:encoded><![CDATA[<div>Hallo everybody,<br />
newly I installed OracleUnivEx 10g, and also I am able to connect to Oracle by its own Web-GUI, but the problem not recognising the MySQL commands like &quot;create database &quot;db_name&quot;&quot; and others like SELECT, INSERT, and ...<br />
<br />
any idea please? how to create database in Oracle and modefy it...</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>tanha</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123737.html</guid>
		</item>
		<item>
			<title>oracle utlmail problem</title>
			<link>http://www.daniweb.com/forums/thread123725.html</link>
			<pubDate>Sun, 11 May 2008 22:22:23 GMT</pubDate>
			<description><![CDATA[This what i do; Can anyone tell me whay i receice an error.

1- Run "SQL Command Line".
2- connect / as sysdba. "No error".
3- @?/rdbms/admin/utlmail.sql. "Created and no error".
4- @?/rdbms/admin/prvtmail.plb. "Created and no error".
5- GRANT execute ON utl_mail TO SYSTEM; "No error"
6- Open my...]]></description>
			<content:encoded><![CDATA[<div>This what i do; Can anyone tell me whay i receice an error.<br />
<br />
1- Run &quot;SQL Command Line&quot;.<br />
2- <span class="ad_notxt"><code class="inlinecode">connect / as sysdba</code></span>. &quot;No error&quot;.<br />
3- <span class="ad_notxt"><code class="inlinecode">@?/rdbms/admin/utlmail.sql</code></span>. &quot;Created and no error&quot;.<br />
4- <span class="ad_notxt"><code class="inlinecode">@?/rdbms/admin/prvtmail.plb</code></span>. &quot;Created and no error&quot;.<br />
5- <span class="ad_notxt"><code class="inlinecode">GRANT execute ON utl_mail TO SYSTEM;</code></span> &quot;No error&quot;<br />
6- Open my &quot;Oracle SQL Developer&quot; GUI.<br />
7- Type code blow as it is and run;<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">BEGIN<br />
&nbsp; EXECUTE IMMEDIATE 'ALTER SESSION SET smtp_out_server = authsmtp.streamline.net';<br />
&nbsp; UTL_MAIL.send(sender =&gt; 'root@florya.co.uk',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; recipients =&gt; 'root@florya.co.uk',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  subject =&gt; 'Test Mail',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  message =&gt; 'Hello World',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  mime_type =&gt; 'text; charset=us-ascii');<br />
END;</code> </div>
8- I receive this error;<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">Error starting at line 1 in command:<br />
BEGIN<br />
&nbsp; EXECUTE IMMEDIATE 'ALTER SESSION SET smtp_out_server = authsmtp.streamline.net';<br />
&nbsp; UTL_MAIL.send(sender =&gt; 'root@florya.co.uk',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; recipients =&gt; 'root@florya.co.uk',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  subject =&gt; 'Test Mail',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  message =&gt; 'Hello World',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  mime_type =&gt; 'text; charset=us-ascii');<br />
END;<br />
Error report:<br />
ORA-00922: missing or invalid option<br />
ORA-06512: at line 2<br />
00922. 00000 -&nbsp; &quot;missing or invalid option&quot;<br />
*Cause:&nbsp; &nbsp; <br />
*Action:</code> </div>
I use:<br />
- Oracle 10g Express edition<br />
- Win XP Prof SP2<br />
<br />
Thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>veledrom</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123725.html</guid>
		</item>
		<item>
			<title>Cursor within cursor problem</title>
			<link>http://www.daniweb.com/forums/thread123382.html</link>
			<pubDate>Fri, 09 May 2008 13:47:06 GMT</pubDate>
			<description><![CDATA[Hi guys,

Both cursor works if i don't use them in one Stored procedure. Both cursors return TRUE for(cursor_x%found). But, insert into process doen't work in cursor_1. Is there any structure problem?

Thanks

 <div class="codeblock"> <div class="spaced"> <div class="light" style="float:right"> <a...]]></description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
Both cursor works if i don't use them in one Stored procedure. Both cursors return TRUE for(cursor_x%found). But, insert into process doen't work in cursor_1. Is there any structure problem?<br />
<br />
Thanks<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">CREATE OR REPLACE PROCEDURE ADD_RENTAL_SP <br />
IS<br />
<br />
-- cursor1<br />
CURSOR cursor_1 IS <br />
SELECT ......<br />
rec1 VARCHAR(15);<br />
-- cursor2<br />
CURSOR cursor_2 IS <br />
SELECT ......<br />
rec2 VARCHAR(15);<br />
<br />
BEGIN<br />
<br />
OPEN cursor_2;<br />
LOOP<br />
FETCH cursor_2 INTO rec2;<br />
IF ( cursor_2%found ) THEN<br />
&nbsp; INSERT INTO .....<br />
&nbsp; &nbsp; ----<br />
&nbsp; &nbsp; OPEN cursor_1;<br />
&nbsp; &nbsp; LOOP<br />
&nbsp; &nbsp; FETCH cursor_1 INTO rec1;<br />
&nbsp; &nbsp; &nbsp; IF ( cursor_1%found ) THEN<br />
&nbsp; &nbsp; &nbsp; &nbsp; INSERT INTO ...<br />
&nbsp; &nbsp; &nbsp; &nbsp; EXIT WHEN cursor_1%found;<br />
&nbsp; &nbsp; &nbsp; END IF;<br />
&nbsp; &nbsp; END LOOP;<br />
&nbsp; &nbsp; CLOSE cursor_1;<br />
&nbsp; &nbsp; ----<br />
&nbsp; EXIT WHEN cursor_2%found;<br />
END IF;<br />
END LOOP;<br />
<br />
COMMIT;<br />
CLOSE cursor_2;<br />
END;</code> </div></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>veledrom</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123382.html</guid>
		</item>
		<item>
			<title>Sending SMS message or Email via Oracle 10g</title>
			<link>http://www.daniweb.com/forums/thread123174.html</link>
			<pubDate>Thu, 08 May 2008 11:18:41 GMT</pubDate>
			<description>Hi,

What do i need to do to send SMS message or Email via Oracle 10g database? How do we do that?

Thanks</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
What do i need to do to send SMS message or Email via Oracle 10g database? How do we do that?<br />
<br />
Thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>veledrom</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123174.html</guid>
		</item>
		<item>
			<title>Error 3509 In TNSPING...</title>
			<link>http://www.daniweb.com/forums/thread122954.html</link>
			<pubDate>Wed, 07 May 2008 12:00:40 GMT</pubDate>
			<description><![CDATA[When I'm attempting to tnsping my database from the server it is stored on, I keep getting error code 3509, however I can ping my database from clients.  I've checked naming in tnsnames.ora and all is as it should be.  Any ideas???]]></description>
			<content:encoded><![CDATA[<div>When I'm attempting to tnsping my database from the server it is stored on, I keep getting error code 3509, however I can ping my database from clients.  I've checked naming in tnsnames.ora and all is as it should be.  Any ideas???</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>awittyusername</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122954.html</guid>
		</item>
		<item>
			<title><![CDATA[err: identifier 'DATEADD' must be declared]]></title>
			<link>http://www.daniweb.com/forums/thread122527.html</link>
			<pubDate>Mon, 05 May 2008 10:36:14 GMT</pubDate>
			<description><![CDATA[Hi friends,
i got this err while executing this procedure. 
err is like this:-
-----------------------------------------------------------------------------
9/3      PL/SQL: Statement ignored
9/13     PLS-00201: identifier 'DATEADD' must be declared
11/3     PL/SQL: Statement ignored
11/13   ...]]></description>
			<content:encoded><![CDATA[<div>Hi friends,<br />
i got this err while executing this procedure. <br />
err is like this:-<br />
-----------------------------------------------------------------------------<br />
9/3      PL/SQL: Statement ignored<br />
9/13     PLS-00201: identifier 'DATEADD' must be declared<br />
11/3     PL/SQL: Statement ignored<br />
11/13    PLS-00201: identifier 'DATEADD' must be declared<br />
------------------------------------------------------------------------------<br />
Please have look my stored procedure<br />
CREATE OR REPLACE PROCEDURE GReptExprtCompliTestRelt(EntityFolderCode number,<br />
		    RangeStartDate date,<br />
	                      RangeEndDate date,c1  OUT SYS_REFCURSOR)<br />
   AS<br />
  rStartDate date;<br />
  rEndDate date;<br />
  tempDate date;<br />
    BEGIN<br />
  tempDate:=DATEADD(dd,1,RangeEndDate);<br />
  rStartDate:= UPPER(RangeStartDate);<br />
  tempDate:=DATEADD('ss',-1,tempDate);<br />
  rEndDate:= UPPER(tempDate);<br />
    OPEN c1 FOR<br />
    select * from t;<br />
 end;<br />
/<br />
<br />
hey i m using rstartdate and renddate in my procedure, i m not giving here all those code, i have writen this procedur just to get solution of my problem, so don't bother that where i m using rstartdate and renddate variable, hope you all understand my problem,<br />
thanks lot.<br />
Avtar.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>avtar.sohi</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122527.html</guid>
		</item>
		<item>
			<title>prblm while converting sql server stored proc to oracle stored proc</title>
			<link>http://www.daniweb.com/forums/thread122499.html</link>
			<pubDate>Mon, 05 May 2008 08:51:45 GMT</pubDate>
			<description>Hi all,
I m converting stored proc from sql server to oracle.
first have a look sql stored proc.
create procedure xyz..
as
begin
-- i have created one temp table
-- then inserted some data into it by select query over some db table.
-- then i have another temp table
-- then some recored gets...</description>
			<content:encoded><![CDATA[<div>Hi all,<br />
I m converting stored proc from sql server to oracle.<br />
first have a look sql stored proc.<br />
create procedure xyz..<br />
as<br />
begin<br />
-- i have created one temp table<br />
-- then inserted some data into it by select query over some db table.<br />
-- then i have another temp table<br />
-- then some recored gets inserted into second temp table by help of first temp table and some</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>avtar.sohi</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122499.html</guid>
		</item>
		<item>
			<title>find which tables get updated..</title>
			<link>http://www.daniweb.com/forums/thread122465.html</link>
			<pubDate>Mon, 05 May 2008 04:23:47 GMT</pubDate>
			<description><![CDATA[Hi Guys...

       i'm not so good at oracle, sql and related stuff.. but i do need to write some simple query's from time to time and i do need to understand that which all tables get updated by a particular transaction. I can do that by going through the code, but problem is i'm damn lazy and...]]></description>
			<content:encoded><![CDATA[<div>Hi Guys...<br />
<br />
       i'm not so good at oracle, sql and related stuff.. but i do need to write some simple query's from time to time and i do need to understand that which all tables get updated by a particular transaction. I can do that by going through the code, but problem is i'm damn lazy and also that usually i like to automate most of this donkey work. would be great if any of you oracle guru's could tell me that is there someway i can find that which all tables got updated by a transaction. i expect some system view or some system table to contain the states of the tables(last modified) or something like that which i can query before and after i run a transaction or something on those lines.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>Agni</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122465.html</guid>
		</item>
		<item>
			<title>Cursor%FOUND problem</title>
			<link>http://www.daniweb.com/forums/thread122446.html</link>
			<pubDate>Mon, 05 May 2008 01:49:54 GMT</pubDate>
			<description><![CDATA[Hi,
I can't find the missing thing in this code. "05-MAY-08" is in the table but, ( CURSOR_TARIH%FOUND ) never returns TRUE. When i do manuel query it is ok.
Thanks

 <div class="codeblock"> <div class="spaced"> <div class="light" style="float:right"> <a...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I can't find the missing thing in this code. &quot;05-MAY-08&quot; is in the table but, <span class="ad_notxt"><code class="inlinecode">( CURSOR_TARIH%FOUND )</code></span> never returns TRUE. When i do manuel query it is ok.<br />
Thanks<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">create or replace<br />
PROCEDURE A_SIPARIS_EKLE_SP <br />
IS<br />
<br />
CURSOR CURSOR_TARIH IS <br />
SELECT TARIH FROM A_ACCOUNT WHERE TARIH = to_date('05-MAY-08', 'DD-MM-YY');<br />
<br />
BEGIN<br />
<br />
OPEN CURSOR_TARIH;<br />
<br />
INSERT INTO A_SIPARIS (MID,STATUS) VALUES (1, 'NO');<br />
<br />
IF ( CURSOR_TARIH%FOUND ) THEN<br />
&nbsp; UPDATE A_ACCOUNT SET PRICE = '10' WHERE TARIH = to_date('05-MAY-08', 'DD-MM-YY');&nbsp; <br />
ELSE<br />
&nbsp; INSERT INTO A_ACCOUNT( TARIH, PRICE) values ( SYSDATE,&nbsp; '1' );<br />
END IF;<br />
<br />
COMMIT;<br />
<br />
CLOSE CURSOR_TARIH;<br />
<br />
END;</code> </div></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>veledrom</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122446.html</guid>
		</item>
		<item>
			<title>Sysdate check</title>
			<link>http://www.daniweb.com/forums/thread122427.html</link>
			<pubDate>Sun, 04 May 2008 22:09:49 GMT</pubDate>
			<description><![CDATA[Hi,

I can not use below code in stored proc in oracle;

 <div class="codeblock"> <div class="spaced"> <div class="light" style="float:right"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I can not use below code in stored proc in oracle;<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">IF (SYSDATE = '04-MAY-08') THEN<br />
...<br />
END IF;</code> </div>
<br />
This doesn't work either way (true or false).<br />
<br />
Is there any other way to check it?<br />
<br />
thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>veledrom</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122427.html</guid>
		</item>
		<item>
			<title>Trigger error</title>
			<link>http://www.daniweb.com/forums/thread122406.html</link>
			<pubDate>Sun, 04 May 2008 19:05:54 GMT</pubDate>
			<description><![CDATA[Hi,
Where is the mistake?  It doesn't work. thanks

 <div class="codeblock"> <div class="spaced"> <div class="light" style="float:right"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
Where is the mistake?  It doesn't work. thanks<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">CREATE OR REPLACE TRIGGER A_ACCOUNT_EKLEME<br />
BEFORE INSERT ON A_SIPARIS<br />
<br />
CURSOR CURSOR_TARIH IS <br />
SELECT TARIH FROM A_ACCOUNT where TARIH = SYSDATE;<br />
<br />
FOR EACH ROW<br />
BEGIN<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; IF CURSOR_TARIH%NOTFOUND THEN<br />
&nbsp; &nbsp; &nbsp; INSERT INTO A_ACCOUNT (TARIH, PRICE) VALUES (SYSDATE, '1');<br />
&nbsp; &nbsp; END IF;<br />
END;</code> </div></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>veledrom</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122406.html</guid>
		</item>
		<item>
			<title>Trigger help</title>
			<link>http://www.daniweb.com/forums/thread122114.html</link>
			<pubDate>Fri, 02 May 2008 14:00:20 GMT</pubDate>
			<description><![CDATA[Hi,

I need a trigger;
- to find number 1 from "ID" column and
- update "AVAILABILITY" column from Yes to No
in "PRODUCT" table.

Thanks]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I need a trigger;<br />
- to find number 1 from &quot;ID&quot; column and<br />
- update &quot;AVAILABILITY&quot; column from Yes to No<br />
in &quot;PRODUCT&quot; table.<br />
<br />
Thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>veledrom</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122114.html</guid>
		</item>
		<item>
			<title>JDeveloper</title>
			<link>http://www.daniweb.com/forums/thread122047.html</link>
			<pubDate>Fri, 02 May 2008 06:12:32 GMT</pubDate>
			<description>Hi Experts!

I am  professionally working in Oracle Developer 6i and database oracle 10g. but now i want to learn JDeveloper. I have no tutor available in my area. will you give me some tutorials or URL of tutorials...

regards
Khalid Mehmood</description>
			<content:encoded><![CDATA[<div>Hi Experts!<br />
<br />
I am  professionally working in Oracle Developer 6i and database oracle 10g. but now i want to learn JDeveloper. I have no tutor available in my area. will you give me some tutorials or URL of tutorials...<br />
<br />
regards<br />
Khalid Mehmood</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum129.html">Oracle</category>
			<dc:creator>khalidmehmood</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122047.html</guid>
		</item>
	</channel>
</rss>
