is there "phpmyadmin" for oracle? [closed] - database

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I mean a php online script that connects to Oracle? Or should I use navicat? Is navicat that good? Any other alternative? I secretly hope that I will not be forced to use command line interface for a product that costs $40k (Well I am using the Express Edition. But anyway).

Check out Oracle SQL Developer. It's free, and it is a fully featured IDE. Find out more.

I use PLSQL Developer. It's not online, but it beats command line interfaces. :)

As others have posted, I use SQL Developer for my IDE. However, if you are looking for a fully functional web interface like PHPMyAdmin, check out Oracle's Application Express (Apex).
It's free, and although it's meant as a rapid web development tool, it has great tools to manage your schema, tables, and other objects.

In addition to SQL Developer and PL/SQL Developer, you could use TOAD (Tool for Oracle Application Developers). It has both a paid for version and a free version.
In my experience the free version is easy to use and powerful enough for most users.
http://www.quest.com/toad/

Related

SQL Buddy alternative for oracle [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for oracle admin tool like SQL Buddy (here). I just want to use the browser to test my querys.
For just to test querys you can try iSQL (but it is deprecated in 11g)
or may be look to http://www.oracletool.com/
You could try using APEX. It isn't specifically an admin tool (more for power-users/developers), but it is built-in on newer databases. You can write SQLs, build packages and procedures, view and filter data, etc.
While not web based I would suggest Oracle's (free) Sql Developer http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
or (also free/OSS) Squirrel:
http://squirrel-sql.sourceforge.net/
The best for me is SQLTool (http://www.sqltools.net/), it´s free, faster, easy to use and has a lot of option.
Although they're not web-based, I like toad and sqldeveloper. The former is commercial software, but very good - the latter is currently free (but long-term....?).

Local Sql database support for Windows phone 7 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I would like to develop for Windows Phone 7 but the lack of database support still blocks me. Has anyone found a good library, stack to use for accessing local database from WinPhone7?
Can you post links/examples of good practices to select/insert data in DB from a WinPhone7 application?
Thanks in advance !
c.
[edited] any updates available?
There are lots of options:
WinPhone7Db
Perst
SQLite (and here)
siaqodb
db4o
Ninja Database Pro
Rapid Repository
Sterling
Effiproz
SQL Compact Edition will be coming in the "Mango" update - due later this year
Take a look at winphone7db.
This project implements a Isolated Storage (IsolatedStorage) based database for Windows Phone 7. The database consists of table object, each one supporting any number of columns.
Or you can store data on the internet and use webservices.
You'll be able to use Microsoft's SQL CE with the upcoming tools update due out in May. When end users will have Mango is another story though :)
There is a local database coming in Windows Phone 7.1 / Mango - take a look at the MSDN pre-release documentation here: http://msdn.microsoft.com/en-us/library/hh202860%28v=VS.92%29.aspx
You'll need to use Linq to SQL and the databases are still bound to individual isolated application storage contexts, but otherwise should be as you expect =)

Please provide an alternative for DB visualiser for handling netezza database [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
currently i use db visualiser for connecting the netezza database. can you suggest any otehr alternative (freeware) for the same.
Check out Aginity Netezza Workbench www.aginity.com.
I haven't found anything better than DBVis. Make sure you are using the loaded JDBC drivers for netezza instead of the ODBC data source.
I broke down and got the paid version. very good stuff. You can run multiple query windows and explorers at once.
Other software includes RazorSQL or any number of other softwares like SQLassistant, SQLdeveloper, etc can be setup to run against netezza.
You should try using this project.

Is there a SVN plugin for SQL Server Management Studio 2005 or 2008? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Looking for a "Source Control" plugin to integrate SSMS with Subversion/SVN. Anyone know of one?
Redgate's solution seems to be for versioning your database, not your files in your Solution Explorer. I've found two options for solution versioning:
1) Setting up TortoiseSVN as an external tool: http://jrummell.com/sql-server-management-studio-and-tortoisesvn
2) Agent SVN: http://www.zeusedit.com/agent/ssms/ms_ssms.html
I've tried neither of these options yet, but perhaps this helps someone's search
The only thing I know of at the moment is an Early Access Program for SQL Source Control from RedGate.
It is an EAP though, so is not even a complete but rough-around-the-edges product yet.
There is a complete solution from Redgate. Here is the URL: http://www.red-gate.com/products/sql-development/sql-source-control/
I don't know of one, but have you tried database projects in Visual Studio? That's what I would recommend for developing and storing SQL scripts. And in VS you can use Ankh or VisualSVN.
This has worked pretty good for me in the past. Haven't tried with 2008, but I am guessing that it would work too.
Codeproject ScriptDB4Svn
I've used this before and been pretty happy with it.
VisualSVN

What are some good Oracle Db maintenance Tools [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
We have grown from a small time of 2-3 developers to about 30 developers very quickly. We supposedly never needed Source Control, or Db Monitoring or Schema diagrams.
Now we see more and more terrible code being moved to the Production. Is there an off the shelf product for oracle that will help manage version control and deployment management from Test, to UAT, to Prod?
Also nice to have would be Schema diagrams, Documentation Tools, some amount of performance profiling capabilities. But primarily would like to a tool to manage code source control and Migration for oracle scripts, DDL, DMLs etc.
I srongly recommend getting Oracle'e SQL Developer. This integrates with Subversion, provides an overview of the entire database, including procedures, schema changes and so on. This will make your life easier.
have you considered SVN for your source control and management of scripts, DDLs and etc? Our ORACLE DBAs use it here and they swear by it.
I know I am very late to this party, however, I wanted to draw your attention to our product, dbMaestro TeamWork for Oracle, which provides exactly the functionality required here. We offer the functionality equivalent to source control tools for Oracle artifacts. Many companies use SCM by proxy (as suggested above by northpole, re using SVN), our solution is "in touch' with the database as required by Reuben on the original post. To read more please visit our site at http://www.dbmaestro.com or e-mail us at info#go-esi.com.
Disclosure - My company represents this product in the US.
TOAD (by Quest Software) is fantastic and includes most of what you want including source control.

Resources