toad
PL/SQL time segment calculation
I need to figure how much time passed between 2 times. For example: (14:00:00 - 13:15:00) * 24 = .75 I need this to later on convert KW开发者_Python百科 to KWh, but that\'s not the point.[详细]
2022-12-29 20:48 分类:问答JDBC query to Oracle
We are planning to migrate our DB to Oracle.We need to manually check each of the embedded SQL is working in Oracle as few may follow different SQL rules.Now my need is very simple.[详细]
2022-12-26 06:25 分类:问答Retrieving Stored procedures, Views, Functions, Triggers using Toad for Oracle
How can I get the scripts of Stored procedures, Views, Functions, Triggers in toad for oracl开发者_JAVA百科e?In general, you should use dbms_metadata to retrieve DDL statements. eg.[详细]
2022-12-22 13:49 分类:问答How to export the result into different tabs of Excel in Toad for Data Analyst?
Does anyone know how to export results from more than one query into different sheets of the same Excel workbook using the report automation in TOAD f开发者_如何学运维or data analyst?[详细]
2022-12-17 21:41 分类:问答Oracle DBAs: Any way to see what queries my ASP.NET app is running?
开发者_如何学GoI have an ASP.NET application that uses Oracle for persistence and queries it via ADO.NET and stored procedures.[详细]
2022-12-15 08:38 分类:问答Variables in TOAD scripts
I have a SQL script that is being executed in TOAD.Currently, I have it laid ou开发者_开发技巧t with just statement after statement, thusly:[详细]
2022-12-15 02:32 分类:问答Debug Oracle stored procedure using Toad
I have the following situation: I have a java code launching a stored procedure. What I want is to launch the java code, and when arriving into the stored procedure, to start debuggin it using Toad.[详细]
2022-12-14 08:10 分类:问答How do I diagnose steps in a trigger on MySQL
I have two tables: source table result table I have an after update trigger on my source table which update开发者_开发问答s some records in result table. the problem is, my trigger is not updating[详细]
2022-12-13 11:11 分类:问答Problem with Toad for MySQL and version control
I\'m trying to use SVN with Toad for MySQL to keep two DBs on two development machines in sync. When I modify a table on one machine Toad changes the appropriate scripts and checks them in just fine开[详细]
2022-12-13 10:42 分类:问答Difference between 'Execute' and 'Execute as script'
I\'m currently experiencing what I开发者_如何学JAVA believe is strange behavior when using Oracle with TOAD.[详细]
2022-12-13 06:57 分类:问答