toad Questions
5
I've got an SQL-table with some million entries and I tried to query how much entries are older than 60 days (Oracle 11.2.0.1.0).
For this experiment I used 3 different versions of the select-stat...
Simson asked 7/7, 2010 at 14:25
2
Solved
Toad for Oracle has an autocomplete feature.. you type SELECT * FROM USER. and then press Ctrl+. and a drop down appears where you can choose from the objects available to you.
This functionality ...
1
Solved
I want to create some tables in our database from some queries I have developed. I used the code below and it created the table and it works great.
The issue I am having is apparently it created ...
1
If I have a table sch1.tab1 is it possible to call it from schema/user sch2 just with
select * from tab1 (assume that we have all the privilegies)?
I am aware that in postgresql you can set the s...
3
Solved
Can somebody tell me how to extract my table definitions using SQL? I want to extract the datatypes of all my tables and other information from my Oracle schema. I have about 100 tables.
I need th...
1
Solved
I have a query that I'm trying to aggregate data based on hours between two unix timestamps in Oracle. Hardest part is that I get error'd out with "ORA-00936: missing expression" error even I don't...
4
Solved
Executing the following statement in Oracle Toad
exec plsql_procedure(select 'somestring' from dual);
trhows the following exception:
ORA-06550: line 1, column 33:
PLS-00103: Encountered the s...
Diluent asked 26/3, 2013 at 9:17
2
As a web developer, I know how to use the IF ELSE in multiple languages. However, I am learning how to write reports using TOAD for Oracle.
My question is, how do I properly add an IF ELSE stateme...
2
Solved
Please i need help.
(I SEARCHED A lot and get more confused . )
I use Toad 9.7.25 and i made this procedure (in a package)
PROCEDURE ReportaCC(pfcorte IN DATE, lcursor IN OUT SYS_REFCURSOR)
IS
B...
Spinescent asked 5/10, 2012 at 13:54
2
Solved
In the Toad editor, I've got this SQL:
SELECT INTERLOPERABCID,AVAILABLEDATE,
AVAILABLEQHR,CARPHONEID,
TRUNC((AVAILABLEQHR-1)/12) "COL",
MOD(AVAILABLEQHR-1,12) "ROW"
FROM ABC.INTERLOPERAVAILABILITY...
Fanlight asked 18/4, 2012 at 19:10
1
Solved
When I started up my MySQL server today and try to do some changes using Toad for Mysql, I get this message:
MySQL Database Error
Binary logging not possible. Message: Transaction level
'REA...
Jasminejason asked 12/3, 2012 at 10:39
1
Solved
I am trying to display the RowID alongside all columns from a Select * statement.
I am using Oracle with Toad to run the SQL statement.
I have two tables that I need to compare, but I do not have...
1
Solved
I'm confused about Materialized views. Either it is the Toad IDE that I am using that is confusing me, or its that I don't understand MVs enough.
I created a materialized view in Oracle by someth...
Bund asked 19/5, 2011 at 19:25
3
Solved
I am running an SQL (Oracle) statement like that
select * from table
where table_id in ('265&310', '266&320')
While running through TOAD, it consider & as some variable placeholder ...
1
Solved
I have been using Oracle(10g.2) as a PHP programmer for almost 3 years, but when I gave an assignment, I have tried to use the ref cursors and collection types for the first time. And I
've searche...
Minny asked 4/1, 2011 at 9:52
1
Solved
Does SQLDeveloper have a Toad-like tool to copy/clone an Oracle database user?
If not, I'll resort to: How to Clone a User in Oracle
Lancaster asked 23/12, 2010 at 15:53
2
Solved
Using Toad 9.7.2 against a network Oracle DB (10g) I can't see any objects in the schema browser using the account information provided to me by my DBA. Using Oracle 10g installed locally, I see al...
Undercharge asked 23/8, 2010 at 15:14
1
Solved
Im sure this is pretty simple but I just cant seem to find the option.
My Toad MySql install only seems to allow me to have one "Viewer" window open and hence its impossible to view multiple tables...
Linger asked 8/4, 2010 at 8:28
© 2022 - 2024 — McMap. All rights reserved.