473,789 Members | 2,441 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

getting error : PLS-00553: character set name is not recognized

1 New Member
Hi

I am getting the following error when I tried to run the code given below

ORA-06550: line 1, column 29:
PLS-00553: character set name is not recognized
ORA-06550: line 0, column 0:
PL/SQL: Compilation unit analysis terminated

can anyone explain me why am getting such error and how to resolve it...

Please help me, Urgent...

Thanks in Advance

Prakash


declare
cursor c1 is select distinct Table_name
from all_tab_columns where column_name ='ACCOUNT_ID' and
OWNER ='Table_owner';
TNAME ALL_TAB_COLUMNS .TABLE_NAME%TYP E;
nrows number(3) := 0;
sQuery varchar2(500) ;
BEGIN
sQuery := '';
OPEN C1;
loop
FETCH C1 INTO TNAME;
EXIT WHEN c1%NOTFOUND;
sQuery := 'Select count(*) from ' || TNAME || ' where Account_id like ''BE%''';
EXECUTE IMMEDIATE sQuery into nrows;
-- nrows := Sql%rowcount;
dbms_output.put _line ('Table_name :' || tname ||' ' ||'has '|| nrows || ' rows');
end loop;
end;
/
May 26 '06 #1
1 5557
hansgso
2 New Member
Hi

I am getting the following error when I tried to run the code given below

ORA-06550: line 1, column 29:
PLS-00553: character set name is not recognized
ORA-06550: line 0, column 0:
PL/SQL: Compilation unit analysis terminated

can anyone explain me why am getting such error and how to resolve it...

Please help me, Urgent...

Thanks in Advance

Prakash


declare
cursor c1 is select distinct Table_name
from all_tab_columns where column_name ='ACCOUNT_ID' and
OWNER ='Table_owner';
TNAME ALL_TAB_COLUMNS .TABLE_NAME%TYP E;
nrows number(3) := 0;
sQuery varchar2(500) ;
BEGIN
sQuery := '';
OPEN C1;
loop
FETCH C1 INTO TNAME;
EXIT WHEN c1%NOTFOUND;
sQuery := 'Select count(*) from ' || TNAME || ' where Account_id like ''BE%''';
EXECUTE IMMEDIATE sQuery into nrows;
-- nrows := Sql%rowcount;
dbms_output.put _line ('Table_name :' || tname ||' ' ||'has '|| nrows || ' rows');
end loop;
end;
/
I have the same problem and can't find a solution for in on the internet, did anybody solve this issue?

hans
Oct 11 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
2245
by: anuradha.k.r | last post by:
hi, i have written a simple socket program in python to connect to a windows machine.On the server side i am running a windows socket program which works perfectly fine,my server program waites at accept() for a connection to be established.on the client side however i am not able to connect and am getting an error "10061 connection refused".the code was directly downloaded from sites. here is the code for client side: import socket
2
2012
by: William Gower | last post by:
I am trying to display a page that has a data grid on it. I get this message Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Access is denied: 'DataAccessLayer'. Source Error:
1
1365
by: joseph pattom | last post by:
Hi all i am using <customErrors mode="On" defaultRedirect="ErrorDisplay.aspx"/> in my web.config file and getting redirected to "ErrorDisplay.aspx" in almost all the unhandled exceptions but in case of certain errors its not getting redirected (especialy Acces Violations(object refrence to null exception)). if eny body know the solution pls do reply thx in advance
5
2303
by: velu | last post by:
Problem in getting value from textbox & radiobuttonlist to a valuable inside a datagid. I want to insert a record into a table thru datagrid. Here is the code (see below) Private Sub DataGrid1_ItemCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs ) Handles DataGrid1.ItemCommand
1
7906
by: sethuganesh | last post by:
HI, i have ported vc++ 6.0 code to visual studio 2005. During batch build in debug mode i din't get any error.But if i build the same in release mode i am getting the following error. LIBCMT.lib(tidtable.obj) : error LNK2005: __encode_pointer already defined in atlmincrt.lib(atlinit.obj) LIBCMT.lib(tidtable.obj) : error LNK2005: __encoded_null already defined in atlmincrt.lib(atlinit.obj)
3
2016
by: MuZZy | last post by:
Hi, I'm trying to run Windows Communication Foundation examples included with .NET 3 SDK and I'm getting error: The requested service, "http://localhost/servicemodelsamples/service.svc" couldn't be activated. I did try almost every example and get this error - i haven't succeded in running any WCF service so far. I suspect i'm missing something?
2
1662
by: soma.gunasekaran | last post by:
Hi All , I've stored the Image file..... But i want to retriving the Image files from MSACCSS 2003 (JPEG,bmp,Gif and etc....) So Pls help me........ help me............... Thanking you, Somasundaram G
2
1799
by: dine123kumar | last post by:
Pls help me, Give me code for getting the data from MS Access to combo box which is using in VB6, I tried i in many ways but it giving the error msg (data convertion....) I am doing the project in VB6 with backend of MS Acesss (DAO connection) pls give me sample code Regards RDK
1
1934
by: siddu | last post by:
Hi All, I have to do one task. First i need to copy files from vss and run bat files.i have a document with all steps. step 1: we have to take files from vss by using getlatestversion option and copy it to some where in local. step2: In Dos command prompt i have to run 2 .bat files
4
1853
by: nani2717 | last post by:
HI ALL, I m currenly working with a visual basic 6 project.i m new to VB.wen i tried to comile a file i got the error "user defined type not defined".i don know wat appropriate reference to add.i m enclosing the code here. Private Sub Form_Load() On Error Resume Next tries = 1 Load frmDialog Set FRM = frmDialog AutoRedraw = LoadResString(107)
0
9663
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10404
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10195
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9016
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6765
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5415
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5548
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4090
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.