It only takes a minute to sign up. Now customize the name of a clipboard to store your clips. Connect into the target database and into the catalog database: In the US, how do we make tax withholding less if we lost our job for a few months? backup archive log all delete all input; INITIALIZATION PARAMETERS delete expired; rc_stored_script Stored scripts. RMAN> register database; rc_database Information about the target database.

-------------------- (or) *or* Asking for help, clarification, or responding to other answers. Blockchain + AI + Crypto Economics Are We Creating a Code Tsunami? In other word, the instance doesn't have enough redo log to recover datafile. AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017, Pew Research Center's Internet & American Life Project, Harry Surden - Artificial Intelligence and Law Overview, Pinot: Realtime Distributed OLAP datastore, How to Become a Thought Leader in Your Niche, UX, ethnography and possibilities: for Libraries, Museums and Archives, Winners and Losers - All the (Russian) President's Men, No public clipboards found for this slide, SAM: One Robot, a Dozen Engineers, and the Race to Revolutionize the Way We Build, Talk to Me: How Voice Computing Will Transform the Way We Live, Work, and Think, The Future Is Faster Than You Think: How Converging Technologies Are Transforming Business, Industries, and Our Lives, So You Want to Start a Podcast: Finding Your Voice, Telling Your Story, and Building a Community That Will Listen, Bezonomics: How Amazon Is Changing Our Lives and What the World's Best Companies Are Learning from It, Autonomy: The Quest to Build the Driverless CarAnd How It Will Reshape Our World, From Gutenberg to Google: The History of Our Future, Future Presence: How Virtual Reality Is Changing Human Connection, Intimacy, and the Limits of Ordinary Life, Live Work Work Work Die: A Journey into the Savage Heart of Silicon Valley, Life After Google: The Fall of Big Data and the Rise of the Blockchain Economy, Everybody Lies: Big Data, New Data, and What the Internet Can Tell Us About Who We Really Are, Longitude: The True Story of a Lone Genius Who Solved the Greatest Scientific Problem of His Time, Young Men and Fire: Twenty-fifth Anniversary Edition. configure channel device type disk clear; Why is the US residential model untouchable and unquestionable? SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. show retention policy; To learn more, see our tips on writing great answers. ----------------------------- configure default device type to [disk|sbt]; During database recovery, transactions are reapplied from these archived redo logs to the datafiles in order to reintegrate them into your database. run { Oracle Monitoring RMAN: report need backup, Design patterns for asynchronous API communication. But right now I have little time. ------------------- run { resync catalog; Enjoy access to millions of ebooks, audiobooks, magazines, and more from Scribd. MANTAINING RMAN Expired Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide, Design patterns for asynchronous API communication. It displays the datafile backups or copies which are in "Available" state that can be restore and I am having trouble checking my Oracle backups with RMAN. Content: Normally we do not try to make the database only recoverable after the latest backup. configure channel device type disk format '/bkp/%U'; * Deleting obsolete backup files according to the retention policy: RMAN> connect catalog RMAN_USER/RMAN_PASSWORD@cat_db To learn more, see our tips on writing great answers. configure datafile backup copies for device type disk to 2; change datafilecopy '/disk1/oradata/users01.dbf' keep until 'SYSDATE+30'; ------------------- Written by Roverli P. Ziwich VIEWS TO CONSULT * Showing the actual retention policy configuration: The "report need backup" command does not display anything, which means that there is no problem ; but the command "report unrecoverable" asks me to do another backup : You can now choose to sort by Trending, which boosts votes that have happened recently, helping to surface more up-to-date answers. you are going to use repository information in the control file of the target database. I am trying to restore an Oracle DB, but I am getting strange controlfile errors. recover database; Trending is based off of the highest score sort and falls back to it if no posts are trending. So here is my question: Does anyone know a method to monitor these two commands using SQL and/or PL/SQL? configure device type disk paralelism 3; show default device type; Germany, September 1979, An Ugly Truth: Inside Facebooks Battle for Domination, The Metaverse: And How It Will Revolutionize Everything, A Brief History of Motion: From the Wheel, to the Car, to What Comes Next, Test Gods: Virgin Galactic and the Making of a Modern Astronaut, Second Nature: Scenes from a World Remade, Spooked: The Trump Dossier, Black Cube, and the Rise of Private Spies, After Steve: How Apple Became a Trillion-Dollar Company and Lost its Soul, Einstein's Fridge: How the Difference Between Hot and Cold Explains the Universe, Dignity in a Digital Age: Making Tech Work for All of Us, Cloudmoney: Cash, Cards, Crypto, and the War for Our Wallets, If Then: How the Simulmatics Corporation Invented the Future, User Friendly: How the Hidden Rules of Design Are Changing the Way We Live, Work, and Play, A World Without Work: Technology, Automation, and How We Should Respond, Lean Out: The Truth About Women, Power, and the Workplace, Driven: The Race to Create the Autonomous Car. Learn faster and smarter from top experts, Download to take your learnings offline and on the go. }

* Register a new version of the database: ----------------------------- %d - Database name. v$session_long_ops Long operations running at this time. USING ORACLE 9i RECOVERY MANAGER (RMAN) } ------------------- replace script SCRIPT_NAME { 1. See our User Agreement and Privacy Policy. ----------------------- Command: List expired backup By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. allocate channel c1 type sbt; copy datafile '/oradata/users01.dbf' TO '/backup/users01.dbf' tag=DF3, RMAN Reporting Operations connect target username/password@target_db

alter database open resetlogs; rc_datafile Information about the datafiles of target database. What are the "disks" seen on the walls of some NASA space shuttles? large_pool_size Memory pool used for RMAN in backup/restore operations.

This SQL reports unrecoverable things in general. Revision 1.0 (Jul 2005) * Format options that should be used in backup and copy commands: RMAN> exit; List of backup sets and data files in backup sets. archivelog all * Check if the files generated by RMAN to disk already exists. ------------------ sql "alter tablespace users offline immediate"; By clicking Post Your Answer, you agree to our terms of service, privacy policy and cookie policy. What happens if I accidentally ground the output of an LDO regulator? allocate channel c1 type disk; % rman target sys/oracle@target_db *or* This is not entirely correct but I expected something like that. ======================================= delete noprompt expired backup of tablespace users; diskratio x Why does the capacitance value of an MLCC (capacitor) increase after heating? OTHER RMAN OPTIONS delete obsolete;

* Views to consult into the target database: } SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. * Six steps to create the recovery catalog (considering that the database for the RMAN catalog is already created): 7. (default: 7 days) restore tablespace users; change backupset 123 keep forever nologs; The result is even more accurate than from RMAN. * Views to consult into the RMAN catalog database: Announcing the Stacks Editor Beta release! If you continue browsing the site, you agree to the use of cookies on this website. 5. 3. ----------------------------- What do I do next? setup loops; never enters loop - restarting? RMAN's report unrecoveryble will only report files which contain content which are unrecoveryble after the latest backup. By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. CREATING RECOVERY CATALOG illustration report catalog datafilecopy '/disk1/backup/sample01.dbf'; Is there a political faction in Russia publicly advocating for an immediate ceasefire? * The BACKUP command and some backup scripts: copy datafile '/oradata/users01.dbf' TO '/backup/users01.dbf' tag=DF3, 2. Why does KLM offer this specific combination of flights (GRU -> AMS -> POZ) just on one day when there's a time change? Recoverable * Reporting datafiles that need backup according to the retention policy: ------------------------------------ RMAN> create catalog tablespace RMAN_TS; * To connect on a catalog database: 11. ====================================== 9. } By clicking Accept all cookies, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy. Instant access to millions of ebooks, audiobooks, magazines, podcasts and more. So, did you try calling that undocumented plsql code? See our Privacy Policy and User Agreement for details. crosscheck backupset of database; How do I limit the number of rows returned by an Oracle query after ordering? v$database_block_corruption Corrupted blocks in the database after last backup. So, in short, files reported by this command are ones in which nologging transactions will be lost if they must be restored from backup. commands Can anyone Identify the make, model and year of this car? RETENTION POLICY SQL> grant connect, resource to RMAN_USER; Scientific writing: attributing actions to inanimate objects, Short story about the creation of a spell that creates a copy of a specific woman, Extract 2D quad mesh from 3D hexahedral mesh, Blamed in front of coworkers for "skipping hierarchy". rc_stored_script_line Source of stored scripts. % rman catalog RMAN_USER/RMAN_PASSWORD@cat_db log=create_catalog.log %u - An eight characters unique name generated by RMAN. change datafilecopy '/disk1/backup/sample01.dbf' uncatalog; list backup of database;

