so simple and easy! Thanks.
↧
Comment on Create and Load Oracle Tables from Excel Spreadsheet using Toad
↧
Forum Post: Beta Released (12.11.0.55)
Beta Notes Team Coding/Source Control Adding unit tests to VCS is now supported in Team Coding. This applies to unit tests created within TOAD from the PL/SQL results window. To enable this feature: 1. Open the TC Configuration window 2. Add the schema for the user which will create unit tests to a new or existing team project and select the "Unit Test" object type. Note: Unit tests are tied to the user who creates the test, not to the database object on which the test is run. Compare Files Added a "Format source before comparing" option to the "Compare Files" window. Checking this option will automatically format both files before performing the comparison. Build Plan - Formatter: The alignment within the first statement ("chunk") of SQL text was offset by one position at times, as shown in the following example: GRANT ALTER, CONTROL, DELETE, INDEX, INSERT, REFERENCES, SELECT, UPDATE ON "ADVISE_INSTANCE" TO ROLE "RL1"; In a few other cases tokens were not correctly positioned. - Formatter: CREATE/ALTER TABLE/SEQUENCE: Moving some left hand side commas at the right hand side. - Code Analysis: Possible access violation in component QP5CA.dll on invalid Oracle $IF/$ELSE/$ENDIF syntax. - Code Analysis: After the work on rule 6406 ("Avoid multiple definitions of the same element in nested scopes.") the Rule Universe was wrongly left unchanged causing the old legacy logic still to be used. - Code Analysis: Rule 5809 ("Ensure elements in the SELECT list (either columns or expressions) are qualified by a table/view name.") now only hits when more than one table reference, unless we have queries in the WHERE clause. - Code Analysis: Rule 3807 ("Avoid using a RETURN statement in a procedure.") has been removed as it duplicates Rule 5601 ("Avoid using RETURN statements in a PROCEDURE.").
↧
↧
Forum Post: RE: Unable to view package list in schema brower for particular schema only
Hi , After getting grant for package SYS.DBMS_APPLICATION_INFO also am facing same issue. Regrds Balaji.R
↧
Forum Post: Materialized view creation with Toad wizard
Hallo, I'm using Toad Freeware 12.10, and when I create a new materialized view from Schema Browser (Create button) the wizard window appears with the Ok Button disabled. This button remains disabled even if I write the view name and I compile the Query tab with the correct query parsing done. So actually I can create a mat.view only with a ddl script. I DON'T have the same problem with creation of a normal view or a table, the Ok button appears enabled with the wizard window. Creation of a mat.view with a ddl script completes normally without any kind of errors. I wait for your feedbacks please. Thanks to all, Steve
↧
Forum Post: Export data
Up until yesterday I could peridiodically Export Data to Access Database format. Today I get "driver specified in output filename does not exist". I thought maybe the MS Access app was corrupt or something as can happen. I opened it and a component installation process did take place. I tried again and still no go. Stopped/started Toad and no go. Rebooted, no go. Even trying the other output formats such as Excel, XML, and Plain text give the same error. Please advise how I can resolve.
↧
↧
Forum Post: ADDM/AWR Reports
Hi, I am new to TOAD and have explored the ADDM/AWR . Is there a way to make this in Automation designer, so that I could get a weelky report regarding the production system. Awaiting for your reply and thank you in advance.
↧
Forum Post: Best way to integrate Sonar to Toad for Oracle Professional 12.0.0.61
Hi All, Trying to identify bestway to integrate sonar tool into toad to analyse existing code and packages. There are standard quality profile setup in Sonar website across our organisation for each technology. Finding way to use sonar tool for existing code. Toad version: Toad for Oracle Professional 12.0.0.61 Oracle version: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production Thanks
↧
Forum Post: RE: Best way to integrate Sonar to Toad for Oracle Professional 12.0.0.61
Code Analysis does not have a direct way to integrate with Sonar Source. In the past, Sonar allowed the import of results from Toad for Oracle Code Analysis but I can not be sure. That would probably be a better question for Sonar directly. What Toad for Oracle Code Analysis does do for you is give you the ability to export the results as XML files. These were the files that Sonar used to accept as input. This can either be done manually via the Code Analysis window or done via Actions (see Code Analysis Action in the help file). If done by the Action, this can be called via Command Line and then automated using something like Windows Scheduler or Jenkins..
↧
Forum Post: RE: Compare files - jump to previous/next difference should jump to next difference section
Tryied the Beta yesterday and it works like a charm! Many thanks!
↧
↧
Forum Post: RE: Best way to integrate Sonar to Toad for Oracle Professional 12.0.0.61
Thank You Gregory. Problem here is like we have common sonar site across organisation that covers all team. So the results are displayed in site. We have tried option to save existing pkg from Toad and Run sonar in local machine using path of quality profile available online. That store error as html. Trying to find out better way to use sonar instead of saving pkg file locally and running sonar
↧
Forum Post: DBA set Database Session Limit to One
I am looking for verbiage to help our DBA understand the level of impact to our Toad users because he has set the Session Limits to One per user. While it is understandable he made this decision in order to secure the database. We need to make him understand how it has impacted the developers and analysts who use the Toad tool. So, I'm hoping someone with extensive knowledge of Toad can describe that impact in terms easy to understand. Thanks in advance!!
↧
Forum Post: Getting a "There is not enough storage to run this request" while running a report in TOAD.
Oracle 11 g Linux. Running a large report in TOAD, on Windows. It gets about1.2 Mil records and gives me a message that it cannot complete the request. "There is not enough Storage to complete the Request" Is TOAD using local storage to process records? On the client PC? Or is it the storage on the server? If it using space on the server which storage space? Thank you
↧
Forum Post: RE: Getting a "There is not enough storage to run this request" while running a report in TOAD.
This error has to do with graphics You said "report" but I want to clarify since people use that word for different things - are you talking about Toad's Report Manager or something else?
↧
↧
Forum Post: Beta Released (12.11.0.58)
Beta Notes Team Coding/Source Control The ability to view annotations for VCS files has been added to Team Coding's Object Properties window. Annotations allow you to view the line-by-line contents of a file, as well as the revision and author when that line was last modified / added. Hovering over the revision number in this tab will show details for the revision in a hint.
↧
Forum Post: Team Coding and TFS Work Item Link Issue
Hi! We are trying to sync Toad for Oracle with TFS 2015. Source control (TFVC) works fine but we can not add work item link. We got the error: "11:01:09 Error: Failed to initialize Work Item store for URI: https://myserver:443/tfs/MyCollection : Failed to intiatialize Team Foundation Server URL in TFSWorkItemLin.dll"
↧
Forum Post: How to get Script to work?
Hello, I was wondering if someone could please help me out in getting the below script to work since I'm not an expert in SQL What I need is to also get the Description of the EAC ...... the same as the ACTDES. If this helps this is the script that pulls in the EAC + Description so I need to add this someway to the script below? select flex_value, substr(t.description,0,50) from apps.fnd_flex_values_vl t where t.flex_value_set_id = 1009148 This is the script that I'm trying to get to work: select j.period_name MTH, g.segment1 CO, g.segment2 OU, (g.segment3||' - '||substr(t.description,0,50)) ACTDES, substr(j.attribute3,1,6) EAC, --- How do we add the EAC + Description to_number((nvl(j.accounted_dr,0)-nvl(j.accounted_cr,0))) VALUE from apps.gl_code_combinations g, apps.gl_je_categories_tl c, apps.gl_je_lines j, apps.gl_je_headers h, apps.gl_je_sources_tl s, apps.fnd_flex_values_vl t where j.status='P' and t.flex_value_set_id = 1009133 and t.flex_value = g.segment3 and h.actual_flag = 'A' and h.je_category = c.je_category_name and h.je_source=s.je_source_name and g.code_combination_id = j.code_combination_id and j.period_name in ('Jul-16') and h.ledger_id=326 and j.je_header_id = h.je_header_id and(g.segment3) = ('70050') If somone could please help out that would be greatly appreciated Thanks
↧
Forum Post: RE: How to get Script to work?
Hi Paul, I'm not following, so this is best guess. Apologies if I'm wrong. I think you want to 'add' the EAC and the ACTDES together as a string? Select Some stuff here... , substr(j.attribute3,1,6) || g.segment3 || ' - ' || substr(t.description,0,50) as EACTDESC , Other stuff here ... Where ... ; HTH Cheers, Norm. [TeamT]
↧
↧
Forum Post: RE: How to get Script to work?
Hello Norm, Thanks for getting back to me........ This ACTDESC is actually working as expected so I dont need any changes to this one (g.segment3||' - '||substr(t.description,0,50)) ACTDES, This field is where I need attribute3 eac and additional Description that is stored in the same field as above (t.descpription) substr(j.attribute3,1,6) eac,
↧
Forum Post: RE: Beta Released (12.11.0.53)
Good Morning Mike, In the last version the file tab had icons that were not grey; this version all gray, even after reset all menus. Automation designer screen. Larry
↧
Forum Post: RE: Beta Released (12.11.0.53)
Hi Larry. The buttons will go grey if on the left side, you have "My Apps" or one of the folder nodes clicked. If you click an app node (with a gear), the icons will become enabled.
↧