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 bkrike 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: fmsousa
  • Content: Threads
  • Order by date
  1. fmsousa

    Can´t Drop Procedure

    Hi there! I cannot drop a procedure. I think there is a problem with data dictionary and this object (procedure). Can u tell me if there is any package that drop procedures that cannot been dropped normaly? Thanks in advance, Fernando Sousa
  2. fmsousa

    VERY URGENT: listbox item is selected?!

    Hi, I have 4 items in a listbox. I would like to know if 1 of this 4 items is selected. How can i do this. Please it's very urgent. Thanks in advance.
  3. fmsousa

    UTL_FILE problems

    Hi, does anyone know about problems reading a big size file in a procedure pl/sql, using Oracle package UTL_FILE? Thanks in advance,
  4. fmsousa

    ClassLoader

    Hi, I'm trying to write a servlet that get it's JDBC drivers from another class. My problem is that one of the drivers causes a "ClassFormatError: Illegal constant pool type" error. Can anyone help me? Thanks in advance...
  5. fmsousa

    CREATE A DISABLED TRIGGER

    Hi, I would like to know how can i create a trigger disabled. If i do like this: CREATE TRIGGER xpto... it stays enabled. there is any possibility of creating directly a trigger at disabled mode? Thanks in advance!
  6. fmsousa

    CREATE A DISABLED TRIGGER

    Hi, I would like to know how can i create a trigger disabled. If i do like this: CREATE TRIGGER xpto... it stays enabled. there is any possibility of creating directly a trigger at disabled mode. Thanks in advance!
  7. fmsousa

    CREATE TRIGGER DISABLED - URGENT!

    Hi, I would like to know how can i create a trigger disabled. If i do like this: CREATE TRIGGER xpto... it stay enabled. there is any possibility of creating directly a trigger at disabled mode. Thanks in advance!
  8. fmsousa

    Oracle Forms - Only numeric values

    Hi, How can i insert only numeric values into a text items?! At VB we had a trigger(event) called when-key-pressed and then we could get key code ascii. Thanks in Advance!
  9. fmsousa

    Oracle Forms - Non Base Table / Base Table

    Hi, I have 2 blocks (1 non base table and another that is base table). The first block has got only 1 text item and a button. The 2nd block (base table) has got 3 text items (tabular type with 8 rows each one). The Problem: i wrote a value into the text item (char) from the 1st block and then...
  10. fmsousa

    Oracle Forms

    Hi, I have 2 blocks (1 non base table and another that is base table). The first block has got only 1 text item and a button. The 2nd block (base table) has got 3 text items (tabular type with 8 rows each one). The Problem: i wrote a value into the text item (char) from the 1st block and then...
  11. fmsousa

    Execute a File at UNIX Server using Forms

    i'm using Forms Developer and i want to call a file that is in a UNIX Server. I have used the following instruction: UTL_FILE.FOPEN ('/path','filename','r') but nothing.... Can u help me? Thanks in advance.
  12. fmsousa

    File at UNIX Server

    Hi, I would like to know how can i execute a file that is under UNIX system, without using @path/file.sql I used this package UTL_FILE.FOPEN but i haven't got any results... Please if u know one way to do this, it would be great!! Thanks in advance.
  13. fmsousa

    CREATE USER ?!

    Hi, In a form, i have a button that would create a new user. this button has got the following code: create_user (:user_name, :user_password, :user_database); ... ... in this procedure i put the following code to create the new user: CREATE OR REPLACE PROCEDURE CREATE_USER (user_name IN...
  14. fmsousa

    Create User in a Stored Procedure

    Hi, In a form, i have a button that would create a new user. this button has got the following code: create_user (:user_name, :user_password, :user_database); ... ... in this procedure i put the following code to create the new user: CREATE OR REPLACE PROCEDURE CREATE_USER (user_name IN...
  15. fmsousa

    DISABLE TRIGGERS

    Hi, I would like to know, if possible, how can i disable a trigger inside a stored procedure. I know that the following instruction disable the trigger (but it won't work inside a strored procedure): ALTER TRIGGER <name_trigger> DISABLE; Thanks in advance. Best regards, Fernando Sousa
  16. fmsousa

    what key do i press? (ORACLE FORMS)

    hi, how can i know the key that was pressed at ORACLE Forms 6i. with VB this was very simple. we just use the key_pressed event and then we could know what key was pressed by knowing their keyascii. If anyone can help me, it would be greate!! Thanks! Fernando Sousa
  17. fmsousa

    JTree?

    Hi! Can anyone tell me how to build a JTree?? if u already done some JTrees, please send it to me. Thanks!!!
  18. fmsousa

    ASP + OLAP

    I would like to know how to publish an OLAP cube in the Web using ASP. if u already worked with OLAP+ASP, it would be great!!! any books or examples that u have, please send me! thanks to all!!
  19. fmsousa

    Data Warehose and web solutions

    hi! I woul like to know how can i publish OLAP cubes in the web. For example: XML, DHTML, ASP, ...??? For that solutions could u give me some code samples? (or books references,...) thanks for your atention! bye :)
  20. fmsousa

    BEST SOLUTION FOR OLAP IN THE WEB ??

    I would like to publish an OLAP cube in the web, but i dont no how. If u already published OLAP cubes in the web, could u tell me the best solution for doing it? THANKS!!

Part and Inventory Search

Back
Top