Ask a Question related to Coldfusion Database Access, Design and Development.
-
acsdirect #1
scripts/multiple queries in one CF Query block in Oracle
Greetings:
I am primarily an MS SQL programmer and I am wondering how to run multiple
query statements inside a single cfquery block. For example, on MS SQL I can do
multiple delete statements, or an update and select within one cfquery block,
but I get an error whenever I try to do this on ORACLE. Is there a way to
accomplish this on ORACLE?
thanks!
acsdirect Guest
-
Query of Queries on query New type query
In CF5 we have a page that creates a query, using queryNew and querySetCell and the like, we then used dbtype="query" and gave it's name so we could... -
Slow Queries with Linux/Oracle
I have a query in CF7 hitting a Linux/Oracle server that takes 80,000 milliseconds to run, while the same query run in TOAD take 37 milliseconds.... -
long running Oracle queries in MX 6.1 Enterprise
Hi All, I have a few queries (some of which are very simple - return one varchar value from a table with 50 rows, for example) that occassionally... -
oracle indexes and scripts
Oracle indexes & analyze question. I have four queries I am running against three tables. I have created some indexes on the tables. After... -
find physical blocks/disks, mapped from Oracle file# and block#, block corruption
Hello "lopera" <prlopera@techie.com> schrieb im Newsbeitrag news:3E1C7C00.9090402@techie.com... I think that we need a bit more data here.... -
Dan Bracuk #2
Re: scripts/multiple queries in one CF Query block inOracle
No there isn't
Dan Bracuk Guest
-
paross1 #3
Re: scripts/multiple queries in one CF Query block inOracle
Your best bet would be to use multiple CFQUERY tags within CFTRANSACTION tags
if you want them all to be handled in a "block" or "session". Or, put all of
your SQL statements in a PL/SQL stored procedure.
Phil
paross1 Guest
-
acsdirect #4
Re: scripts/multiple queries in one CF Query block inOracle
ok, thanks a lot.
acsdirect Guest



Reply With Quote

