Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pavelcoan
  • Content: Threads
  • Order by date
  1. pavelcoan

    how to read properties file from a JSP

    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 =...
  2. pavelcoan

    import from 9.2 to 8.1.7

    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?
  3. pavelcoan

    HELP - "Illegal target of jump or branch"

    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...
  4. pavelcoan

    database error ora-01089

    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!!!
  5. pavelcoan

    Help dbf file

    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...
  6. pavelcoan

    JDeveloper 9.0.2, finder method does not work!!!

    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...
  7. pavelcoan

    I need help with CMP

    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...

Part and Inventory Search

Back
Top