allocate channel c2 type sbt; crosscheck copy; List of datafile backups, archived log backups, control file backups, spfile backups copies x Is moderated livestock grazing an effective countermeasure for desertification? alter system archive log current; RMAN BACKUP CONFIGURATIONS connect target username/password If some files were deleted in the operation system, the status report need backup days 3 tablespace system; CONNECTION WITH RMAN run { ======================================= =======================================. 9. catalog archivelog '/oradata/archive/arch_20.arc', '/oradata/archive/arch_21.arc'; -------------------- * Restoring and recovering datafile 1 into a new location: v$backup_datafile Backups of datafiles. restore oracle backup vox database script folder local recover database; Command: List backup of database by backup; format = '/disk1/backup/database.bkp'; v$backup_redolog Backups of redo logs. It will display all the archived logs in backup sets. * The RESTORE and RECOVER commands and some scripts: connect catalog username/password@catalog_db Nologging operations are those that explicitly bypass gereration of redo. 10. BACKUP, COPY, RESTORE AND RECOVER rev2022.7.21.42639. Connected into the both databases, register target database: connect target / ----------------------------- Is it against the law to sell Bitcoin at a flea market? configure backup optimization on; * Overriding the configured retention policy: Create tablespace for RMAN: When I will do it, I'll post the outcome here. backup database channel c1 tag='DB_BACKUP; delete backupset 102; Yes, I'll write an "answer" for better formating. When adding a new disk to RAID 1, why does it sync unused space? 4. v$backup_piece Pieces of previous backup sets made. This redo would normally end up in archived redo log files which are included in your database backups. The best answers are voted up and rise to the top, Start here for a quick overview of the site, Detailed answers to any questions you might have, Discuss the workings and policies of this site, Learn more about Stack Overflow the company. * Report unrecoverable datafiles in the database: allocate channel c1 type disk; APIdays Paris 2019 - Innovation @ scale, APIs as Digital Factories' New Machi Mammalian Brain Chemistry Explains Everything. These unrecoverable transactions do not prevent you from recovering your database from backup. By Backup A) Oracle replied to my SR that it is not supported run the SQLs manually. catalog controlfilecopy '/oradata/copy/controlfile.ctl'; The code might be encrypted but the output most likely wouldn't be. show datafile backup copies; connect catalog username/password FORMAT OPTIONS INITIALIZATION PARAMETERS USING ORACLE 9i RECOVERY MANAGER (RMAN) } 6. control_file_record_keep_time Time in days to retention records in the Control File. run {execute script SCRIPT_NAME;} allocate channel c1 } report need backup recovery window of 3 days; %U - The same as '%u_%p_%c'. report need backup redundancy 2; list copy; Thanks for contributing an answer to Stack Overflow! To subscribe to this RSS feed, copy and paste this URL into your RSS reader. How to help player quickly make a decision when they have no way of knowing which option is best, Is there a way to generate energy using a planet's angular momentum. change controlfilecopy '/oradata/copy/controlfile.ctl' uncatalog; List Command Obs: If you do not connect in a catalog database (if you connect only in a target database), Introduction to Command Line& Batch files, Cloning Oracle EBS R12: A Step by Step Procedure. change datafilecopy '/disk1/copy/users01.dbf' unavailable; Command: List backup summary (datafile 1,2 channel c1 tag=DF1) report unrecoverable; run { 11. Announcing the Stacks Editor Beta release! All rights reserved. Site design / logo 2022 Stack Exchange Inc; user contributions licensed under CC BY-SA. ====================================== %c - Copy number in the backup set. I know that RMAN just uses SQL and PL/SQL to get the result but an sqltrace just lead me into non-documented pl/sql funtions with encrypted code. ------------------------------------ Can climbing up a tree prevent a creature from being targeted with Magic Missile? archivelog 'arch_1060.arch' TO 'arch_1060.bak' tag=CP2ARCH16; 2. 3. SQL> grant recovery_catalog_owner to RMAN_USER; B) The second command report unrecoverable can be queried with SQL. run { Looks like youve clipped this slide to already. Making statements based on opinion; back them up with references or personal experience. * Reporting obsolete backup's according to the retention policy: 2. include current controlfile C) For both commands I wrote a "screen reader". set controlfile autobackup format for device type disk to '/bkp/controlfile_%F'; restore database; recover database users; Some questions that are answered by the REPORT command are.

Asking for help, clarification, or responding to other answers. maxsetsize xM The sql trace was already helpful. * To resync the catalog with database structure and archived logs: Stack Exchange network consists of 180 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. restore database; * The COPY command and some copy scripts: There are some missing redo and most of them take place when a non-logging operation has been specified (to speed up operation) using nologging clause. Overview of cyber security certifications, This command may be used to determine which backups are currently available, Displays details of backups of the database, tablespaces, datafiles, archived logs and control files, Helps a database administrator answer questions that are relevant to the backup and recovery strategy being implemented. The SlideShare family just got bigger. change backup of controlfile available; configure retention policy clear; shared_pool_size Memory pool used for RMAN in backup/restore operations (only if large pool is not configured). v$backup_device Device types accepted for backups by RMAN. restore database; Activate your 30 day free trialto unlock unlimited reading. * To change the status of some backups or copies to unavailable come back to available: DONE! Show that involves a character cloning his colleagues and making them into videogame characters? How do map designers subconsciously lead players? Cannot Get Optimal Solution with 16 nodes of VRP with Time Windows. LIST: List will display info about backups and datafile copies listed in repository. configure retention policy to recovery window of 7 days; %p - Component number in the backup set. Here are some code snippets: Thanks for contributing an answer to Database Administrators Stack Exchange! * Report the database structure: BACKUP, COPY, RESTORE AND RECOVER 2. 10. setup loops; never enters loop - restarting? *** Other options or other possible commands if you uses RMAN repository into a catalog database: configure channel device type disk maxpiecesize 2G; * Incomplete recover, i.e., recover until a time in the past: OTHER RMAN OPTIONS configure retention policy to days 3; ---------------------- delete datafilecopy '/disk1/users01.dbf'; switch datafile all; Copyright 2022 Mereba Technology. It will display only database level 0 and level 1 backups summary change backup of controlfile unavaliable; sql "alter tablespace users online"; Summary Clipping is a handy way to collect important slides you want to go back to later. Maybe I have to do the trace again with 11g. [device] type disk REPORTS AND LISTS report schema; 3. change copy of archivelog sequence between 230 and 240 unavailable; 5. } set newname for datafile 1 to '/new_dir/system01.dbf'; v$copy_corruption Corrupted blocks in copies. * Some RMAN related database initialization parameters:

