Ask a Question related to Coldfusion Database Access, Design and Development.
-
CFRAM #1
Kill Database connection in Oracle
How to kill a database connection pragrammatically ?
Thanks
CFRAM Guest
-
Oracle Database Connection
Hi Everyone, I have two oracle database servers ? I wanted to switch database when one of the DB server goes down ? I don't have any idea how to... -
Creating a connection to Oracle database with Tomcat
Hi I have a database created in Oracle. I now have to create a front end using JSP pages or Java Servlets. I have chosen to use JSP Pages with... -
Create a DSNless connection IN VBscript to connect to an Oracle Database
Cheers for all the great help!!! I have now got the connection working and i can now write to the database; but the problem i have now is i need... -
connection Oracle database
Hello, I try to connect a oracle database from my ASP page, but i have a error: 500.100 internal server error ... Alias server is AI-AI12... -
#13053 [Com]: oci8 error, this kill oracle-prosseces in the oracle-instance.
ID: 13053 Comment by: gid at gifpaste dot net Reported By: jsun at basefarm dot no Status: Bogus Bug Type: ... -
mxstu #2
Re: Kill Database connection in Oracle
It's been a while since I've used Oracle, but doesn't it have an ALTER SESSION KILL ... (process ids?) statement?
mxstu Guest
-
CFRAM #3
Re: Kill Database connection in Oracle
Can I call something like this
<cfquery name=qKillOracleSession datasource=#Request.DSN#>
ALTER SESSION KILL ....
</cfquery>
Thanks
CFRAM Guest
-
mxstu #4
Re: Kill Database connection in Oracle
I think so, but it's been so long that I don't remember whether or not you can use it in a cfquery.
mxstu Guest



Reply With Quote

