Click here to Skip to main content
15,884,298 members
Articles / Programming Languages / SQL

Schema Compare Tool for Oracle

Rate me:
Please Sign up or sign in to vote.
4.48/5 (18 votes)
20 Jul 20043 min read 150.8K   1.8K   42  
This small VB.NET application allows you to compare Oracle database schemas against one another. This is very helpful when making sure your development instance is the same as your production instance; especially when implementing front-end changes.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SchemaCompare", "SchemaCompare.vbproj", "{B36B31E2-31D6-4164-AA53-7513A3AD6984}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{B36B31E2-31D6-4164-AA53-7513A3AD6984}.Debug.ActiveCfg = Debug|.NET
		{B36B31E2-31D6-4164-AA53-7513A3AD6984}.Debug.Build.0 = Debug|.NET
		{B36B31E2-31D6-4164-AA53-7513A3AD6984}.Release.ActiveCfg = Release|.NET
		{B36B31E2-31D6-4164-AA53-7513A3AD6984}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions