How to find across all open worksheets in Oracle SQL Developer - oracle-sqldeveloper

CTRL+F opens the find in one sql worksheet in Oracle Sql Developer tool. But I want to find across all open worksheets. Is it possible?

This isn't possible today, but in our new platform that we're developing, this will be a feature.
Current offering of Oracle SQL Developer will go into maintenance mode, and our new product platform will be offered as 'SQL Developer Next.'
More information to follow this year.
Disclaimer: I'm an employee of Oracle and am a product manager for SQL Developer.

You can click on the "Search" menu in the main menu bar, then select "Find in All Worksheets" in oracle sql dev.

Related

Jasper Server...where is the dashboard?

I have not used JasperReports in a number of years. It has changed :-) I've decided that the Community version of Jasper Server is what I need. The install (Postgres and Tomcat defaults) went smoothly and was happy when poking around the result. However, I cannot get my MySQL datasource to test correctly...even though I'm logged in as an admin user and the connection (all at localhost) works fine in JasperStudio. To make matters worse, I want to use the dashboard tool. All the tutorials show what looks like a dash for the tool that includes a big Dashboard icon...but I don't know how to see that page. For me, it defaults to a page with a folder listing on the left and repository display in the main frame. Where is the tool's dashboard? I don't even see the "create" tab across the top frame...all I see is: Library, View, Manage...
Did I miss something in the setup? I followed the directions that came with the 7.x install without any red flags...
Jasper Servevr Community edition does not supports features like adhoc reporting, dashboards, visualize.js etc.. If you are looking for Dashboard feature either you have to use Professional or Enterprise.

Custom Banding option in Microstategy dashboard in 10.7 version

I am new to Microstrategy. I have installed Microstrategy Desktop 10.7 version. I am trying various options from microstrategy Tutorials(Basic Reporting Guide PDF). I found Custom Banding option is there in 9x version. I didn't find any Grid Menu or Custom Banding in 10.7 version. Can any one tell me how to get this option.
What was called MicroStrategy Desktop in version 9 is now called MicroStrategy Developer.
You should look for documentation for version 10+ for MicroStrategy Desktop or MicroStrategy Dashboard (similar functionalities but using the MicroStrategy iServer and Web interface, paid options :) ). Another name for the MicroStrategy Desktop (or web Dashboards) visualization was MicroStrategy Visual Insight.
About your question, check page 394, Dashboard Editor: Grid: Format.
If you open the Format panel after you selected a grid you should be able to see the Show Banding option. This will only color every other row of your grid.
If you want something more advanced, like colors based on values in the cells, you should use thresholds.

Aqua Data Studio alternative

I am using Aqua Data Studio for my internship project. But the evaluation period has finished and now I cannot use it anymore. Please can you suggest me an IDE that is similar to Aqua Data Studio? Some software that is not commercial.
I would like to register some Oracle databases servers and PostreSQL.
Can I use MySQL Workbench? Would that be possible with it? Is there any difference?
Copy the technical information available in the Aqua Data Studio menu Help -> Support Information and email the above information to the support email address, architect#aquafold.com and support might extend your evaluation.
You could use google data studio, which is free.

Jasperreports community version doesnt allow interactive reports?

I am using jasperreports-server-5.1.1 , and i am using the REST api to integrate jasperreports with my app.
The api for running reports mentions the parameter "interactive=true", but also mentions - "In a commercial editions of the server where HighCharts are used in the report,
this property determines whether the JavaScript necessary for interaction is
generated when exporting to HTML." .... which i interpret as "only available with commercial edition". Am i right ?
Also, pagination doesnt work.... so is it also allowed only on, commercial edition ?
thanks
As far as I know the ad-hoc reporting component is only available in the Pro version (i.e. commercial edition). The community edition is really just a teaser but not really useful for production environments. Did you have a look at ReportServer? It's completely open source, allows you to execute Jasper Reports (and Eclipse Birt if you want) and comes with powerful ad-hoc reporting capabilities.

Is there a plugin interface in Toad for Oracle?

We want to get some missing functionality into Toad for Oracle. The goal is to add a menu entry that allows to access and modify the text in the editor.
Is there some documented plugin interface (like for Eclipse) to write extensions for Toad?
Toad still (2021) lacks a Plugin API or Plugin SDK for developing extensions for Toad.
Following official and not offical answer from Toad's forum:
No, we don’t provide an API for this, but Toad does support command
line execution. That means you could call a specific function in Toad
via the Automation Designer feature (read the Help) and perform a
specific task.
Take a look at the Toad Help on Command Line Syntax and Execute
Actions from the Command Line and let me know if this helps.
It sounds a little ironic because Now Toad itself has developed a Plugin for Microsoft SSMS. And it means that Toad uses Plugin API of other software extensively, not providing API itself.