Use database management tools (Oracle)

Own use database tool has two connections, one for PL / SQL, one Navicat.

Both tools have advantages and disadvantages, focusing on the advantages of using.

①PL/SQL

I use PL / SQL is Oracle database connection, you can connect locally or remotely, relatively quickly query data, comes with pagination; modify the data was okay, not too convenient operation, more than the recommended data using SQL bulk editing. My problem is to add a user to connect remote database, using the Net Manager to add test always fails, and then test after changing login closed without saving, in fact, with PL / SQL login successfully explain it.

②Navicat

There are many versions of Navicat, there are free versions. Previously used Navicat primarily connect to the MySQL database to view the table structure, table information, notes, each version is different, similar functions, can be connected to MySQL, PostgreSQL, Oracle, SQLit, SQL Server, MariaDB databases, MySQL and Oracle databases I use here I encountered the problem: Oracle database connection error, you need to configure OCI environment, these files can be found.

Footprints, learn together.

Guess you like

Origin www.cnblogs.com/tongCB/p/11596103.html