首先要先注册一个Oracle的账号,建议使用gmail的邮箱,尝试使用国内的邮箱注册提示成功,就是登录不进去。使用gmail的邮箱轻松搞定。
然后,要满足安装SQL Developer的条件:
Mac OS X Installation Notes
This download does not include the Oracle JDK. SQL Developer supports either Oracle JDK 8 or 11.
- To install and run
- Ensure you have a JDK installed, if not, download here
(For 64-bit Intel Macs, download Java for Mac OS X 10.5, Update 1.
For the latest version of Mac OS, use the Software Update feature) - Download the file for OS X on the Downloads page
- Double-click the SQL Developer icon
安装完成JDK8,并下载完成SQL Developer以后。需要进行检查java的版本,并把SQL Developer添加到应用程序中。
1.》Java的version:
BigMay ~ % java -version
java version "1.8.0_281"
Java(TM) SE Runtime Environment (build 1.8.0_281-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode)
2.》添加SQL Developer至应用程序
应用程序添加
===========================================================
以上完成后,运行SQL Developer会无响应。
然后,接下来就需要调动“自动操作”进行启动SQL Developer了,或者使用终端进行调用。
在terminal中运行以下两行:
BigMay ~ %cd /Applications/SQLDeveloper.app/Contents/resources/sqldeveloper
BigMay ~ %zsh sqldeveloper.sh
或
选择man的“自动操作”应用选择shell脚本:
shell脚本
添加脚本,并执行
添加脚本
启动程序
启动SQL Developer
接下来,就可以肆意妄为的操作了。
网友评论