found the solution: you have to throw a exception inside the trigger, and the connection will be killed.
It doesn't work if you have the DBA role.
Stephane.
Dekeyzer Stephane.
Belgium :)
Try to export your tables by small groups.
try exp HELP=y
there are some parameter :
FILESIZE maximum size of each dump file
or try
QUERY select clause used to export a subset of a table
Dekeyzer Stephane.
Belgium :)
...on oracle.
My problem is that I don't know how to "kill" or exit current session in the pl/sql trigger ...
I've been looking in the packages dbms*, I've tried to create an application error in that trigger, but nothing does it.
Does anyone knows how to manage this ?
Here is my trigger...
Hi, I need to get a sequence.nextval from an oracle sequence for a form in access. Access is already connected to this oracle database because there a re linked tables, but i d'ont have any idea how to submit queries as "select sequence.next into :bob from dual" ...
Thanks for your help ...
I use SQL Worksheet 1.6.0 with an Oracle DB 8.0.6:
My problem is that i have an azerty keyboard, but the program is like if i was with a qwerty keyboard.
I have a belgian (Point) keyboard.
All others applications on my computer works well, except that one...
Does anyone has an idea how to...
that's what we are finally gonna do ... thanks 4 your help ...
we had problems to find the solition because one script was a cgi, and the other one a php .... Dekeyzer Stephane.
Belgium :)
good morning,
I have a forms, with about 198 cells,
<form name="form1" method="POST" action="reg_prog.php" onSubmit="return validate(3,99)">
and I would like to call two cgi-scripts:
reg_prog.php and CGIBUL.cgi.
I've already tried :
<form...
thanks a lot,
i finally choose that solution:
<IMG SRC="nexts.gif" border=0 onClick="recopiecoltab(0)">
it works perfectly. Dekeyzer Stephane.
Belgium :)
I have a HTML page with form to fill.
Under those fields, there are images which fill automatically some fields when we clic on it.
Here is the code:
<a href="#" onClick="recopiecoltab(0)">
<IMG SRC="nexts.gif" border=0></a>
When I clic on that image the page...
you could give access to your users to a view of the tables they need ( if these tables are joinable ) and then make an alias on the view. Dekeyzer Stephane.
Belgium :)
...you can always do:
spool c:\windows\desktop\aa.lis
or in unix
spool /home/me/a.lis
second solution is in windows :
Right click the icon of SQL*PLUS -> Properties -> Shorcut and change the start in filed: the directory you write in there will be the start directory ...
In unix, the start...
Hi espanolito,
Thank you for you for your help.
I'm gonna try your method: for the moment, i've found another solution:
public void paint(TiledImage ti, Positioner pos){
Graphics g = ti.getGraphics();
Graphics2D g2 = (Graphics2D)g...
...that you would implement by a trigger which would insert into that column the max value of that column + 1.
Then what you could do is:
select * from table_name where rownum = (select count(*) from table_name) order by your_new_column
OR
select * from table_name where your_new_column =...
Hi,
sorry i forgot all_tab_columns is an oracle system table.
Well, maybe your ODBC driver doesn't support the create table command ( if i do well remember, ODBC is only for DML ( data manipulation langage ) and doesn't work with DDL ( data definition langage )).
You have to execute this query...
you can always do it thru sql:
create table yourtable as select table_name, column_name from all_tab_columns;
( adapt this with your sql order ).
Hope i could help you.
...gif with transparent background, so i made my gif with a non-transparent background, but it doesn't resolve my problems: i'm also sure that the Toolkit works, because i've seen it detect that my gif size ( 64*64). Does anyone knows when this bug will be repaired ?
Thanks in advance for your...
Dear all,
sadly, i'm no more working in that office... I think they've found a solution.
Anyway, thanks for your response.
Happy new year 2002.
DEKEYZER Stephane.
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.