Sen Aff

Ranch Hand
+ Follow
since Mar 08, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sen Aff

Hello,

I am also preparing for SCDJWS 4. My question is, is there any new learning material for the version 5 that is coming out?

Senyo.
Dave,

I just want to know if the book is an easy-read. Is it something that I will enjoy reading or is it something that might put me to sleep?

Thank you.

Sen Affram
SCWCD
16 years ago
hello,

i am new to oracle 9i PL/SQL and i am having trouble running the following
program;


SET SERVEROUTPUT ON
set verify off

ACCEPT n PROMPT 'Please enter your name: '

DECLARE

name VARCHAR2(100) := &n;

BEGIN
DBMS_OUTPUT.PUT_LINE('Welcome ' || name);

END;
/


all i want to do is to be able to input a string from the promt
and assign that string to a variable.

thank you.


Sen Aff.


this is the error:
*
ERROR at line 4:
ORA-06550: line 4, column 30:
PLS-00201: identifier 'E' must be declared
ORA-06550: line 4, column 13:
PL/SQL: Item ignored
ORA-06550: line 9, column 50:
PLS-00320: the declaration of the type of this expression is incomplete or
malformed
ORA-06550: line 9, column 15:
PL/SQL: Statement ignored
16 years ago
well i changed the permission and i still have the same error.
this is very strange....i don't get it.

Sen Aff.
16 years ago
Hello,

if i am getting an error 404 for files
that i know for sure exist what might be
the problem?

Thank you.

Senyo.
16 years ago
i am thinking of taking this exam next and I am
wondering what are the good study materials out there

Sen Aff.
it took me about a year to prepare...
i actually kept postponing till i finally decided
that it was time.

so i woke up yesterday and dragged myself to the testing centre
did not have enough sleep for a couple of days so it was hard for me
to concentrate.

I have no experience and all i read was the HFSJ
i thank you all for your help and advice.

sen aff.
SCJP
SCWCD
SCEA(next)
16 years ago
hi,

i am using enthuware now and I think it is great...i am failing most of the test though but i am learning from my mistakes.

Sen Aff
SCWCD preparing
is the pass mark for the enthuware mock 70% ?

Sen Aff
thanks a lot people...i appreciate all the comment...
i think i will buy the ethuware software and do more studies.

Sen Aff.
thanks people...
the import works

Sen Aff.
17 years ago
JSP
this is part of my code


public void doTag() throws JspException, IOException{

getJspContext().getOut().print("Message from doTag()");
getJspContext().getOut().print("About to throw a SkipPage Exception");


if(true){
throw new SkipPageException();
}
}


is there any class to import?

Thanks.

Senyo.
17 years ago
JSP
Hello,

I am trying to use SkipPageException() but it will not compile.
The compiler says:

SkipPageException cannot be resolved to a type

Can anyone please help me out?

Thanks in advance.

Senyo Affram.
17 years ago
JSP
hello people,

i am scoring an average of 60% on the mock exams on JDiscuss. i
would like to know if this score is good enough to take and pass
the exam?

i would appreciate each and every comment.

thanks.

Sen Aff.
i got it now....the following code was missing in the Tag File

<%@ attribute name="subTitle" required="true" rtexprvalue="true"%>

thanks a lot people
17 years ago
JSP