Setup Teradata database on windows 7 32-bit [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I want to start working with Teradata database and for that I need to setup it on my system. After searching a lot I didn't find any setup which I can use to install it on windows machine. The only link I found was http://www.teradata.com/teradata-express-13-0-windows/ this one but there is no download link on this page. I have also found the VMware version to use Teradata on 64-bit windows on this link http://downloads.teradata.com/download/database/teradata-express/vmware but I am not sure how to install this using VMware after downloading the setup.
Please provide some help for installing Teradata on 32 windows or 64 windows using VmWare.

Have you read this article on Teradata's Developer Exchange? It should cover the basics of getting the VMware environment up and running.
http://developer.teradata.com/database/articles/introduction-to-teradata-express-for-vmware-player
You may wish to change the runlevel of SLES to boot to the command line instead of the Gnome desktop to reduce the memory footprint of the VM. You will want to dedicate 4GB of RAM to the VM as well.

Related

Can I automate oracle 11g installation on Windows? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am looking to automate my appplication installation on standalone machines, so wondering if I can automate the oracle 11g setup as well? Is there a way to do this?
Maybe instead of installing Oracle on Windows use VM with pre installed software. Here you have some instructions how to use it.
Generally I don't think automated instalation for database make sense. You can configure database somwhere in the net and your application can use remote databse (just create a schema for each user). Also database server has usually different requirements so it is not popular to install DB at same machine as application.

Bash on Windows 10 is not working [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am planning to compile and run code in a linux environment. Before moving to a linux environment I want to try it out, virtual box and dual boot will take my memory. So, after updating my windows 10 anniversary updates, I was able to install bash (ubuntu) natively to my windows 10 through windows features. After installing bash when I try to run bash it's popping and closing a windows immediately. how can I solve this. I tried this with two pc, no luck. How can I solve this issue. Which registry file should I change ?
Turn your windows to developer mode, go to settings -> search for developer, then change to developer mode. Restart your pc. It should work now

Is it possible to reinstall winodows with same key came with the machine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I want to ask, if I format my computer (currently running windows10 genuine) and use some other OS for a while and then again install windows10, will I be able to reactivate my windows with the same key which is working currently on my pc ?
That should work just fine, provided you can install the same version. A key for Home won't work on Pro and vice versa, and there are also OEM versions and Volume License versions, so make sure which exact version you have.
If you have an installation CD or an ISO for the right edition (the one you have the key for) you'll be fine. You can re-install from that CD multiple times.
If Windows came preinstalled, you'd better make an image of the hard drive which you can restore later.

Ubuntu installer on an Oracle VM virtual Box on windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I am trying to install Ubuntu on windows using Oracle VM virtual Box from an ISO disk image.When I try to install, the installer gives a prompt that " The computer currently has no operating systems" I am wondering if this should have detected my windows operating system or is it just trying to detect Operating systems within the virtual Box.
The reason being it gives only two options to install
--Erase disk and install Ubuntu
-- Resize partition for Ubuntu
I do not want to erase all files on my windows operating system. Does anybody know what does the 'disk' in the discussion mean>
The installer is looking for OS installations on the disk in the VM, not the host machine. You are perfectly safe selecting Erase disk and install Ubuntu, and in most situations in a VM, that is the correct choice.

accessing svn on ubuntu from windows 7 PCS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have a svn installation and its repository on ubuntu system/server but our client PCS have windows 7. Can anyone provide me the good way to access svn on ubuntu from windows 7 PCS.
Thanks....
The OS or architecture of the client and server are irrelevant. There are a few options for you, the best and most common would be serve the repositories through apache on your ubuntu box.
The ubuntu docs on the subject are good
You can set up SVN with Apache2:
https://help.ubuntu.com/community/Subversion#Access_via_WebDAV_protocol_.28http%3a.2BAC8ALw.29
But, when using different operating systems, take care about the codification of text files when commit. Ubuntu uses UTF-8.

Resources