문제

나는 항상 사용했습니다 두꺼비 Oracle 및 MS SQL Server에서 개발 및 관리 작업을 수행하려는 퀘스트. 그러나 나는 나의 선택에 근시하지 않으려 고 노력하고있다. 데이터베이스에 연결하고 개발 및 관리 업무를 수행 할 수있는 다른 도구가 있습니까?

도움이 되었습니까?

해결책

For Oracle (and MySQL it appears) you can use Oracle's free "SQL Developer", which being Java also runs on Mac OS X and Linux.

For PostgreSQL there is phpPgAdmin for an online solution, and the equivalent for MySQL. There are stand-alone applications like PgAdmin3 as well, but I haven't used them for a long time, having preferred the psql command line interface.

다른 팁

I personally like MS SQL Server Management Studio to SQL Sever. SSMS 2008 is a very good improvement over SSMS 2005.

SqlManager.net have a range of tools for a cross section of databases. Also have a look at Altova's Database Spy

I've used TOAD before and wasn't very impressed. What I like using is Oracle tools for Visual Studio .Net . Their tools work within the server explorer within Visual Studio.

See this question on the subject.
For me, among Oracle's dedicated tools, Toad beats every alternative.

Surprisingly, phpMyAdmin. Not the fanciest tool around, but never failed me and it's already installed almost everywhere. I wish it supported more database engines than it's name implies.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top