Does anyone have an idea how to read a properties file from a JSP?
I got one servlet example and works fine
the code:
public void init(ServletConfig config)
throws ServletException
{
super.init(config);
try
{
configFile =...
I exported a dmp file from the version 9.2 and then i tried to import it to a server that has installed an older version:8.1.7 but i cant make it work.
what should i do?
Hi,
I have been getting a very interesting error folks ;-)
javax.servlet.ServletException: (class:
_0002fdemographicDetails_0002ejspdemographicDetails_jsp_73, method:
_jspService signature:
(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletRespo
nse;)V)
Has anybody...
Hi again!!!
My oracle db crash!!!!
I only get ora-01089
what can I do??
I try from dbastudio but it says that oracle is already running, but when I try to log into sql plus, I only get this error ora-01089
help me!!!
thanx!!!
Hi!!
I have a big problem, so here is the Question.
I got dbf files from a table space
PORTAL_DATA.dbf
PORTAL_INDEX.dbf
I need to load up those files into a new oracle instance.
My oracle instance is running on RedHat 7.1 (Oracle 9.0.2)
If some one knows how to do it, please help me
Or if...
I'm working whit JDeveloper 9.0.2, I'm programming an EJB, CMP from tables.
Now, in secction finders methods I got this query
SELECT * FROM CP WHERE WHERE ID_DEL = ?
and te function is
Collection findByDel( long id_del ) throws RemoteException, FinderException;
The finder method does not...
Hello there!!!
I got this finder method
findByLogin(String login)
and the query
select * from user where login = ?1
the home interface has this function
Collection findBylogin(String user) throws RemoteException, FinderException;
I don't know to print out the resutl of the finder method...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.