Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 267215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T23:30:53+00:00 2026-05-11T23:30:53+00:00

I would like to share my Oracle SQL Developer configuration across my several computers

  • 0

I would like to share my Oracle SQL Developer configuration across my several computers that use Dropbox.

How can I do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T23:30:53+00:00Added an answer on May 11, 2026 at 11:30 pm

    Here’s what I did.

    #!/bin/bash
    
    # share sqldeveloper config via dropbox
    # this is for sqldeveloper 1.5.4, change your paths as necessary
    # strace or dtruss sqldeveloper to see what config files are accessed
    
    ITEMS="
    o.ide.11.1.1.0.22.49.48/preferences.xml
    o.ide.11.1.1.0.22.49.48/settings.xml
    o.jdeveloper.cvs.11.1.1.0.22.49.48/preferences.xml
    o.jdeveloper.subversion.11.1.1.0.22.49.48/preferences.xml
    o.jdeveloper.vcs.11.1.1.0.22.49.48/preferences.xml
    o.sqldeveloper.11.1.1.59.40/preferences.xml
    o.sqldeveloper.11.1.1.59.40/product-preferences.xml
    "
    
    INST=~/Library/Application\ Support/SQL\ Developer/system1.5.4.59.40
    DROP=~/Dropbox/Library/SQL\ Developer/system1.5.4.59.40
    
    # note, you can zap your configuration if you are not careful.
    # remove these exit lines when you're sure you understand what's
    # going on.
    
    exit
    
    # copy from real folder to dropbox
    for i in $ITEMS; do
        echo uncomment to do this once to bootstrap your dropbox
        #mkdir -p "`dirname "$DROP/$i":`"
        #cp -p "$INST/$i" "$DROP/$i"
    done
    
    exit
    
    # link from dropbox to real folder
    for i in $ITEMS; do
        rm "$INST/$i"
        ln -s "$DROP/$i" "$INST/$i"
    done
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 121k
  • Answers 121k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I presume you are using InstallUtil to install the service.… May 12, 2026 at 12:30 am
  • Editorial Team
    Editorial Team added an answer Disclaimer: I am a developer on this product so I… May 12, 2026 at 12:30 am
  • Editorial Team
    Editorial Team added an answer Not entirely sure that I understand you correctly. Is the… May 12, 2026 at 12:30 am

Related Questions

I would like to share an object between various instances of objects of the
I would like to save my backups from my SQL 2008 server to another
I would like to know if there is some way to share a variable
I would like to reuse *.aspx files in multiple ASP.Net MVC projects. Is this
I recently started maintaining a .Net 1.1 project and would like to convert it

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.