我如何使用plsql开发人员工具?有什么要求? [英] How can i use plsql developer tool? what are the requirments?

查看:69
本文介绍了我如何使用plsql开发人员工具?有什么要求?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了plsql开发工具。但是我正在尝试像往常一样打开它,要求输入密码,用户名,数据库名称。但是我不知道我应该给出哪个密码和用户名。

任何人都可以帮助我如何使用这个工具?

我需要安装什么软件?除了pl / sql开发工具之外?

如何将它连接到服务器(本地)?

我可以使用哪个用户名和密码?

如何在数据库中创建模式?

plz帮助我

I have installed the plsql developer tool.But while am trying to open it as usual its asking for password,user name,data base name. But i dont know which pass word and user name i should give.
Can any one help me how can i use this tool?
What are the software i have to install other than pl/sql developer tool?
How can i connect this to the server(Local) ?
Which username and pass word i can use?
How can i create schema in database?
plz help me

推荐答案

给它自己的用户名和密码,你必须记住密码,因为每次打开pl / sql开发人员工具时都需要密码。要将它连接到本地服务器,您必须在主机字段上提供服务器IP地址,因为我一直建议使用与您当时所做的相关的用户名。



如何在数据库中创建模式?



创建表:



创建表科目(

subject_id号码不为空,

subject_name varchar2(30)not null,

description varchar2(4000)





创建函数和程序时,它们必须在包中。

希望这是有帮助的
Give it your own username and password, you must remember the password because it will be required every time you open the pl/sql developer tool. To connect it to your local server you must provide the server IP Address on the Host field, as i''ve always been advised to use a username relevant to whatever you doing at the time.

How can i create schema in database?

Creating tables:

create table subjects (
subject_id number not null,
subject_name varchar2(30) not null,
description varchar2(4000)
)

When creating Functions and procedure they must be in packages.
Hope this is helpful


这篇关于我如何使用plsql开发人员工具?有什么要求?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