How to run sqldeveloper in Linux?

10,729

Solution 1

I did not have root access and directory access root I did was right after giving root access

Solution 2

You can ask to your terminal where is your local copy of sql developer:

whereis sqldeveloper

go to this folder: (e.g.)

cd /usr/local/bin/sqldeveloper

and run the executable file:

./sqldeveloper &

Share:
10,729

Related videos on Youtube

Reza Bojnordi
Author by

Reza Bojnordi

Updated on September 18, 2022

Comments

  • Reza Bojnordi
    Reza Bojnordi almost 2 years
    Oracle SQL Developer  
    Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
    
    Type the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /home/reza/.sqldeveloper/4.1.0/product.conf
    

    enter image description here

    • user655293
      user655293 over 7 years
      Enter the full pathname of a JDK installation (or Ctrl-C to quit), the path will be stored in /home/oracle/.sqldeveloper/4.1.5/product.con
  • Buddybear
    Buddybear over 5 years
    Thank you . It worked for me. I just had given 755 and it opened :)