﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals / Oracle Forum / ORA - Oracle Database Error Codes - Search via specific error codes. / ORA-00000 Through ORA-09989   / ORA-06550: line num, column num: str ora error code 6550 / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FranklinFaces.com - Oracle &amp; SQL Server Database Forums for all IT Professionals</description><link>http://www.franklinfaces.com/</link><webMaster>no-reply@FranklinFaces.com</webMaster><lastBuildDate>Thu, 09 Feb 2012 11:25:30 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: ORA-06550: line num, column num: str ora error code 6550</title><link>http://www.franklinfaces.com/Topic332-54-1.aspx</link><description>It appears that you have a permissions problem with&lt;BR&gt;this package the the user that is running the package.&lt;BR&gt;First, make sure that the user running the statement&lt;BR&gt;above is given either the EXECUTE_CATALOG_ROLE role,&lt;BR&gt;or is granted EXECUTE on DBMS_LOGMNR_D and DBMS_LOGMNR&lt;BR&gt;directly. &lt;BR&gt;&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Another thing to try is prepending the package with&lt;BR&gt;the owner name, SYS.&lt;BR&gt;&lt;PRE&gt;executeSYS.dbms_logmnr_d.build(options=&amp;gt;SYS.dbms_logmnr_d.store_in_redo_logs);&lt;/PRE&gt;&lt;BR&gt;Finally, if you are still having problems, sign on to&lt;BR&gt;the system as SYS and run the following commands:&lt;BR&gt;&lt;PRE&gt;@?/rdbms/admin/dbmslmd.sql@?/rdbms/admin/dbmslm.sql&lt;/PRE&gt;</description><pubDate>Mon, 14 Jun 2010 15:53:54 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>RE: ORA-06550: line num, column num: str ora error code 6550</title><link>http://www.franklinfaces.com/Topic332-54-1.aspx</link><description>&lt;DIV class=colmask sizset="0" sizcache="1"&gt;&lt;DIV class=colmid sizset="0" sizcache="1"&gt;&lt;DIV class=colleft sizset="0" sizcache="1"&gt;&lt;DIV class=col1 sizset="0" sizcache="1"&gt;&lt;DIV id=titleByline&gt;&lt;H1&gt;Resolving error ORA-06550&lt;/H1&gt;&lt;!--end of div ""titleByline"--&gt;&lt;/DIV&gt;&lt;!-- content byLine ends --&gt;&lt;!-- rssdiscovery starts --&gt;&lt;DIV id=rssDiscovery&gt;&lt;UL&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;!--div "rssDiscovery" ends--&gt;&lt;!-- rssdiscovery ends --&gt;&lt;!-- userdiscivery starts --&gt;&lt;!-- The input parameters are listed below::	     the url is the current page site url 	     the title is the content instance title  	     the body text is the CI body text        --&gt;&lt;DIV class=userDiscovery&gt;&lt;!--div "userDiscovery" begins--&gt;&lt;UL&gt;&lt;LI&gt;Digg This &lt;/A&gt;&lt;LI&gt;Stumble &lt;LI&gt;Delicious &lt;/LI&gt;&lt;/UL&gt;&lt;!--div "userDiscovery" ends--&gt;&lt;/DIV&gt;&lt;!-- userdiscivery ends --&gt;&lt;!-- ContentItemBody begins	--&gt;&lt;DIV class=ciText jQuery1276545152396="19"&gt;I have problems when executing this sentence:&lt;PRE&gt;SQL&amp;gt; executedbms_logmnr_d.build(options=&amp;gt;dbms_logmnr_d.store_in_redo_logs); &lt;/PRE&gt;&lt;PRE&gt;BEGINdbms_logmnr_d.build(options=&amp;gt;dbms_logmnr_d.store_in_redo_logs); &lt;/PRE&gt;&lt;PRE&gt;END;                                                   &lt;/PRE&gt;&lt;PRE&gt;* ERROR at line 1: &lt;/PRE&gt;&lt;PRE&gt;ORA-06550: line 1, column 50: &lt;/PRE&gt;&lt;PRE&gt;PLS-00302: component 'STORE_IN_REDO_LOGS' must be declared &lt;/PRE&gt;&lt;PRE&gt;ORA-06550: line 1, column 7: &lt;/PRE&gt;&lt;PRE&gt;PL/SQL: Statement ignored&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description><pubDate>Mon, 14 Jun 2010 15:52:56 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>RE: ORA-06550: line num, column num: str ora error code 6550</title><link>http://www.franklinfaces.com/Topic332-54-1.aspx</link><description>You get this error when attempting to add, edit or delete a record in your application:&lt;/P&gt;&lt;P class=Example&gt;Microsoft Internet Explorer&lt;/P&gt;&lt;P class=Example&gt;Unable to create record.  ORA-06550: line XX, column YY:&lt;/P&gt;&lt;P class=Example&gt;PLS-0905: object ZZZ is invalid&lt;/P&gt;&lt;P class=Example&gt;ORA-06550: line XX, column YY:&lt;/P&gt;&lt;P class=Example&gt;PL/SQL: Statement ignored.&lt;/P&gt;&lt;P class=Example&gt;&lt;IMG src="http://www.franklinfaces.com/Uploads/Images/fa429e4b-6d7d-492c-b029-5183.gif"&gt;&lt;/P&gt;&lt;P&gt;This error occurs when your application’s stored procedures are not functioning properly at application run-time.&lt;/P&gt;&lt;H5&gt;Solution&lt;/H5&gt;&lt;P&gt;&lt;B&gt;Step 1:&lt;/B&gt;  Change your application to generate inline SQL instead of stored procedures via the Application Wizard.&lt;/P&gt;&lt;P&gt;&lt;B&gt;Step 2:&lt;/B&gt;  Build and run your application.&lt;/P&gt;&lt;P class=Example&gt; </description><pubDate>Mon, 14 Jun 2010 15:51:22 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>RE: ORA-06550: line num, column num: str ora error code 6550</title><link>http://www.franklinfaces.com/Topic332-54-1.aspx</link><description>&lt;H3 class="post-title entry-title"&gt;ORA-06550 and ORA-06502 &lt;/H3&gt;&lt;DIV class=post-header&gt;&lt;DIV class=post-header-line-1&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="post-body entry-content"&gt;Two errors that continuously dog developers and dba's alike are ORA-06550 and ORA-06502. These are due to code issues within the PL/SQL that has been developed and a good explanation of the same is available at the locations below.&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#666666&gt;ORA-06550&lt;/FONT&gt;:line string, column string:string&lt;BR&gt;&lt;BR&gt;&lt;FONT color=#225588&gt;ORA-06502&lt;/FONT&gt; :Text: PL/SQL: numeric or value error &lt;/DIV&gt;</description><pubDate>Mon, 14 Jun 2010 15:48:53 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>RE: ORA-06550: line num, column num: str ora error code 6550</title><link>http://www.franklinfaces.com/Topic332-54-1.aspx</link><description>ORA-06550, ORA 6550 error is a generic error that indicates the line number at which the error has occured. This error is followed by a descriptive message that actually points to the type of oracle error that has occurred&lt;H2&gt;ORA-06550:line string, column string:string&lt;/H2&gt;&lt;P&gt;&lt;STRONG&gt;ORA-06550 Cause:    &lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;A PL/SQL compilation error has occurred. The numbers given for line and column are the location in the PL/SQL block where the error occurred. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ORA-06550 Action:&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Refer to the following PL/SQL messages for more information about the error. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;The ORA-06550 error points to the location of the syntax error and this error is followed by a more descriptive message &lt;/P&gt;&lt;P&gt;ORA-06550: line 14, column 27: PLS-00302: component 'MY_DATABASE' must be declared &lt;/P&gt;&lt;P&gt;ORA-06550: line 14, column 12: PL/SQL:Statement ignored &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;ORA-06550: line 12, column 2: PLS-00302: component 'MY_SITE' must be declared &lt;/P&gt;&lt;P&gt;ORA-06550: line 12, column 4: PL/SQL:Statement ignored</description><pubDate>Mon, 14 Jun 2010 15:47:22 GMT</pubDate><dc:creator>Admin</dc:creator></item><item><title>ORA-06550: line num, column num: str ora error code 6550</title><link>http://www.franklinfaces.com/Topic332-54-1.aspx</link><description>Ora Error Code ORA-06550: line num, column num: str&lt;/P&gt;&lt;P&gt;&lt;TABLE class=parm_values cellSpacing=0 cellPadding=9 width="100%" border=0&gt;&lt;TBODY&gt;&lt;TR class=tr_left_top&gt;&lt;TD width=50&gt;&lt;P class=oracle_error&gt;Error:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;ORA-06550: line num, column num: str&lt;/TD&gt;&lt;/TR&gt;&lt;TR class=tr_left_top&gt;&lt;TD&gt;&lt;P class=oracle_error&gt;Cause:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;You tried to compile a block of PLSQL code, but a compilation error occurred.&lt;/TD&gt;&lt;/TR&gt;&lt;TR class=tr_left_top&gt;&lt;TD&gt;&lt;P class=oracle_error&gt;Action:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;The options to resolve this Oracle error are: &lt;OL&gt;&lt;LI&gt;Refer to the line and column numbers (in the error message) to find the compilation error and correct it. Then try recompiling your code. &lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description><pubDate>Mon, 14 Jun 2010 15:46:33 GMT</pubDate><dc:creator>Admin</dc:creator></item></channel></rss>