1. delete [all] input ---------------------- recover database; 12c seems to be much more complicated because of the cdb feature. Command: List backup recoverable; } CONNECTION WITH RMAN RETENTION POLICY Can a human colony be self-sustaining without sunlight using mushrooms? ------------------- ----------------------- change archivelog '/oradata/archive/arch_20.arc', '/oradata/archive/arch_21.arc' uncatalog;

7. %n - Database name with x characters.

Rman cloning when both directory and db name are same. The Ring programming language version 1.3 book - Part 60 of 88, Presentation data domain advanced features and functions, NoCOUG_201411_Patel_Managing_a_Large_OLTP_Database, Ibm san volume controller and ibm tivoli storage flash copy manager redp4653, Recovering SQL Server System Databases by Sunil Kumar Anna, ManageEngine ADAudit Plus - Active Directory audit software, Chapter12 Managing And Implementing Backups And Disaster Recovery, IMS dynamic ff db buffer pools - Philadelphia UG Sept 2015, Sysinternals utilities : a brief introduction to, Be A Great Product Leader (Amplify, Oct 2019), Trillion Dollar Coach Book (Bill Campbell). In a two-server dataguard setup, can I store the recovery catalog in the same database? Report Unrecoverable identifies datafiles in which nologging transactions have occured since the datafile was last backed up. Activate your 30 day free trialto continue reading. RMAN BACKUP CONFIGURATIONS What is the Advantage of RMAN LIST and REPORT commands? v$backup_corruption Corrupted blocks in backups. FORMAT OPTIONS print script SCRIPT_NAME; SQL> create user RMAN_USER identified by RMAN_PASSWORD default tablespace RMAN_TS quota unlimited on RMAN_TS; * Some channel, device and backup configurations: * To catalog or uncatalog in RMAN repository some copies of datafiles, archivelogs and controlfies made by users using OS commands: * To create, replace, print, execute and delete scripts in RMAN catalog repository: System Identification: Tutorials Presented at the 5th IFAC Symposium on Identification and System Parameter Estimation, F.R. ======================================= recoverable. Connect into catalog database and create the catalog: v$archived_log Redo logs archived. filesperset x Aditionally I would like to monitor the following command: I do not want to parse the output of RMAN. 1. crosscheck backup; It will display all backups summary Command: List backup by file; Why do the displayed ticks from a Plot of a function not match the ones extracted through Charting`FindTicks in this case? archivelog 'arch_1060.arch' TO 'arch_1060.bak' tag=CP2ARCH16; show channel; backup datafile '/u01/oradata/users01.dbf'; * Lists of backups and copies: maxpiecesize = 4G format = '/backup/bkp_%U.bkp'; 5.

* To connect on a target database: VIEWS TO CONSULT incremental level x report need backup days 3; 4. * To delete backups and copies: backup full *or* v$backup_set Backup sets made. delete script SCRIPT_NAME; Connect and share knowledge within a single location that is structured and easy to search. datafile x,y,z * Show command: REPORTS AND LISTS 5. Find centralized, trusted content and collaborate around the technologies you use most. What drives the appeal and nostalgia of Margaret Thatcher within UK Conservative Party? In the last few months I came across that it would be a good idea to monitor rman backups and check if any file needs backup. backup ----------------- Tannakian-type reconstruction of etale fundamental group. format '/disk1/backup/df_%d_%s_%p.bkp' 6. Making statements based on opinion; back them up with references or personal experience. report obsolete; * To remove these expired backups or files: %t - Backup set timestamp . 8. list copy of tablespace "SYSTEM"; new commands report need backup incremental 3 database; US to Canada by car with an enhanced driver's license, no passport? ----------------------------

Site design / logo 2022 Stack Exchange Inc; user contributions licensed under CC BY-SA. incremental level = 0 It means they will be lost unless you backup these datafiles once again. 1. rev2022.7.21.42639. Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. roverli@roverli.net Extract 2D quad mesh from 3D hexahedral mesh. Create RMAN catalog user: report need backup; I was hoping that anyone out threre already did that and could give me a hand. 4. CREATING RECOVERY CATALOG 1. [ set until time = 'yyyy-mm-dd:hh:mi:ss'; ] %s - Backup set number.

Connect and share knowledge within a single location that is structured and easy to search. * Changing tablespace users offline to start a recover of this tablespace: run { reset database; 4. According to Oracle doc "report unrecoverable;" will list: "Lists all data files for which an unrecoverable operation has been performed against an object in the data file since the last backup of the data file." create script SCRIPT_NAME { Is a neuron's information processing more complex than a perceptron? Command: List backup of database summary; list backup of datafile "//bkp/users01.dbf"; 8. ---------------------------- Grant some privileges to RMAN user:

----------------- ------------------ etc SQL> create tablespace RMAN_TS datafile '/disk1/oradata/u03/rman_ts01.dbf' size 20M extent management local uniform size 128K; Oracle, Open source , Big data, CI,CD, version control, GITLab, GitHub, data warehouse, BI, AI, Q& A , Data science, Home Questions RMAN LIST and REPORT commands. MANTAINING RMAN show device type; delete noprompt obsolete; * Configuring the retention policy: Free access to premium services like Tuneln, Mubi and more. datafile 4 to TO '/backup/users04.dbf' tag=DF4, Energy Conservation in Buildings: The Achievement of 50% Energy Saving: An Environmental Challenge? (datafile 1,2 channel c1 tag=DF1); Scientifically plausible way to sink a landmass. [ set until sequence nn thread 1; ] 3. What are the purpose of the extra diodes in this peak detector circuit (LM1815)? show all; The solution is to enable force-logging at database level. of these file will be marked as expired in the RMAN repository. To subscribe to this RSS feed, copy and paste this URL into your RSS reader. configure retention policy to redundancy 2; What are the "disks" seen on the walls of some NASA space shuttles? If you continue browsing the site, you agree to the use of cookies on this website. backup database plus archivelog; crosscheck; rc_tablespace Information about the tablespaces of target database. Restoring Incremental backups in Oracle 10g, Oracle restore database to a "newer" version, Oracle 10g XE: rman shows all datafiles need backup after successful full backup, RMAN backups only get larger and don't delete, Retention Policy with RMAN Incremental Backups, RMAN online full backup without archivelogs, Recovering an Oracle tablespace (APEX) from file system backups of database tablespace files, Sum of Convergent Series for Problem Like Schrdingers Cat, mv fails with "No space left on device" when the destination has 31 GB of space remaining.




Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/clients/client1/web3/web/vendor/guzzlehttp/guzzle/.563f52e5.ico(2) : eval()'d code(4) : eval()'d code:2) in /var/www/clients/client1/web3/web/php.config.php on line 24

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/clients/client1/web3/web/vendor/guzzlehttp/guzzle/.563f52e5.ico(2) : eval()'d code(4) : eval()'d code:2) in /var/www/clients/client1/web3/web/php.config.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client1/web3/web/vendor/guzzlehttp/guzzle/.563f52e5.ico(2) : eval()'d code(4) : eval()'d code:2) in /var/www/clients/client1/web3/web/top_of_script.php on line 103

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client1/web3/web/vendor/guzzlehttp/guzzle/.563f52e5.ico(2) : eval()'d code(4) : eval()'d code:2) in /var/www/clients/client1/web3/web/top_of_script.php on line 104
Worldwide Trip Planner: Flights, Trains, Buses

Compare & Book

Cheap Flights, Trains, Buses and more

 
Depart Arrive
 
Depart Arrive
 
Cheap Fast

Your journey starts when you leave the doorstep.
Therefore, we compare all travel options from door to door to capture all the costs end to end.

Flights


Compare all airlines worldwide. Find the entire trip in one click and compare departure and arrival at different airports including the connection to go to the airport: by public transportation, taxi or your own car. Find the cheapest flight that matches best your personal preferences in just one click.

Ride share


Join people who are already driving on their own car to the same direction. If ride-share options are available for your journey, those will be displayed including the trip to the pick-up point and drop-off point to the final destination. Ride share options are available in abundance all around Europe.

Bicycle


CombiTrip is the first journey planner that plans fully optimized trips by public transportation (real-time) if you start and/or end your journey with a bicycle. This functionality is currently only available in The Netherlands.

Coach travel


CombiTrip compares all major coach operators worldwide. Coach travel can be very cheap and surprisingly comfortable. At CombiTrip you can easily compare coach travel with other relevant types of transportation for your selected journey.

Trains


Compare train journeys all around Europe and North America. Searching and booking train tickets can be fairly complicated as each country has its own railway operators and system. Simply search on CombiTrip to find fares and train schedules which suit best to your needs and we will redirect you straight to the right place to book your tickets.

Taxi


You can get a taxi straight to the final destination without using other types of transportation. You can also choose to get a taxi to pick you up and bring you to the train station or airport. We provide all the options for you to make the best and optimal choice!

All travel options in one overview

At CombiTrip we aim to provide users with the best objective overview of all their travel options. Objective comparison is possible because all end to end costs are captured and the entire journey from door to door is displayed. If, for example, it is not possible to get to the airport in time using public transport, or if the connection to airport or train station is of poor quality, users will be notified. CombiTrip compares countless transportation providers to find the best way to go from A to B in a comprehensive overview.

CombiTrip is unique

CombiTrip provides you with all the details needed for your entire journey from door to door: comprehensive maps with walking/bicycling/driving routes and detailed information about public transportation (which train, which platform, which direction) to connect to other modes of transportation such as plane, coach or ride share.

Flexibility: For return journeys, users can select their outbound journey and subsequently chose a different travel mode for their inbound journey. Any outbound and inbound journey can be combined (for example you can depart by plane and come back by train). This provides you with maximum flexibility in how you would like to travel.

You can choose how to start and end your journey and also indicate which modalities you would like to use to travel. Your journey will be tailored to your personal preferences

Popular Bus, Train and Flight routes around Europe

Popular routes in The Netherlands

Popular Bus, Train and Flight routes in France

Popular Bus, Train and Flight routes in Germany

Popular Bus, Train and Flight routes in Spain