rasti.hil@hilandco.com +41 79 367-9677

Search This Blog

Adding startup script

Let’s begin I need to start lampp at boot time. So in a next few step I’ll show how was I solved this problem.

[1]: create a script

sudo mcedit /etc/init.d/lampp

#!/bin/bash
/opt/lampp/lampp start


[2]: add my script to startup list

sudo update-rc.d lampp defaults


[3]: I have to make this file executable

sudo chmod +x /etc/init.d/lampp


[4]: reboot and enjoy

sudo reboot

Sql Developer Data Modeling

1) Select File -> Import -> Data Dictionary

2) Click Add button

3) Type: ORACLE
Name: hr
Host: localhost
Port: 1521
SID: xe
Username: hr
Password: (password for hr user)

Click OK button

4) Select hr connection.

Click the Test Connection.
If connection is not successful error message is displayed.
Click the Next button.
5) Check in hr schema and click Next button.


6) Click Select All button and click Next

7) Click Finish 8) Click Save or Close