<?xml version="1.0" encoding="ISO-8859-1"?>

<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>DBAsupport.com Forums</title>
		<link>http://www.dbasupport.com/forums/</link>
		<description>This is a discussion forum for all issues involved in databases and database development.</description>
		<language>en</language>
		<lastBuildDate>Mon, 20 May 2013 16:59:36 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.dbasupport.com/forums/images/misc/rss.png</url>
			<title>DBAsupport.com Forums</title>
			<link>http://www.dbasupport.com/forums/</link>
		</image>
		<item>
			<title>Emd_notification.queue_ready</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62979-Emd_notification.queue_ready&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 19:21:49 GMT</pubDate>
			<description><![CDATA[I have seen the DB activity spike occasionally, and when I look at the top sessions I see this running as sys man BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :2, :3); END;  The software using the database doesn't appear to be effected (Users are not complaining during the high activity, and this is a user base were they complain over performance for everything else).  When it happens it will kick me out of OEM.  I have to restart the web browser and log back in.  But if I check the status of dbconsole on the UNIX box is states hat it is still running the entire time.  netstat shows the OEM port still listening.  I did some google searching and found one site say it had to do with sys man not having execute rights to url_smtp and url_tcp, so I granted the rights but it still happened.  The database is 10g and it is on a UNIX server.  Can anyone give me some advise on resolving this issue, please.  Thank you.]]></description>
			<content:encoded><![CDATA[<div>I have seen the DB activity spike occasionally, and when I look at the top sessions I see this running as sys man BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :2, :3); END;  The software using the database doesn't appear to be effected (Users are not complaining during the high activity, and this is a user base were they complain over performance for everything else).  When it happens it will kick me out of OEM.  I have to restart the web browser and log back in.  But if I check the status of dbconsole on the UNIX box is states hat it is still running the entire time.  netstat shows the OEM port still listening.  I did some google searching and found one site say it had to do with sys man not having execute rights to url_smtp and url_tcp, so I granted the rights but it still happened.  The database is 10g and it is on a UNIX server.  Can anyone give me some advise on resolving this issue, please.  Thank you.</div>

 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?1-Oracle-Database-Administration">Oracle Database Administration</category>
			<dc:creator>jayjabour</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62979-Emd_notification.queue_ready</guid>
		</item>
		<item>
			<title>Sql script that compares two db,s and updates db and insert date of update</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62977-Sql-script-that-compares-two-db-s-and-updates-db-and-insert-date-of-update&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 14:46:20 GMT</pubDate>
			<description>Hi i need some help creating an sql script that can update info from one table in dbase1 to another table in dbase2 that has the same columns and if posible insert date and time in one column when the syncronized is done? Can anyone help mee whit this?</description>
			<content:encoded><![CDATA[<div>Hi i need some help creating an sql script that can update info from one table in dbase1 to another table in dbase2 that has the same columns and if posible insert date and time in one column when the syncronized is done? Can anyone help mee whit this?</div>

 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?1-Oracle-Database-Administration">Oracle Database Administration</category>
			<dc:creator>miguel_q</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62977-Sql-script-that-compares-two-db-s-and-updates-db-and-insert-date-of-update</guid>
		</item>
		<item>
			<title>Temp Usage</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62975-Temp-Usage&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 11:26:31 GMT</pubDate>
			<description>Hi,

I am new to Database activities.Please advise how to check the temp usage and find the query causing that temp in oracle 9i</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am new to Database activities.Please advise how to check the temp usage and find the query causing that temp in oracle 9i</div>

 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?1-Oracle-Database-Administration">Oracle Database Administration</category>
			<dc:creator>gargi</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62975-Temp-Usage</guid>
		</item>
		<item>
			<title>Re-create archive logs</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62971-Re-create-archive-logs&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 18:40:52 GMT</pubDate>
			<description><![CDATA[Hello,
10g Standard DB on RHEL 4. I'm wondering if there is a way to re-create or re-generate past archive logs?

Here's the story behind this question:
A few days ago one of my guys started the DB by manually specifying pfile (eg: startup open pfile=/u01/app/oracle/admin/dbs/pfile/init.ora). The problem with that is the pfile specified did not contain all the parameters that are in spfile, namely log_archive_dest_1. I noticed the problem about two hours later and got it restarted correctly, the problem I have now is a gap in archive logs, missing about 25 log files. This gap has caused a problem with applying the archive logs to my standby database. I tried replacing the standby with a newer backup that I assumed wouldn't care about the missing logs but it still is. So I'm wondering if there is a way to remake those arch logs that got skipped or do I need to do an OPEN RESETLOGS?

Thanks,]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
10g Standard DB on RHEL 4. I'm wondering if there is a way to re-create or re-generate past archive logs?<br />
<br />
Here's the story behind this question:<br />
A few days ago one of my guys started the DB by manually specifying pfile (eg: startup open pfile=/u01/app/oracle/admin/dbs/pfile/init.ora). The problem with that is the pfile specified did not contain all the parameters that are in spfile, namely log_archive_dest_1. I noticed the problem about two hours later and got it restarted correctly, the problem I have now is a gap in archive logs, missing about 25 log files. This gap has caused a problem with applying the archive logs to my standby database. I tried replacing the standby with a newer backup that I assumed wouldn't care about the missing logs but it still is. So I'm wondering if there is a way to remake those arch logs that got skipped or do I need to do an OPEN RESETLOGS?<br />
<br />
Thanks,</div>

 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?1-Oracle-Database-Administration">Oracle Database Administration</category>
			<dc:creator>louie75</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62971-Re-create-archive-logs</guid>
		</item>
		<item>
			<title>archives not shipping on standby</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62969-archives-not-shipping-on-standby&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 07:33:52 GMT</pubDate>
			<description><![CDATA[Hii all, 

I  am trying to configure physical standby. Everything was fine but at the end i found that archives from primary db are not shipping to standby..Networking is fine.

Here is the production p file.

db_name=manish
db_unique_name=manish1
#service_name=manish1
remote_login_passwordfile=exclusive
shared_pool_size=102341017
db_block_size=8192
diagnostic_dest=/disk1/oradata/manish
undo_tablespace=undotbs
undo_management=auto
control_files = /disk1/oradata/manish/control.ctl
compatible ='11.2.0'
###################Data guard PARAM's###################
log_archive_dest_1='location=/disk1/oradata/manish/arch
      valid_for=(all_logfiles,all_roles)'
log_archive_dest_2='service=stand
      valid_for=(online_logfiles,primary_role)
      db_unique_name=stand1 lgwr sync affirm reopen=10'
standby_archive_dest=/dsik1/oradata/manish/arch
standby_file_management=auto
log_archive_dest_state_1=enable
log_archive_dest_state_2=enable
fal_server=stand
fal_client=manish

here is my standby's p file

db_name=manish
db_unique_name=stand1
remote_login_passwordfile=exclusive
shared_pool_size=102341017   
db_block_size=8192
diagnostic_dest=/disk1/oradata/manish
undo_tablespace=undotbs
undo_management=auto
control_files = /disk1/oradata/manish/stand.ctl
compatible ='11.2.0'
###################Data guard PARAM's###################
log_archive_dest_1='location=/disk1/oradata/manish/arch
      valid_for=(all_logfiles,all_roles)'
log_archive_dest_2='service=manish lgwr sync affirm reopen=10'  
standby_archive_dest=/dsik1/oradata/manish/arch
standby_file_management=auto
log_archive_dest_state_1=enable
log_archive_dest_state_2=enable
fal_server=manish
fal_client=stand


archive log list (primary)

archive log list;
Database log mode              Archive Mode
Automatic archival             Enabled
Archive destination            /disk1/oradata/manish/arch
Oldest online log sequence     198
Next log sequence to archive   199
Current log sequence           199


archive log list(standby)

archive log list;
Database log mode              Archive Mode
Automatic archival             Enabled
Archive destination            /disk1/oradata/manish/arch
Oldest online log sequence     178
Next log sequence to archive   179
Current log sequence           179

Please help me to get through this ...
Thanks :cool:]]></description>
			<content:encoded><![CDATA[<div>Hii all, <br />
<br />
I  am trying to configure physical standby. Everything was fine but at the end i found that archives from primary db are not shipping to standby..Networking is fine.<br />
<br />
Here is the production p file.<br />
<br />
db_name=manish<br />
db_unique_name=manish1<br />
#service_name=manish1<br />
remote_login_passwordfile=exclusive<br />
shared_pool_size=102341017<br />
db_block_size=8192<br />
diagnostic_dest=/disk1/oradata/manish<br />
undo_tablespace=undotbs<br />
undo_management=auto<br />
control_files = /disk1/oradata/manish/control.ctl<br />
compatible ='11.2.0'<br />
###################Data guard PARAM's###################<br />
log_archive_dest_1='location=/disk1/oradata/manish/arch<br />
      valid_for=(all_logfiles,all_roles)'<br />
log_archive_dest_2='service=stand<br />
      valid_for=(online_logfiles,primary_role)<br />
      db_unique_name=stand1 lgwr sync affirm reopen=10'<br />
standby_archive_dest=/dsik1/oradata/manish/arch<br />
standby_file_management=auto<br />
log_archive_dest_state_1=enable<br />
log_archive_dest_state_2=enable<br />
fal_server=stand<br />
fal_client=manish<br />
<br />
here is my standby's p file<br />
<br />
db_name=manish<br />
db_unique_name=stand1<br />
remote_login_passwordfile=exclusive<br />
shared_pool_size=102341017   <br />
db_block_size=8192<br />
diagnostic_dest=/disk1/oradata/manish<br />
undo_tablespace=undotbs<br />
undo_management=auto<br />
control_files = /disk1/oradata/manish/stand.ctl<br />
compatible ='11.2.0'<br />
###################Data guard PARAM's###################<br />
log_archive_dest_1='location=/disk1/oradata/manish/arch<br />
      valid_for=(all_logfiles,all_roles)'<br />
log_archive_dest_2='service=manish lgwr sync affirm reopen=10'  <br />
standby_archive_dest=/dsik1/oradata/manish/arch<br />
standby_file_management=auto<br />
log_archive_dest_state_1=enable<br />
log_archive_dest_state_2=enable<br />
fal_server=manish<br />
fal_client=stand<br />
<br />
<br />
archive log list (primary)<br />
<br />
archive log list;<br />
Database log mode              Archive Mode<br />
Automatic archival             Enabled<br />
Archive destination            /disk1/oradata/manish/arch<br />
Oldest online log sequence     198<br />
Next log sequence to archive   199<br />
Current log sequence           199<br />
<br />
<br />
archive log list(standby)<br />
<br />
archive log list;<br />
Database log mode              Archive Mode<br />
Automatic archival             Enabled<br />
Archive destination            /disk1/oradata/manish/arch<br />
Oldest online log sequence     178<br />
Next log sequence to archive   179<br />
Current log sequence           179<br />
<br />
Please help me to get through this ...<br />
Thanks :cool:</div>

 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?1-Oracle-Database-Administration">Oracle Database Administration</category>
			<dc:creator>manish.sharma</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62969-archives-not-shipping-on-standby</guid>
		</item>
		<item>
			<title>Recover Oracle datafile</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62967-Recover-Oracle-datafile&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 13:33:55 GMT</pubDate>
			<description><![CDATA[Hi all,
unfortunately my hard disk's server crashed, and I do not have any backup,
I recovered oradata folder in crashed hard disk, which is contains DBF, Ora and log files as attachment picture.
My Oracle database version is 10.2.
would you please guid me how can I recover my databse step by step?]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
unfortunately my hard disk's server crashed, and I do not have any backup,<br />
I recovered oradata folder in crashed hard disk, which is contains DBF, Ora and log files as attachment picture.<br />
My Oracle database version is 10.2.<br />
would you please guid me how can I recover my databse step by step?</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.dbasupport.com/forums/attachment.php?attachmentid=605&amp;d=1368106345" target="_blank">oradata2.jpg&lrm;</a> 
(70.1 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?1-Oracle-Database-Administration">Oracle Database Administration</category>
			<dc:creator>saber_talas</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62967-Recover-Oracle-datafile</guid>
		</item>
		<item>
			<title>stored procedure</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62965-stored-procedure&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 09:14:00 GMT</pubDate>
			<description><![CDATA[hi 
 my Recquierment is I have an 100's of records in my table in that i need to select some records based on Item_ID and that Item_ID records all are shoud come in One Temporary Table and based on this table Item_ID's i need to delete records in  4 child Tables....
 After the deleting process ends then i should delete that temporary table....
 This temporary table records i need to pass all StoredProcedures and delete as per conditions........ 
     Please provide StoredProcedure For This requirement]]></description>
			<content:encoded><![CDATA[<div>hi <br />
 my Recquierment is I have an 100's of records in my table in that i need to select some records based on Item_ID and that Item_ID records all are shoud come in One Temporary Table and based on this table Item_ID's i need to delete records in  4 child Tables....<br />
 After the deleting process ends then i should delete that temporary table....<br />
 This temporary table records i need to pass all StoredProcedures and delete as per conditions........ <br />
     Please provide StoredProcedure For This requirement</div>

 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?2-Oracle-Development">Oracle Development</category>
			<dc:creator>panduranga</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62965-stored-procedure</guid>
		</item>
		<item>
			<title>NESTED ERROR when making admin server a windows service</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62963-NESTED-ERROR-when-making-admin-server-a-windows-service&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 14:25:55 GMT</pubDate>
			<description><![CDATA[I created a script to make my admin server a windows service. I successfully made it a service but when it starts it then shuts itself down. i ran a debug and found a error. I dont get what to do. I have tried changing the variables in the script and try it over and over again .....here is my script code and here is the error i got from debug output:

script

SETLOCAL

set DOMAIN_NAME=FRClassicDomain

set USERDOMAIN_HOME=C:/Oracle/Middleware/user_projects/domains/FRClassicDomain

set SERVER_NAME=FRweblogic

set WLS_USER=FRweblogic

set WLS_PW=hidden

set ADMIN_URL=http://hidden:hidden

set JAVA_VENDOR=Sun

set JAVA_HOME=C:/Program Files/Java/jdk1.7.0

set PRODUCTION_MODE=true

set MEM_ARGS=-Xms512m –Xmx512m

call "C:/Oracle/Middleware/user_projects/domains/FRClassicDomain/bin/setDomainEnv.cmd"

call "C:/Oracle/Middleware/wlserver_10.3/server/bin/installSvc.cmd"

ENDLOCAL

my debug output:

...............

There are 1 nested errors:

weblogic.management.ManagementException: [Management:141223]The server name FRwe
blogic specified with -Dweblogic.Name does not exist. The configuration includes
the following servers {AdminServer,WLS_FORMS,WLS_REPORTS,FRasserver}.
at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(Runtim
eAccessImpl.java:149)
at weblogic.management.provider.internal.RuntimeAccessService.start(Runt
imeAccessService.java:41)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
ager.java:461)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
icesManager.java:166)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
at weblogic.Server.main(Server.java:71)


<Apr 30, 2013 9:49:06 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to FAILED>
<Apr 30, 2013 9:49:06 AM EDT> <Error> <WebLogicServer> <BEA-000383> <Apr 30, 2013 9:49:06 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to FORCE_SHUTTING_DOWN>

C:\Oracle\Middleware\wlserver_10.3\server\bin>]]></description>
			<content:encoded><![CDATA[<div>I created a script to make my admin server a windows service. I successfully made it a service but when it starts it then shuts itself down. i ran a debug and found a error. I dont get what to do. I have tried changing the variables in the script and try it over and over again .....here is my script code and here is the error i got from debug output:<br />
<br />
script<br />
<br />
SETLOCAL<br />
<br />
set DOMAIN_NAME=FRClassicDomain<br />
<br />
set USERDOMAIN_HOME=C:/Oracle/Middleware/user_projects/domains/FRClassicDomain<br />
<br />
set SERVER_NAME=FRweblogic<br />
<br />
set WLS_USER=FRweblogic<br />
<br />
set WLS_PW=hidden<br />
<br />
set ADMIN_URL=http://hidden:hidden<br />
<br />
set JAVA_VENDOR=Sun<br />
<br />
set JAVA_HOME=C:/Program Files/Java/jdk1.7.0<br />
<br />
set PRODUCTION_MODE=true<br />
<br />
set MEM_ARGS=-Xms512m –Xmx512m<br />
<br />
call "C:/Oracle/Middleware/user_projects/domains/FRClassicDomain/bin/setDomainEnv.cmd"<br />
<br />
call "C:/Oracle/Middleware/wlserver_10.3/server/bin/installSvc.cmd"<br />
<br />
ENDLOCAL<br />
<br />
my debug output:<br />
<br />
...............<br />
<br />
There are 1 nested errors:<br />
<br />
weblogic.management.ManagementException: [Management:141223]The server name FRwe<br />
blogic specified with -Dweblogic.Name does not exist. The configuration includes<br />
the following servers {AdminServer,WLS_FORMS,WLS_REPORTS,FRasserver}.<br />
at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(Runtim<br />
eAccessImpl.java:149)<br />
at weblogic.management.provider.internal.RuntimeAccessService.start(Runt<br />
imeAccessService.java:41)<br />
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan<br />
ager.java:461)<br />
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ<br />
icesManager.java:166)<br />
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)<br />
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)<br />
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)<br />
at weblogic.Server.main(Server.java:71)<br />
<br />
<br />
<Apr 30, 2013 9:49:06 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta<br />
te changed to FAILED><br />
<Apr 30, 2013 9:49:06 AM EDT> <Error> <WebLogicServer> <BEA-000383> <Apr 30, 2013 9:49:06 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta<br />
te changed to FORCE_SHUTTING_DOWN><br />
<br />
C:\Oracle\Middleware\wlserver_10.3\server\bin></div>

 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?15-Oracle-Applications-DBA">Oracle Applications DBA</category>
			<dc:creator>eortiz10</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62963-NESTED-ERROR-when-making-admin-server-a-windows-service</guid>
		</item>
		<item>
			<title>INSERT statement</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62959-INSERT-statement&amp;goto=newpost</link>
			<pubDate>Fri, 03 May 2013 05:39:36 GMT</pubDate>
			<description><![CDATA[I'm trying to insert a values in a table, that has 3 columns. But I'm getting "ora-00984 : column not allowed here" - error. I've taken a value in w_total = 20865000 and executing 
insert into temp_latepos values ('USD',w_total,0) in VB 6.0. Please help me resolve this issue.
w_total is the figure got by various calculations and cannot be the same every time. USD is always constant and 0 is also constant.]]></description>
			<content:encoded><![CDATA[<div>I'm trying to insert a values in a table, that has 3 columns. But I'm getting "ora-00984 : column not allowed here" - error. I've taken a value in w_total = 20865000 and executing <br />
insert into temp_latepos values ('USD',w_total,0) in VB 6.0. Please help me resolve this issue.<br />
w_total is the figure got by various calculations and cannot be the same every time. USD is always constant and 0 is also constant.</div>

 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?1-Oracle-Database-Administration">Oracle Database Administration</category>
			<dc:creator>K PRASANNA</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62959-INSERT-statement</guid>
		</item>
		<item>
			<title>Datafile extend or add new file</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62957-Datafile-extend-or-add-new-file&amp;goto=newpost</link>
			<pubDate>Thu, 02 May 2013 18:51:21 GMT</pubDate>
			<description>I am a new oracle dba. I am concerned that one of the files is getting low on space. Running oracle 8i on AIX. Does the file automatically extend or does it create a new file? I think I have to create a new file, just not sure.

Thanks;)</description>
			<content:encoded><![CDATA[<div>I am a new oracle dba. I am concerned that one of the files is getting low on space. Running oracle 8i on AIX. Does the file automatically extend or does it create a new file? I think I have to create a new file, just not sure.<br />
<br />
Thanks;)</div>

 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?1-Oracle-Database-Administration">Oracle Database Administration</category>
			<dc:creator>char</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62957-Datafile-extend-or-add-new-file</guid>
		</item>
		<item>
			<title>Sequences out of sync</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62953-Sequences-out-of-sync&amp;goto=newpost</link>
			<pubDate>Thu, 25 Apr 2013 20:39:52 GMT</pubDate>
			<description><![CDATA[Hello everyone, is there a scriptable way of figuring out if the database sequences are out of sync? 

We have almost 200 sequences and over 900 databases. Every once in a blue moon we have an application problem that takes us a few hours of trouble shooting to figure out that a sequence is out of sync. I fix the offending sequence but it always makes me wonder about the other 199 and we don't have time to check every one of them.

I have googled this a lot of times and have always came up empty handed which makes me think the answer is no but I wanted to ask just to be 100% sure.

Thank you for your help in advanced!
:o]]></description>
			<content:encoded><![CDATA[<div>Hello everyone, is there a scriptable way of figuring out if the database sequences are out of sync? <br />
<br />
We have almost 200 sequences and over 900 databases. Every once in a blue moon we have an application problem that takes us a few hours of trouble shooting to figure out that a sequence is out of sync. I fix the offending sequence but it always makes me wonder about the other 199 and we don't have time to check every one of them.<br />
<br />
I have googled this a lot of times and have always came up empty handed which makes me think the answer is no but I wanted to ask just to be 100% sure.<br />
<br />
Thank you for your help in advanced!<br />
:o</div>

 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?1-Oracle-Database-Administration">Oracle Database Administration</category>
			<dc:creator>StoneCold</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62953-Sequences-out-of-sync</guid>
		</item>
		<item>
			<title>Stats collection for upgrade to 11G</title>
			<link>http://www.dbasupport.com/forums/showthread.php?62951-Stats-collection-for-upgrade-to-11G&amp;goto=newpost</link>
			<pubDate>Mon, 22 Apr 2013 13:04:09 GMT</pubDate>
			<description>Hi, I have a 10.2.0.5 database running on Windows Server x64bit that I want to move to 11G Linux SUSE10.  I will be using export / import.  Should I export the database stats from 10G and import into 11G ?  Or will export / import take care of this ?</description>
			<content:encoded><![CDATA[<div>Hi, I have a 10.2.0.5 database running on Windows Server x64bit that I want to move to 11G Linux SUSE10.  I will be using export / import.  Should I export the database stats from 10G and import into 11G ?  Or will export / import take care of this ?</div>

 ]]></content:encoded>
			<category domain="http://www.dbasupport.com/forums/forumdisplay.php?1-Oracle-Database-Administration">Oracle Database Administration</category>
			<dc:creator>pascal01</dc:creator>
			<guid isPermaLink="true">http://www.dbasupport.com/forums/showthread.php?62951-Stats-collection-for-upgrade-to-11G</guid>
		</item>
	</channel>
</rss>
